dovecot-2.1: imapc: And another compile fix..

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 24 14:25:03 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/0a5a3b760e2e
changeset: 14728:0a5a3b760e2e
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Sep 24 14:24:58 2012 +0300
description:
imapc: And another compile fix..
Using the macro would have required config/all-settings.c to include
imapc-client.h, which is a bit too much trouble just for this.

diffstat:

 src/lib-storage/index/imapc/imapc-settings.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r bea05a64cf8b -r 0a5a3b760e2e src/lib-storage/index/imapc/imapc-settings.c
--- a/src/lib-storage/index/imapc/imapc-settings.c	Mon Sep 24 14:22:40 2012 +0300
+++ b/src/lib-storage/index/imapc/imapc-settings.c	Mon Sep 24 14:24:58 2012 +0300
@@ -3,7 +3,6 @@
 #include "lib.h"
 #include "settings-parser.h"
 #include "mail-storage-settings.h"
-#include "imapc-client.h"
 #include "imapc-settings.h"
 
 #include <stddef.h>
@@ -51,7 +50,7 @@
 	.imapc_features = "",
 	.imapc_rawlog_dir = "",
 	.imapc_list_prefix = "",
-	.imapc_max_idle_time = IMAPC_DEFAULT_MAX_IDLE_TIME,
+	.imapc_max_idle_time = 60*29,
 
 	.ssl_crypto_device = ""
 };


More information about the dovecot-cvs mailing list