X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fimap_private.h;h=cebd4ffc5395a840f82b84a43d17284d7e95f511;hb=de7b76abbd466db7bfc097f16cc1df4fe8389250;hp=cfa9b4d6d8dec6cbdc9b28612b32fdab36ad75dd;hpb=eab38ff6950a0075741f24ac9fb0d9eaf7df8671;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.