comparison lisp/gnus/gnus-sum.el @ 110084:320a820be8d8

gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: Bump custom version of gnus-auto-expirable-marks.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 01 Sep 2010 04:44:25 +0000
parents c74caa6fbef5
children 8d09094063d0
comparison
equal deleted inserted replaced
110083:9921d33b9ce3 110084:320a820be8d8
661 (defcustom gnus-auto-expirable-marks 661 (defcustom gnus-auto-expirable-marks
662 (list gnus-killed-mark gnus-del-mark gnus-catchup-mark 662 (list gnus-killed-mark gnus-del-mark gnus-catchup-mark
663 gnus-low-score-mark gnus-ancient-mark gnus-read-mark 663 gnus-low-score-mark gnus-ancient-mark gnus-read-mark
664 gnus-duplicate-mark) 664 gnus-duplicate-mark)
665 "*The list of marks converted into expiration if a group is auto-expirable." 665 "*The list of marks converted into expiration if a group is auto-expirable."
666 :version "21.1" 666 :version "24.1"
667 :group 'gnus-summary 667 :group 'gnus-summary
668 :type '(repeat character)) 668 :type '(repeat character))
669 669
670 (defcustom gnus-inhibit-user-auto-expire t 670 (defcustom gnus-inhibit-user-auto-expire t
671 "*If non-nil, user marking commands will not mark an article as expirable, even if the group has auto-expire turned on." 671 "*If non-nil, user marking commands will not mark an article as expirable, even if the group has auto-expire turned on."