X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.h;h=4ff002073517d1dea83d70d90e6cd1dca0cc3f2f;hb=0e654d058aa2b5027166bd3e535f85bbc4f214dc;hp=f7745f29afb28c442d59a2b80792f229e2b4c140;hpb=e01486aabea6f0af36933158bd58b9ab03b30add;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index f7745f2..4ff0020 100644 --- a/init.h +++ b/init.h @@ -939,6 +939,14 @@ struct option_t MuttVars[] = { ** the previous methods are unavailable. If a method is available but ** authentication fails, Mutt-ng will not connect to the IMAP server. */ + { "imap_check_subscribed", DT_BOOL, R_NONE, OPTIMAPCHECKSUBSCRIBED, 0 }, + /* + ** .pp + ** When \fIset\fP, mutt will fetch the set of subscribed folders from + ** your server on connection, and add them to the set of mailboxes + ** it polls for new mail. See also the ``$mailboxes'' command. + */ + {"imap_delim_chars", DT_STR, R_NONE, UL &ImapDelimChars, UL "/."}, /* ** .pp @@ -1258,7 +1266,7 @@ struct option_t MuttVars[] = { ** \fBDON'T CHANGE THIS SETTING UNLESS YOU ARE REALLY SURE WHAT YOU ARE ** DOING!\fP */ -#if USE_HCACHE +#ifdef USE_HCACHE {"header_cache", DT_PATH, R_NONE, UL &HeaderCache, 0}, /*