summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/mail/dat.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-14 19:41:36 +0000
committerrsc <devnull@localhost>2006-02-14 19:41:36 +0000
commit3b5862ee5ab4452c8b5de2d062d713c843ee1e4f (patch)
treeb1efa4123ffba0745e80f7f29a0566498a9ffc19 /src/cmd/acme/mail/dat.h
parent0932b4841652fb8251100fceb4178f36bcde3131 (diff)
downloadplan9port-3b5862ee5ab4452c8b5de2d062d713c843ee1e4f.tar.gz
plan9port-3b5862ee5ab4452c8b5de2d062d713c843ee1e4f.zip
fixes
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;