From: Richard Russon Date: Fri, 31 Aug 2018 23:10:45 +0000 (+0100) Subject: doxy: fix imap config descriptions X-Git-Tag: 2019-10-25~674^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2955f10592d0fa06e731dbad04ee4ea4a5fe7555;p=neomutt doxy: fix imap config descriptions --- diff --git a/globals.h b/globals.h index 0b9351837..d71b67b47 100644 --- a/globals.h +++ b/globals.h @@ -223,8 +223,8 @@ WHERE bool HeaderCacheCompress; ///< Config: (hcache) Enable database WHERE bool Header; ///< Config: Include the message headers in the reply email (Weed applies) WHERE bool Help; ///< Config: Display a help line with common key bindings #ifdef USE_IMAP -WHERE bool ImapCheckSubscribed; ///< Config: (imap) Ask the IMAP server for a list of subscribed folders -WHERE bool ImapListSubscribed; ///< Config: (imap) Get a list of mailboxes from the server +WHERE bool ImapCheckSubscribed; ///< Config: (imap) When opening a mailbox, ask the server for a list of subscribed folders +WHERE bool ImapListSubscribed; ///< Config: (imap) When browsing a mailbox, only display subscribed folders WHERE bool ImapPassive; ///< Config: (imap) Reuse an existing IMAP connection to check for new mail WHERE bool ImapPeek; ///< Config: (imap) Don't mark messages as read when fetching them from the server #endif