changeset 3388:814ba0c6877f HEAD

If we couldn't get UIDL, also write error to log.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 May 2005 22:46:27 +0300
parents bfb2658a2616
children 70c200deddf7
files src/pop3/commands.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3/commands.c	Mon May 23 18:16:55 2005 +0300
+++ b/src/pop3/commands.c	Mon May 23 22:46:27 2005 +0300
@@ -528,6 +528,7 @@
 							MAIL_FETCH_HEADER_MD5);
 			if (tab[2].value == NULL) {
 				/* broken */
+				i_error("UIDL: Header MD5 not found");
 				t_pop();
 				break;
 			}
@@ -538,6 +539,7 @@
 						 MAIL_FETCH_UIDL_FILE_NAME);
 			if (tab[3].value == NULL) {
 				/* broken */
+				i_error("UIDL: File name not found");
 				t_pop();
 				break;
 			}