]> granicus.if.org Git - mutt/commitdiff
Tighten up lists/subscribe example, to close #2198.
authorBrendan Cully <brendan@kublai.com>
Thu, 30 Mar 2006 19:50:01 +0000 (19:50 +0000)
committerBrendan Cully <brendan@kublai.com>
Thu, 30 Mar 2006 19:50:01 +0000 (19:50 +0000)
doc/manual.xml.head

index 43fd70b51691e9b31cd30352456649e0b9acdae9..84aa399a4728350a3f53ef7347d65bba9a6abaf2 100644 (file)
@@ -2149,13 +2149,14 @@ give a portion of the list's e-mail address.
 <para>
 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 <emphasis>mutt-users@mutt.org</emphasis>.  So, to tell Mutt that this is a
-mailing list, you could add ``lists mutt-users'' to your
+addresssed to <emphasis>mutt-users@mutt.org</emphasis>.  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
-<emphasis>mutt-users@example.com</emphasis>, you could use ``lists mutt-users@mutt&bsol;&bsol;.org'' 
-or ``subscribe mutt-users@mutt&bsol;&bsol;.org'' to
+<emphasis>mutt-users@example.com</emphasis>, you could use
+``lists ^mutt-users@mutt&bsol;&bsol;.org$'' 
+or ``subscribe ^mutt-users@mutt&bsol;&bsol;.org$'' to
 match only mail from the actual list.
 </para>