dovecot-2.1: quota-status: Removed extra newlines from default q...

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 2 15:14:51 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.1/rev/b73639f92610
changeset: 14989:b73639f92610
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 02 15:14:39 2013 +0300
description:
quota-status: Removed extra newlines from default quota_status_overquota message.
Patch by Ulrich Zehl

diffstat:

 src/plugins/quota/quota-status.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c9d7586d01ae -r b73639f92610 src/plugins/quota/quota-status.c
--- a/src/plugins/quota/quota-status.c	Mon Jul 29 23:21:38 2013 +0300
+++ b/src/plugins/quota/quota-status.c	Fri Aug 02 15:14:39 2013 +0300
@@ -111,7 +111,7 @@
 			/* over quota */
 			value = mail_user_plugin_getenv(user, "quota_status_overquota");
 			if (value == NULL)
-				value = t_strdup_printf("554 5.2.2 %s\n\n", error);
+				value = t_strdup_printf("554 5.2.2 %s", error);
 		}
 		value = t_strdup(value); /* user's pool is being freed */
 		mail_user_unref(&user);


More information about the dovecot-cvs mailing list