fixes
This commit is contained in:
parent
0932b48416
commit
3b5862ee5a
3 changed files with 47 additions and 36 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue