comparison lisp/gnus/nnmail.el @ 89983:0796fc36c2bd

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 21 Sep 2004 09:34:12 +0000
parents cce1c0ee76ee 497f0d2ca551
children e24e2e78deda
comparison
equal deleted inserted replaced
89982:56440e073a4d 89983:0796fc36c2bd
222 In this case, articles containing the string \"boss\" in the To or the 222 In this case, articles containing the string \"boss\" in the To or the
223 From header will be expired to the group \"nnfolder:Work\"; 223 From header will be expired to the group \"nnfolder:Work\";
224 articles containing the sting \"IMPORTANT\" in the Subject header will 224 articles containing the sting \"IMPORTANT\" in the Subject header will
225 be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and 225 be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and
226 everything else will be expired to \"nnfolder:Archive-YYYY\"." 226 everything else will be expired to \"nnfolder:Archive-YYYY\"."
227 :version "21.4"
227 :group 'nnmail-expire 228 :group 'nnmail-expire
228 :type '(repeat (list (choice :tag "Match against" 229 :type '(repeat (list (choice :tag "Match against"
229 (string :tag "Header") 230 (string :tag "Header")
230 (const to-from)) 231 (const to-from))
231 regexp 232 regexp
556 :group 'nnmail 557 :group 'nnmail
557 :type 'integer) 558 :type 'integer)
558 559
559 (defcustom nnmail-mail-splitting-charset nil 560 (defcustom nnmail-mail-splitting-charset nil
560 "Default charset to be used when splitting incoming mail." 561 "Default charset to be used when splitting incoming mail."
562 :version "21.4"
561 :group 'nnmail 563 :group 'nnmail
562 :type 'symbol) 564 :type 'symbol)
563 565
564 (defcustom nnmail-mail-splitting-decodes nil 566 (defcustom nnmail-mail-splitting-decodes nil
565 "Whether the nnmail splitting functionality should MIME decode headers." 567 "Whether the nnmail splitting functionality should MIME decode headers."
568 :version "21.4"
566 :group 'nnmail 569 :group 'nnmail
567 :type 'boolean) 570 :type 'boolean)
568 571
569 (defcustom nnmail-split-fancy-match-partial-words nil 572 (defcustom nnmail-split-fancy-match-partial-words nil
570 "Whether to match partial words when fancy splitting. 573 "Whether to match partial words when fancy splitting.