From: Kevin McCarthy Date: Sun, 12 Aug 2018 02:14:10 +0000 (-0700) Subject: Add more doc for the $imap_condstore and $imap_qresync options. X-Git-Tag: mutt-1-11-rel~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b88aaeb3e04c356bf2a74364dc8f336798fe478d;p=mutt Add more doc for the $imap_condstore and $imap_qresync options. --- diff --git a/init.h b/init.h index 12c9a30b..b5822ef8 100644 --- a/init.h +++ b/init.h @@ -1268,10 +1268,14 @@ struct option_t MuttVars[] = { { "imap_condstore", DT_BOOL, R_NONE, OPTIMAPCONDSTORE, 0 }, /* ** .pp - ** ** When \fIset\fP, mutt will use the CONDSTORE extension (RFC 7162) ** if advertised by the server. Mutt's current implementation is basic, ** used only for initial message fetching and flag updates. + ** .pp + ** For some IMAP servers, enabling this will slightly speed up + ** downloading initial messages. Unfortunately, Gmail is not one + ** those, and displays worse performance when enabled. Your + ** mileage may vary. */ { "imap_delim_chars", DT_STR, R_NONE, UL &ImapDelimChars, UL "/." }, /* @@ -1386,10 +1390,13 @@ struct option_t MuttVars[] = { { "imap_qresync", DT_BOOL, R_NONE, OPTIMAPQRESYNC, 0 }, /* ** .pp - ** ** When \fIset\fP, mutt will use the QRESYNC extension (RFC 7162) ** if advertised by the server. Mutt's current implementation is basic, ** used only for initial message fetching and flag updates. + ** .pp + ** Note: this feature is currently experimental. If you experience + ** strange behavior, such as duplicate or missing messages please + ** file a bug report to let us know. */ { "imap_servernoise", DT_BOOL, R_NONE, OPTIMAPSERVERNOISE, 1 }, /*