From 17e06381b42dec6562f607b08ca94b820e5e10f8 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Fri, 20 Feb 2009 13:02:13 +0100 Subject: [PATCH] Better document how the initial folder is determined. Closes #3189. --- ChangeLog | 9 +++++++++ doc/mutt.man | 6 +++--- init.h | 7 ++++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 545db537..a9c61c2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-02-15 16:09 +0100 Rocco Rutte (ee5e696a9d08) + + * doc/manual.xml.head, headers.c: Support spaces in Attach: + pseudoheader. Closes #3179. + +2009-02-10 13:05 +0100 Rocco Rutte (a21f8bf84149) + + * ChangeLog, init.h: Fix documentation typos. Closes #3178. + 2009-01-27 12:58 -0800 Brendan Cully (7ddf1d1cc490) * imap/imap.c: Move socket close into imap_logout from imap_logout_all diff --git a/doc/mutt.man b/doc/mutt.man index b4318c46..3d78349e 100644 --- a/doc/mutt.man +++ b/doc/mutt.man @@ -109,7 +109,7 @@ message. .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" @@ -151,8 +151,8 @@ Full path of the user's home directory. .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" diff --git a/init.h b/init.h index 22689f3d..fcb130cb 100644 --- a/init.h +++ b/init.h @@ -1273,7 +1273,8 @@ struct option_t MuttVars[] = { /* ** .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 }, /* @@ -2943,8 +2944,8 @@ struct option_t MuttVars[] = { ** .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" }, /* -- 2.40.0