imapext-2007

diff src/c-client/mail.h @ 4:d741b3ecc917

imapext-2007f
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 30 Oct 2014 00:03:05 +0900
parents 2366b362676d
children
line diff
     1.1 --- a/src/c-client/mail.h	Thu Oct 30 00:00:57 2014 +0900
     1.2 +++ b/src/c-client/mail.h	Thu Oct 30 00:03:05 2014 +0900
     1.3 @@ -858,6 +858,7 @@
     1.4    unsigned int spare7 : 1;	/* seventh spare bit */
     1.5    unsigned int spare8 : 1;	/* eighth spare bit */
     1.6    void *sparep;			/* spare pointer */
     1.7 +  void *maildirp;		/* for the Maildir driver */
     1.8    unsigned long user_flags;	/* user-assignable flags */
     1.9  } MESSAGECACHE;
    1.10  

UW-IMAP'd extensions by yuuji