From 3b5862ee5ab4452c8b5de2d062d713c843ee1e4f Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 14 Feb 2006 19:41:36 +0000 Subject: fixes --- src/cmd/acme/mail/dat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmd/acme/mail/dat.h') 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; -- cgit v1.2.3