dovecot: We no longer need empty pop3_uidl_format check.
dovecot at dovecot.org
dovecot at dovecot.org
Sun Jul 15 14:35:02 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/b94fc6e80bae
changeset: 6020:b94fc6e80bae
user: Timo Sirainen <tss at iki.fi>
date: Sun Jul 15 14:34:57 2007 +0300
description:
We no longer need empty pop3_uidl_format check.
diffstat:
1 file changed, 6 deletions(-)
src/master/master-settings.c | 6 ------
diffs (16 lines):
diff -r 12f6a19dc846 -r b94fc6e80bae src/master/master-settings.c
--- a/src/master/master-settings.c Sun Jul 15 14:33:54 2007 +0300
+++ b/src/master/master-settings.c Sun Jul 15 14:34:57 2007 +0300
@@ -695,12 +695,6 @@ static bool settings_verify(struct setti
return FALSE;
}
- if (set->protocol == MAIL_PROTOCOL_POP3 &&
- *set->pop3_uidl_format == '\0') {
- i_error("POP3 enabled but pop3_uidl_format not set");
- return FALSE;
- }
-
if (access(t_strcut(set->mail_executable, ' '), X_OK) < 0) {
i_error("Can't use mail executable %s: %m",
t_strcut(set->mail_executable, ' '));
More information about the dovecot-cvs
mailing list