[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
- Previous message: [dovecot-cvs] dovecot/src/imap cmd-fetch.c, 1.27, 1.28 common.h,
1.18, 1.19 imap-sync.c, 1.8, 1.9 main.c, 1.60, 1.61
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index index-sync.c,1.46,1.47
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 {
- Previous message: [dovecot-cvs] dovecot/src/imap cmd-fetch.c, 1.27, 1.28 common.h,
1.18, 1.19 imap-sync.c, 1.8, 1.9 main.c, 1.60, 1.61
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index index-sync.c,1.46,1.47
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list