]> granicus.if.org Git - mutt/commitdiff
Mention sources for ~p and ~P patterns.
authorKevin McCarthy <kevin@8t8.us>
Sun, 9 Jun 2019 18:07:16 +0000 (11:07 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 9 Jun 2019 18:07:16 +0000 (11:07 -0700)
The manual only mentioned alternates.  Add $from and local
account/hostname to the list.

The man page implied the only source was alternates.  Change to the
same wording as the manual.

Thanks to @rear1019 for pointing out the misleading man page.

doc/manual.xml.head
doc/muttrc.man.head

index f81896a953bdd1ab4caf4124085f56b6258d2f79..961db38aab29e9138692d36e59878ccb5e02b7ae 100644 (file)
@@ -5543,8 +5543,14 @@ shows several ways to select messages.
 <row><entry>~n [<emphasis>MIN</emphasis>]-[<emphasis>MAX</emphasis>]</entry><entry>messages with a score in the range <emphasis>MIN</emphasis> to <emphasis>MAX</emphasis> *)</entry></row>
 <row><entry>~N</entry><entry>new messages</entry></row>
 <row><entry>~O</entry><entry>old messages</entry></row>
-<row><entry>~p</entry><entry>messages addressed to you (consults <command>alternates</command>)</entry></row>
-<row><entry>~P</entry><entry>messages from you (consults <command>alternates</command>)</entry></row>
+<row>
+<entry>~p</entry>
+<entry>messages addressed to you (consults <link linkend="from">$from</link>, <command>alternates</command>, and local account/hostname information)</entry>
+</row>
+<row>
+<entry>~P</entry>
+<entry>messages from you (consults <link linkend="from">$from</link>, <command>alternates</command>, and local account/hostname information)</entry>
+</row>
 <row><entry>~Q</entry><entry>messages which have been replied to</entry></row>
 <row><entry>~r [<emphasis>MIN</emphasis>]-[<emphasis>MAX</emphasis>]</entry><entry>messages with <quote>date-received</quote> in a Date range</entry></row>
 <row><entry>~R</entry><entry>read messages</entry></row>
index 5d818f72beec7108e621374c451dfe7edf1d42a2..176dde26e13c314f3e04ff6b8bad3e726e247cf9 100644 (file)
@@ -616,10 +616,10 @@ new messages
 old messages
 .TP
 ~p
-messages addressed to you (as defined by \fBalternates\fP)
+messages addressed to you (consults $from, \fBalternates\fP, and local account/hostname information)
 .TP
 ~P
-messages from you (as defined by \fBalternates\fP)
+messages from you (consults $from, \fBalternates\fP, and local account/hostname information)
 .TP
 ~Q
 messages which have been replied to