dovecot-2.2: imap: imap_id_send default changed to send name=Dov...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Oct 29 20:17:18 EET 2012
details: http://hg.dovecot.org/dovecot-2.2/rev/bf834b3c5663
changeset: 15346:bf834b3c5663
user: Timo Sirainen <tss at iki.fi>
date: Mon Oct 29 20:17:07 2012 +0200
description:
imap: imap_id_send default changed to send name=Dovecot to client.
diffstat:
src/imap-login/imap-login-settings.c | 2 +-
src/imap/imap-settings.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 8e57d4a1cd19 -r bf834b3c5663 src/imap-login/imap-login-settings.c
--- a/src/imap-login/imap-login-settings.c Mon Oct 29 20:09:42 2012 +0200
+++ b/src/imap-login/imap-login-settings.c Mon Oct 29 20:17:07 2012 +0200
@@ -63,7 +63,7 @@
static const struct imap_login_settings imap_login_default_settings = {
.imap_capability = "",
- .imap_id_send = "",
+ .imap_id_send = "name *",
.imap_id_log = ""
};
diff -r 8e57d4a1cd19 -r bf834b3c5663 src/imap/imap-settings.c
--- a/src/imap/imap-settings.c Mon Oct 29 20:09:42 2012 +0200
+++ b/src/imap/imap-settings.c Mon Oct 29 20:17:07 2012 +0200
@@ -87,7 +87,7 @@
.imap_capability = "",
.imap_client_workarounds = "",
.imap_logout_format = "in=%i out=%o",
- .imap_id_send = "",
+ .imap_id_send = "name *",
.imap_id_log = "",
.imap_urlauth_host = "",
More information about the dovecot-cvs
mailing list