[dovecot-cvs] dovecot/src/master master-settings.c, 1.119,
1.120 master-settings.h, 1.78, 1.79
cras at dovecot.org
cras at dovecot.org
Sun Apr 9 18:50:56 EEST 2006
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv5647/src/master
Modified Files:
master-settings.c master-settings.h
Log Message:
Added pop3_lock_session setting.
Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- master-settings.c 9 Apr 2006 11:07:36 -0000 1.119
+++ master-settings.c 9 Apr 2006 15:50:53 -0000 1.120
@@ -145,6 +145,7 @@
DEF(SET_BOOL, pop3_no_flag_updates),
DEF(SET_BOOL, pop3_enable_last),
DEF(SET_BOOL, pop3_reuse_xuidl),
+ DEF(SET_BOOL, pop3_lock_session),
DEF(SET_STR, pop3_uidl_format),
DEF(SET_STR, pop3_client_workarounds),
DEF(SET_STR, pop3_logout_format),
@@ -351,6 +352,7 @@
MEMBER(pop3_no_flag_updates) FALSE,
MEMBER(pop3_enable_last) FALSE,
MEMBER(pop3_reuse_xuidl) FALSE,
+ MEMBER(pop3_lock_session) FALSE,
MEMBER(pop3_uidl_format) NULL,
MEMBER(pop3_client_workarounds) NULL,
MEMBER(pop3_logout_format) "top=%t/%p, retr=%r/%b, del=%d/%m, size=%s",
Index: master-settings.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.h,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- master-settings.h 9 Apr 2006 11:07:36 -0000 1.78
+++ master-settings.h 9 Apr 2006 15:50:53 -0000 1.79
@@ -108,6 +108,7 @@
bool pop3_no_flag_updates;
bool pop3_enable_last;
bool pop3_reuse_xuidl;
+ bool pop3_lock_session;
const char *pop3_uidl_format;
const char *pop3_client_workarounds;
const char *pop3_logout_format;
More information about the dovecot-cvs
mailing list