[PATCH] typo in the idle_sleep comment
- From: "Martin Bonnin" <martinbonnin gmail com>
- To: tinymail-devel-list <tinymail-devel-list gnome org>
- Subject: [PATCH] typo in the idle_sleep comment
- Date: Thu, 6 Nov 2008 18:22:47 +0100
Hello,
Patch attached.
- imap_store->idle_sleep = 810; /* default of 27m */
+ imap_store->idle_sleep = 810; /* default of 6.75 min */
The unit is 500us, not 2s. Also does anybody know why this value has been chosen ? It would be nice to put it in the comment.
Regards,
--
Martin
Index: libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
===================================================================
--- libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c (révision 3796)
+++ libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c (copie de travail)
@@ -485,7 +485,7 @@
imap_store->dontdistridlehack = FALSE;
imap_store->idle_sleep_set = FALSE;
- imap_store->idle_sleep = 810; /* default of 27m */
+ imap_store->idle_sleep = 810; /* default of 6.75 min */
imap_store->getsrv_sleep = 100; /* default of 100s */
imap_store->in_idle = FALSE;
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]