X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fimap_private.h;fp=imap%2Fimap_private.h;h=cebd4ffc5395a840f82b84a43d17284d7e95f511;hb=2e0d58d93811d43a16f078562cbfa1526c96a371;hp=cfa9b4d6d8dec6cbdc9b28612b32fdab36ad75dd;hpb=9946738a6a1c27a5602a14d1afe2eea2389732b2;p=apps%2Fmadmutt.git diff --git a/imap/imap_private.h b/imap/imap_private.h index cfa9b4d..cebd4ff 100644 --- a/imap/imap_private.h +++ b/imap/imap_private.h @@ -124,6 +124,7 @@ typedef struct { CONNECTION *conn; unsigned char state; unsigned char status; + unsigned char isnew; /* let me explain capstr: SASL needs the capability string (not bits). * we have 3 options: * 1. rerun CAPABILITY inside SASL function.