]> git.llucax.com Git - software/mutt-debian.git/blobdiff - rfc822.h
fixes two problems with subdirs on dovecot (Closes: 530671, 530887)
[software/mutt-debian.git] / rfc822.h
index 5cabdf3147dcaa102c213bb55aeee42e08e7f7a9..65b7a5cd1e03cb41a7adeac2fecf629611238a56 100644 (file)
--- a/rfc822.h
+++ b/rfc822.h
@@ -39,6 +39,8 @@ typedef struct address_t
   char *mailbox;       /* mailbox and host address */
   int group;           /* group mailbox? */
   struct address_t *next;
+  unsigned is_idn      : 1;
+  unsigned idn_checked : 1;
 }
 ADDRESS;