Nico Golde:
[apps/madmutt.git] / rfc822.h
index 0a4ee8e..0668be1 100644 (file)
--- 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? */