X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=rfc822.h;h=0668be1d656b7948e820c43cedf11738565d95f3;hb=f997801a16ce4a8530cb30cddebfe6243cb3502d;hp=0a4ee8e99f357d195bcf8580718b337cbb8b1d34;hpb=865e330e5b0c6cc1d5800417bdef165547b3624d;p=apps%2Fmadmutt.git 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? */