comparison lisp/gnus/gnus.el @ 60161:b070535d2416

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111 Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21 More work on moving images to etc/images * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23 Fix errors with image-file installation 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-msg.el (gnus-copy-article-buffer): Quote decoded words containing special characters. * lisp/gnus/gnus-sum.el (gnus-summary-edit-article): Ditto. * lisp/gnus/mml.el (mime-to-mml): Ditto. * lisp/gnus/rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials. (rfc2047-quote-decoded-words-containing-tspecials): New variable. (rfc2047-decode-region): Quote decoded words containing special characters when rfc2047-quote-decoded-words-containing-tspecials is non-nil. 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com> * lisp/gnus/gnus-registry.el (gnus-registry-delete-group): minor bug fix * lisp/gnus/gnus.el (gnus-install-group-spam-parameters): Doc fix. 2005-02-15 Simon Josefsson <jas@extundo.com> * lisp/gnus/nnimap.el (nnimap-debug): Doc fix. * lisp/gnus/imap.el (imap-debug): Doc fix. 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-group.el (gnus-group-make-doc-group): Mention prefix argument in doc string. Make query for type more clear.
author Miles Bader <miles@gnu.org>
date Sat, 19 Feb 2005 13:24:16 +0000
parents 210af0ad3d35
children 7503b2a24a3c bf0d492ea2d5
comparison
equal deleted inserted replaced
60160:1100781377df 60161:b070535d2416
1817 :function-document 1817 :function-document
1818 "The spam type (spam, ham, or neither) of the group." 1818 "The spam type (spam, ham, or neither) of the group."
1819 :variable gnus-spam-newsgroup-contents 1819 :variable gnus-spam-newsgroup-contents
1820 :variable-default nil 1820 :variable-default nil
1821 :variable-document 1821 :variable-document
1822 "*Groups in which to automatically mark new articles as spam on 1822 "*Group classification (spam, ham, or neither). Only
1823 summary entry. If non-nil, this should be a list of group name 1823 meaningful when spam.el is loaded. If non-nil, this should be a
1824 regexps that should match all groups in which to do automatic spam 1824 list of group name regexps associated with a classification for
1825 tagging, associated with a classification (spam, ham, or neither). 1825 each one. In spam groups, new articles are marked as spam on
1826 This only makes sense for mail groups." 1826 summary entry. There is other behavior associated with ham and
1827 no classification when spam.el is loaded - see the manual."
1827 :variable-group spam 1828 :variable-group spam
1828 :variable-type '(repeat 1829 :variable-type '(repeat
1829 (list :tag "Group contents spam/ham classification" 1830 (list :tag "Group contents spam/ham classification"
1830 (regexp :tag "Group") 1831 (regexp :tag "Group")
1831 (choice 1832 (choice
1838 (variable-item gnus-group-spam-classification-spam) 1839 (variable-item gnus-group-spam-classification-spam)
1839 (variable-item gnus-group-spam-classification-ham) 1840 (variable-item gnus-group-spam-classification-ham)
1840 (const :tag "Unclassified" nil))) 1841 (const :tag "Unclassified" nil)))
1841 :parameter-document 1842 :parameter-document
1842 "The spam classification (spam, ham, or neither) of this group. 1843 "The spam classification (spam, ham, or neither) of this group.
1843 When a spam group is entered, all unread articles are marked as spam.") 1844 When a spam group is entered, all unread articles are marked as
1845 spam. There is other behavior associated with ham and no
1846 classification when spam.el is loaded - see the manual.")
1844 1847
1845 (defvar gnus-group-spam-exit-processor-ifile "ifile" 1848 (defvar gnus-group-spam-exit-processor-ifile "ifile"
1846 "OBSOLETE: The ifile summary exit spam processor.") 1849 "OBSOLETE: The ifile summary exit spam processor.")
1847 1850
1848 (defvar gnus-group-spam-exit-processor-stat "stat" 1851 (defvar gnus-group-spam-exit-processor-stat "stat"