This commit is contained in:
rsc 2006-02-14 19:41:36 +00:00
parent 0932b48416
commit 3b5862ee5a
3 changed files with 47 additions and 36 deletions

View file

@ -63,6 +63,7 @@ struct Message
char *to;
char *cc;
char *replyto;
char *sender;
char *date;
char *subject;
char *type;
@ -158,6 +159,7 @@ extern CFid *plumbseemailfd;
extern char *home;
extern char *outgoing;
extern char *mailboxdir;
extern char *mboxname;
extern char *user;
extern char deleted[];
extern int wctlfd;