[dovecot-cvs] dovecot/src/master mail-process.c, 1.58,
1.59 master-settings.c, 1.70, 1.71 master-settings.h, 1.46, 1.47
cras at dovecot.org
cras at dovecot.org
Sun Oct 10 17:32:35 EEST 2004
- Previous message: [dovecot-cvs] dovecot/src/auth mech.c,1.40,1.41
- Next message: [dovecot-cvs]
dovecot/src/pop3 client.c, 1.39, 1.40 commands.c, 1.31,
1.32 common.h, 1.4, 1.5 main.c, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv8742/src/master
Modified Files:
mail-process.c master-settings.c master-settings.h
Log Message:
Renamed pop3_mails_keep_recent to pop3_no_flag_updates which includes
not updating seen-flag.
Index: mail-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/mail-process.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- mail-process.c 23 Sep 2004 22:29:13 -0000 1.58
+++ mail-process.c 10 Oct 2004 14:32:33 -0000 1.59
@@ -218,8 +218,8 @@
env_put("MAILDIR_CHECK_CONTENT_CHANGES=1");
if (set->mail_full_filesystem_access)
env_put("FULL_FILESYSTEM_ACCESS=1");
- if (set->pop3_mails_keep_recent)
- env_put("POP3_MAILS_KEEP_RECENT=1");
+ if (set->pop3_no_flag_updates)
+ env_put("POP3_NO_FLAG_UPDATES=1");
if (set->mbox_dirty_syncs)
env_put("MBOX_DIRTY_SYNCS=1");
if (set->mbox_lazy_writes)
Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- master-settings.c 10 Oct 2004 13:55:13 -0000 1.70
+++ master-settings.c 10 Oct 2004 14:32:33 -0000 1.71
@@ -122,7 +122,7 @@
DEF(SET_STR, imap_client_workarounds),
/* pop3 */
- DEF(SET_BOOL, pop3_mails_keep_recent),
+ DEF(SET_BOOL, pop3_no_flag_updates),
DEF(SET_BOOL, pop3_enable_last),
DEF(SET_STR, pop3_client_workarounds),
@@ -290,7 +290,7 @@
MEMBER(imap_client_workarounds) NULL,
/* pop3 */
- MEMBER(pop3_mails_keep_recent) FALSE,
+ MEMBER(pop3_no_flag_updates) FALSE,
MEMBER(pop3_enable_last) FALSE,
MEMBER(pop3_client_workarounds) NULL,
Index: master-settings.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- master-settings.h 10 Oct 2004 13:55:13 -0000 1.46
+++ master-settings.h 10 Oct 2004 14:32:33 -0000 1.47
@@ -93,7 +93,7 @@
const char *imap_client_workarounds;
/* pop3 */
- int pop3_mails_keep_recent;
+ int pop3_no_flag_updates;
int pop3_enable_last;
const char *pop3_client_workarounds;
- Previous message: [dovecot-cvs] dovecot/src/auth mech.c,1.40,1.41
- Next message: [dovecot-cvs]
dovecot/src/pop3 client.c, 1.39, 1.40 commands.c, 1.31,
1.32 common.h, 1.4, 1.5 main.c, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list