]> granicus.if.org Git - mutt/commitdiff
Manual: verbosely document how the initial folder is determined, see #3189.
authorRocco Rutte <pdmef@gmx.net>
Fri, 20 Feb 2009 21:14:16 +0000 (22:14 +0100)
committerRocco Rutte <pdmef@gmx.net>
Fri, 20 Feb 2009 21:14:16 +0000 (22:14 +0100)
ChangeLog
doc/manual.xml.head

index 8691de12e193330014dd642160457f8f0b75739e..94a767749cb0eea684e9e8d118d2168c7e590925 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-02-20 18:27 +0100  Rocco Rutte  <pdmef@gmx.net>  (3f57a654639d)
+
+       * doc/manual.xml.head: Document address normalization. Closes #2430.
+
+2009-02-20 13:23 +0100  Rocco Rutte  <pdmef@gmx.net>  (e37e857afc14)
+
+       * ChangeLog, headers.c: Simplify and fix Attach: header parsing
+
+       With ee5e696a9d08 we would skip beyond the filename to look for a
+       description. This changeset fixes it.
+
 2009-02-20 13:05 +0100  Rocco Rutte  <pdmef@gmx.net>  (b3f6d86e94f7)
 
        * main.c: Set magic from -m before processing queries (-Q) or dumping
index 1b8fa720296c931d60afaec405f466b7e6546823..982f310af88f8ff64a9e0458f4da45b84f382d8f 100644 (file)
@@ -5199,6 +5199,24 @@ This normalization affects all headers mutt generates including aliases.
 </para>
 </listitem>
 </varlistentry>
+<varlistentry>
+<term>
+Initial folder selection
+</term>
+<listitem>
+<para>
+The folder Mutt opens at startup is determined as follows: the folder
+specified in the <literal>$MAIL</literal> environment variable if
+present. Otherwise, the value of <literal>$MAILDIR</literal> is taken
+into account. If that isn't present either, Mutt takes the user's
+mailbox in the mailspool as determined at compile-time (which may also
+reside in the home directory). The
+<link linkend="spoolfile">&dollar;spoolfile</link> setting overrides
+this selection. Highest priority has the mailbox given with the
+<literal>-f</literal> command line option.
+</para>
+</listitem>
+</varlistentry>
 </variablelist>
 
 </sect1>