Mercurial > hg > xemacs-beta
diff lisp/gnus/nnmail.el @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 8619ce7e4c50 |
children | b980b6286996 |
line wrap: on
line diff
--- a/lisp/gnus/nnmail.el Mon Aug 13 09:21:56 2007 +0200 +++ b/lisp/gnus/nnmail.el Mon Aug 13 09:23:06 2007 +0200 @@ -393,7 +393,9 @@ (defcustom nnmail-split-abbrev-alist '((any . "from\\|to\\|cc\\|sender\\|apparently-to\\|resent-from\\|resent-to\\|resent-cc") - (mail . "mailer-daemon\\|postmaster\\|uucp")) + (mail . "mailer-daemon\\|postmaster\\|uucp") + (to . "to\\|cc\\|apparently-to\\|resent-to\\|resent-cc") + (from . "from\\|sender\\|resent-from")) "Alist of abbreviations allowed in `nnmail-split-fancy'." :group 'nnmail-split :type '(repeat (cons :format "%v" symbol regexp)))