]> granicus.if.org Git - neomutt/commitdiff
doxy: fix imap config descriptions
authorRichard Russon <rich@flatcap.org>
Fri, 31 Aug 2018 23:10:45 +0000 (00:10 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 31 Aug 2018 23:15:59 +0000 (00:15 +0100)
globals.h

index 0b9351837a8d396d8a0f4c6a7587237c0f52502c..d71b67b47145110421a5de3ead0be2fd5f163b9c 100644 (file)
--- 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