[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.36,1.37

cras at procontrol.fi cras at procontrol.fi
Fri Feb 14 16:40:00 EET 2003


Update of /home/cvs/dovecot/src/lib-storage
In directory danu:/tmp/cvs-serv5889

Modified Files:
	mail-storage.h 
Log Message:
oe6 workaround enum was 0 which didn't really work..


Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- mail-storage.h	14 Feb 2003 10:46:44 -0000	1.36
+++ mail-storage.h	14 Feb 2003 14:39:58 -0000	1.37
@@ -86,7 +86,7 @@
 };
 
 enum client_workarounds {
-	WORKAROUND_OE6_FETCH_NO_NEWMAIL
+	WORKAROUND_OE6_FETCH_NO_NEWMAIL	= 0x01
 };
 
 struct mail_full_flags {




More information about the dovecot-cvs mailing list