comparison lisp/gnus/gnus-nocem.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 360340f9fd5f
children 9f59509498e1
comparison
equal deleted inserted replaced
109:e183fc049578 110:fe104dbd9147
46 '("AutoMoose-1" "Automoose-1" ; CancelMoose[tm] 46 '("AutoMoose-1" "Automoose-1" ; CancelMoose[tm]
47 "rbraver@ohww.norman.ok.us" ; Robert Braver 47 "rbraver@ohww.norman.ok.us" ; Robert Braver
48 "clewis@ferret.ocunix.on.ca;" ; Chris Lewis 48 "clewis@ferret.ocunix.on.ca;" ; Chris Lewis
49 "jem@xpat.com;" ; Despammer from Korea 49 "jem@xpat.com;" ; Despammer from Korea
50 "snowhare@xmission.com" ; Benjamin "Snowhare" Franz 50 "snowhare@xmission.com" ; Benjamin "Snowhare" Franz
51 "red@redpoll.mrfs.oh.us (Richard E. Depew)" 51 "red@redpoll.mrfs.oh.us (Richard E. Depew)" ; ARMM! ARMM!
52 ) 52 )
53 "List of NoCeM issuers to pay attention to." 53 "List of NoCeM issuers to pay attention to."
54 :group 'gnus-nocem 54 :group 'gnus-nocem
55 :type '(repeat string)) 55 :type '(repeat string))
56 56
73 :type '(radio (function-item mc-verify) 73 :type '(radio (function-item mc-verify)
74 (function :tag "other"))) 74 (function :tag "other")))
75 75
76 (defcustom gnus-nocem-liberal-fetch nil 76 (defcustom gnus-nocem-liberal-fetch nil
77 "*If t try to fetch all messages which have @@NCM in the subject. 77 "*If t try to fetch all messages which have @@NCM in the subject.
78 Otherwise don't fetch messages which have references or whose messsage-id 78 Otherwise don't fetch messages which have references or whose message-id
79 matches an previously scanned and verified nocem message." 79 matches an previously scanned and verified nocem message."
80 :group 'gnus-nocem 80 :group 'gnus-nocem
81 :type 'boolean) 81 :type 'boolean)
82 82
83 ;;; Internal variables 83 ;;; Internal variables