summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-28 20:40:33 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-28 20:40:33 +0000
commit0744dc97d7ba45a938e6b2934703f93078c79eeb (patch)
tree5623ce44be67f4f9439ffc52e97d8b2935e4c9dd /doc
parent5c4c11b874bd4905b43d519a2ec8ab46ca2a3736 (diff)
Fix the description of the lists command. Patch provided by Jeremy
Blosser <jblosser@firinn.org>.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.sgml.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/manual.sgml.in b/doc/manual.sgml.in
index 879660b0..2023be3e 100644
--- a/doc/manual.sgml.in
+++ b/doc/manual.sgml.in
@@ -968,12 +968,13 @@ Mutt has a few nice features for <ref id="using_lists" name="handling mailing
lists">. In order to take advantage of them, you must specify which addresses
belong to mailing lists.
-It is important to note that you should <bf/never/ specify the domain name
-(the part after the ``@'') with the lists command. You should only
-specify the ``mailbox'' portion of the address (the part before the ``@'').
-For example, if you've subscribed to the Mutt mailing list, you will receive
-mail addressed to <em/mutt-users@mutt.org/. So, to tell Mutt that this is a
-mailing list, you would add ``lists mutt-users'' to your initialization file.
+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 <em/mutt-users@mutt.org/. So, to tell Mutt that this is a
+mailing list, you could add ``lists mutt-users'' to your initialization file.
+If you also happen to get mail from someone whose address is
+<em/mutt-users@example.com/. you could use ``lists mutt-users@mutt.org'' to
+match only mail from the actual list.
The ``unlists'' command is to remove a token from the list of mailing-lists.
Use ``unlists *'' to remove all tokens.