X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fimap_private.h;h=bebfc6a9def216b150895e3a99e33c72fa8f97be;hb=6a0262162a1d5e1ab850dbe4d254bbf81b174847;hp=cfa9b4d6d8dec6cbdc9b28612b32fdab36ad75dd;hpb=eab38ff6950a0075741f24ac9fb0d9eaf7df8671;p=apps%2Fmadmutt.git diff --git a/imap/imap_private.h b/imap/imap_private.h index cfa9b4d..bebfc6a 100644 --- a/imap/imap_private.h +++ b/imap/imap_private.h @@ -12,7 +12,7 @@ #define _IMAP_PRIVATE_H 1 #include -#include +#include #include "imap.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.