aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mail/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/mail/dat.h')
-rw-r--r--src/cmd/acme/mail/dat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/acme/mail/dat.h b/src/cmd/acme/mail/dat.h
index c601ac19..4d8d3cdf 100644
--- a/src/cmd/acme/mail/dat.h
+++ b/src/cmd/acme/mail/dat.h
@@ -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;