]> granicus.if.org Git - mutt/commitdiff
Add more doc for the $imap_condstore and $imap_qresync options.
authorKevin McCarthy <kevin@8t8.us>
Sun, 12 Aug 2018 02:14:10 +0000 (19:14 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 12 Aug 2018 03:41:01 +0000 (20:41 -0700)
init.h

diff --git a/init.h b/init.h
index 12c9a30b144035a6cf21b118e478d995dd3d0238..b5822ef8f168f9438fc73124153c29f2d32e9d0f 100644 (file)
--- 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 },
   /*