+2009-02-15 16:09 +0100 Rocco Rutte <pdmef@gmx.net> (ee5e696a9d08)
+
+ * doc/manual.xml.head, headers.c: Support spaces in Attach:
+ pseudoheader. Closes #3179.
+
+2009-02-10 13:05 +0100 Rocco Rutte <pdmef@gmx.net> (a21f8bf84149)
+
+ * ChangeLog, init.h: Fix documentation typos. Closes #3178.
+
2009-01-27 12:58 -0800 Brendan Cully <brendan@kublai.com> (7ddf1d1cc490)
* imap/imap.c: Move socket close into imap_logout from imap_logout_all
.IP "-i \fIinclude\fP"
Specify a file to include into the body of a message.
.IP "-m \fItype\fP "
-specify a default mailbox type
+specify a default mailbox type for newly created folders.
.IP "-n"
Causes Mutt to bypass the system configuration file.
.IP "-p"
.IP "MAIL"
Full path of the user's spool mailbox.
.IP "MAILDIR"
-Full path of the user's spool mailbox. Commonly used when the spool
-mailbox is a
+Full path of the user's spool mailbox if MAIL is unset. Commonly used when the spool
+mailbox is a
.B maildir (5)
folder.
.IP "MAILCAPS"
/*
** .pp
** The default mailbox type used when creating new folders. May be any of
- ** ``mbox'', ``MMDF'', ``MH'' and ``Maildir''.
+ ** ``mbox'', ``MMDF'', ``MH'' and ``Maildir''. This is overriden by the
+ ** \fC-m\fP command-line option.
*/
{ "metoo", DT_BOOL, R_NONE, OPTMETOO, 0 },
/*
** .pp
** If your spool mailbox is in a non-default place where Mutt cannot find
** it, you can specify its location with this variable. Mutt will
- ** automatically set this variable to the value of the environment
- ** variable \fC$$$MAIL\fP if it is not set.
+ ** initially set this variable to the value of the environment
+ ** variable \fC$$$MAIL\fP or \fC$$$MAILDIR\fP if either is defined.
*/
{ "status_chars", DT_STR, R_BOTH, UL &StChars, UL "-*%A" },
/*