X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc822.h;h=0668be1d656b7948e820c43cedf11738565d95f3;hp=0a4ee8e99f357d195bcf8580718b337cbb8b1d34;hb=a5b02206150dc653355cdc60286c27482b5a4f93;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/rfc822.h b/rfc822.h index 0a4ee8e..0668be1 100644 --- a/rfc822.h +++ b/rfc822.h @@ -21,9 +21,6 @@ enum { }; typedef struct address_t { -#ifdef EXACT_ADDRESS - char *val; /* value of address as parsed */ -#endif char *personal; /* real name of address */ char *mailbox; /* mailbox and host address */ int group; /* group mailbox? */