comparison src/master/master-settings-defs.c @ 9348:3eacb6bbd227 HEAD

Added pop3_save_uidl setting. When UIDLs are sent to client, save them to dovecot-uidlist. This allows changing pop3_uidl_format without messages getting re-downloaded. It's also useful with virtual POP3 INBOX when UIDLs are based on IMAP UIDs that may not be as stable as in non-virtual INBOX.
author Timo Sirainen <tss@iki.fi>
date Mon, 31 Aug 2009 18:53:17 -0400
parents 8de5b2a19a08
children
comparison
equal deleted inserted replaced
9347:a37fa30b0072 9348:3eacb6bbd227
119 119
120 /* pop3 */ 120 /* pop3 */
121 DEF_BOOL(pop3_no_flag_updates), 121 DEF_BOOL(pop3_no_flag_updates),
122 DEF_BOOL(pop3_enable_last), 122 DEF_BOOL(pop3_enable_last),
123 DEF_BOOL(pop3_reuse_xuidl), 123 DEF_BOOL(pop3_reuse_xuidl),
124 DEF_BOOL(pop3_save_uidl),
124 DEF_BOOL(pop3_lock_session), 125 DEF_BOOL(pop3_lock_session),
125 DEF_STR(pop3_uidl_format), 126 DEF_STR(pop3_uidl_format),
126 DEF_STR(pop3_client_workarounds), 127 DEF_STR(pop3_client_workarounds),
127 DEF_STR(pop3_logout_format), 128 DEF_STR(pop3_logout_format),
128 129