dovecot: Error message change.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 27 19:14:49 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/438346345893
changeset: 6330:438346345893
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 27 19:14:46 2007 +0300
description:
Error message change.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/lib-index/mail-index.c |    3 ++-

diffs (13 lines):

diff -r 7d8825366e80 -r 438346345893 src/lib-index/mail-index.c
--- a/src/lib-index/mail-index.c	Mon Aug 27 19:13:48 2007 +0300
+++ b/src/lib-index/mail-index.c	Mon Aug 27 19:14:46 2007 +0300
@@ -311,7 +311,8 @@ int mail_index_map_parse_keywords(struct
 
 		if (*keyword == '\0') {
 			mail_index_set_error(index, "Corrupted index file %s: "
-				"Found empty keyword", index->filepath);
+				"Empty keyword name in header",
+				index->filepath);
 			return -1;
 		}
 		(void)mail_index_keyword_lookup(index, keyword, TRUE, &idx);


More information about the dovecot-cvs mailing list