comparison lisp/gnus/nnmail.el @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents 9f59509498e1
children 585fb297b004
comparison
equal deleted inserted replaced
135:4636a6841cd6 136:b980b6286996
393 393
394 (defcustom nnmail-split-abbrev-alist 394 (defcustom nnmail-split-abbrev-alist
395 '((any . "from\\|to\\|cc\\|sender\\|apparently-to\\|resent-from\\|resent-to\\|resent-cc") 395 '((any . "from\\|to\\|cc\\|sender\\|apparently-to\\|resent-from\\|resent-to\\|resent-cc")
396 (mail . "mailer-daemon\\|postmaster\\|uucp") 396 (mail . "mailer-daemon\\|postmaster\\|uucp")
397 (to . "to\\|cc\\|apparently-to\\|resent-to\\|resent-cc") 397 (to . "to\\|cc\\|apparently-to\\|resent-to\\|resent-cc")
398 (from . "from\\|sender\\|resent-from")) 398 (from . "from\\|sender\\|resent-from")
399 (nato . "to\\|cc\\|resent-to\\|resent-cc")
400 (naany . "from\\|to\\|cc\\|sender\\|resent-from\\|resent-to\\|resent-cc"))
399 "Alist of abbreviations allowed in `nnmail-split-fancy'." 401 "Alist of abbreviations allowed in `nnmail-split-fancy'."
400 :group 'nnmail-split 402 :group 'nnmail-split
401 :type '(repeat (cons :format "%v" symbol regexp))) 403 :type '(repeat (cons :format "%v" symbol regexp)))
402 404
403 (defcustom nnmail-delete-incoming t 405 (defcustom nnmail-delete-incoming t