dovecot-2.0: imap_utf7: Renamed to imap-utf7. Also fixed usage e...

dovecot at dovecot.org dovecot at dovecot.org
Fri Jun 12 01:05:03 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/a5f5584646ed
changeset: 9464:a5f5584646ed
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jun 11 18:04:43 2009 -0400
description:
imap_utf7: Renamed to imap-utf7. Also fixed usage error string to print LF.

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
src/util/Makefile.am |    2 +-
src/util/imap-utf7.c |    2 +-

diffs (24 lines):

diff -r 1f7f7c0aa711 -r a5f5584646ed src/util/Makefile.am
--- a/src/util/Makefile.am	Thu Jun 11 14:53:31 2009 -0400
+++ b/src/util/Makefile.am	Thu Jun 11 18:04:43 2009 -0400
@@ -4,7 +4,7 @@ pkglibexec_PROGRAMS = \
 	rawlog \
 	gdbhelper \
 	idxview \
-	imap_utf7 \
+	imap-utf7 \
 	listview \
 	logview \
 	maildirlock \
diff -r 1f7f7c0aa711 -r a5f5584646ed src/util/imap-utf7.c
--- a/src/util/imap-utf7.c	Thu Jun 11 14:53:31 2009 -0400
+++ b/src/util/imap-utf7.c	Thu Jun 11 18:04:43 2009 -0400
@@ -20,7 +20,7 @@ int main(int argc ATTR_UNUSED, const cha
 	}
 
 	if (argv[1] == NULL) {
-		fprintf(stderr, "Usage: %s [-r] <string>", argv[0]);
+		fprintf(stderr, "Usage: %s [-r] <string>\n", argv[0]);
 		return 1;
 	}
 


More information about the dovecot-cvs mailing list