dovecot-2.0-pigeonhole: ManageSieve: forgot to change protocol n...
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Thu Jun 24 18:04:56 EEST 2010
details: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/57864af3e702
changeset: 1298:57864af3e702
user: Stephan Bosch <stephan at rename-it.nl>
date: Thu Jun 24 17:04:41 2010 +0200
description:
ManageSieve: forgot to change protocol name to 'sieve' in login_binary struct.
diffstat:
src/managesieve-login/client.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1ce19ab1379e -r 57864af3e702 src/managesieve-login/client.c
--- a/src/managesieve-login/client.c Sat Jun 19 17:36:18 2010 +0200
+++ b/src/managesieve-login/client.c Thu Jun 24 17:04:41 2010 +0200
@@ -29,7 +29,7 @@
#define CLIENT_MAX_BAD_COMMANDS 10
const struct login_binary login_binary = {
- .protocol = "managesieve",
+ .protocol = "sieve",
.process_name = "managesieve-login",
.default_port = 4190
};
More information about the dovecot-cvs
mailing list