From: Brendan Cully Date: Thu, 30 Mar 2006 19:50:01 +0000 (+0000) Subject: Tighten up lists/subscribe example, to close #2198. X-Git-Tag: mutt-1-5-12-rel~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=999cde7e010da9f6541c93b45934136d9d9fe0d9;p=mutt Tighten up lists/subscribe example, to close #2198. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 43fd70b5..84aa399a 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -2149,13 +2149,14 @@ give a portion of the list's e-mail address. Specify as much of the address as you need to to remove ambiguity. For example, if you've subscribed to the Mutt mailing list, you will receive mail -addresssed to mutt-users@mutt.org. So, to tell Mutt that this is a -mailing list, you could add ``lists mutt-users'' to your +addresssed to mutt-users@mutt.org. So, to tell Mutt +that this is a mailing list, you could add ``lists mutt-users@'' to your initialization file. To tell mutt that you are subscribed to it, add ``subscribe mutt-users'' to your initialization file instead. If you also happen to get mail from someone whose address is -mutt-users@example.com, you could use ``lists mutt-users@mutt\\.org'' -or ``subscribe mutt-users@mutt\\.org'' to +mutt-users@example.com, you could use +``lists ^mutt-users@mutt\\.org$'' +or ``subscribe ^mutt-users@mutt\\.org$'' to match only mail from the actual list.