changeset 6020:b94fc6e80bae HEAD

We no longer need empty pop3_uidl_format check.
author Timo Sirainen <tss@iki.fi>
date Sun, 15 Jul 2007 14:34:57 +0300
parents 12f6a19dc846
children f40d16eed722
files src/master/master-settings.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 			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, ' '));