From: Kevin McCarthy Date: Sun, 9 Jun 2019 18:07:16 +0000 (-0700) Subject: Mention sources for ~p and ~P patterns. X-Git-Tag: mutt-1-12-1-rel~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0727d3247a4c641d3d218e2aff09875084a0e992;p=mutt Mention sources for ~p and ~P patterns. 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. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index f81896a9..961db38a 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5543,8 +5543,14 @@ shows several ways to select messages. ~n [MIN]-[MAX]messages with a score in the range MIN to MAX *) ~Nnew messages ~Oold messages -~pmessages addressed to you (consults alternates) -~Pmessages from you (consults alternates) + +~p +messages addressed to you (consults $from, alternates, and local account/hostname information) + + +~P +messages from you (consults $from, alternates, and local account/hostname information) + ~Qmessages which have been replied to ~r [MIN]-[MAX]messages with date-received in a Date range ~Rread messages diff --git a/doc/muttrc.man.head b/doc/muttrc.man.head index 5d818f72..176dde26 100644 --- a/doc/muttrc.man.head +++ b/doc/muttrc.man.head @@ -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