dovecot-2.2: quota-status: Removed duplicate "action=" text from...
dovecot at dovecot.org
dovecot at dovecot.org
Fri Apr 5 00:13:33 EEST 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/852cfd3e4933
changeset: 16194:852cfd3e4933
user: Timo Sirainen <tss at iki.fi>
date: Thu Apr 04 23:58:47 2013 +0300
description:
quota-status: Removed duplicate "action=" text from overquota messages.
diffstat:
src/plugins/quota/quota-status.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c7da636a09c4 -r 852cfd3e4933 src/plugins/quota/quota-status.c
--- a/src/plugins/quota/quota-status.c Thu Apr 04 23:56:55 2013 +0300
+++ b/src/plugins/quota/quota-status.c Thu Apr 04 23:58:47 2013 +0300
@@ -107,7 +107,7 @@
/* over quota */
value = mail_user_plugin_getenv(user, "quota_status_overquota");
if (value == NULL)
- value = t_strdup_printf("action=552 5.2.2 %s\n\n", error);
+ value = t_strdup_printf("552 5.2.2 %s\n\n", error);
}
mail_user_unref(&user);
mail_storage_service_user_free(&service_user);
More information about the dovecot-cvs
mailing list