[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.88,1.89

cras at dovecot.org cras at dovecot.org
Mon Mar 14 23:18:03 EET 2005


Update of /var/lib/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv20435/src/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
Renamed oe6-fetch-no-newmail workaround to delay-newmail and changed it to
work more like the name says: only newmail notifications are skipped and
not only for FETCH command.



Index: mail-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- mail-storage.h	5 Feb 2005 12:01:49 -0000	1.88
+++ mail-storage.h	14 Mar 2005 21:18:01 -0000	1.89
@@ -104,8 +104,10 @@
 
 	/* Don't sync expunges from our view */
 	MAILBOX_SYNC_FLAG_NO_EXPUNGES	= 0x08,
+	/* Don't show new mail */
+	MAILBOX_SYNC_FLAG_NO_NEWMAIL	= 0x10,
 	/* Stop auto syncing */
-	MAILBOX_SYNC_AUTO_STOP		= 0x10
+	MAILBOX_SYNC_AUTO_STOP		= 0x20
 };
 
 enum mailbox_sync_type {



More information about the dovecot-cvs mailing list