X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..0ca86972afbf27082baed26631273e0fc78e8c6b:/rfc822.h diff --git a/rfc822.h b/rfc822.h index 5cabdf3..65b7a5c 100644 --- 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;