]> granicus.if.org Git - neomutt/commitdiff
Remove undefined reference to unmailboxes command. Closes #2028.
authorBrendan Cully <brendan@kublai.com>
Mon, 8 Aug 2005 15:36:00 +0000 (15:36 +0000)
committerBrendan Cully <brendan@kublai.com>
Mon, 8 Aug 2005 15:36:00 +0000 (15:36 +0000)
init.h

diff --git a/init.h b/init.h
index 1f46d390c4493c7ed2644a6f5d55129013ea5abc..4611f657b2590e58310be5b7b1f967d8e787baf9 100644 (file)
--- a/init.h
+++ b/init.h
@@ -825,8 +825,7 @@ struct option_t MuttVars[] = {
    ** .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'' and
-   ** ``$unmailboxes'' commands.
+   ** it polls for new mail. See also the ``$mailboxes'' command.
    */
   { "imap_delim_chars",                DT_STR, R_NONE, UL &ImapDelimChars, UL "/." },
   /*