comparison lisp/gnus/message.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 38805092633e
children 8d09094063d0
comparison
equal deleted inserted replaced
110083:9921d33b9ce3 110084:320a820be8d8
250 :type '(repeat sexp)) 250 :type '(repeat sexp))
251 251
252 (defcustom message-prune-recipient-rules nil 252 (defcustom message-prune-recipient-rules nil
253 "Rules for how to prune the list of recipients when doing wide replies. 253 "Rules for how to prune the list of recipients when doing wide replies.
254 This is a list of regexps and regexp matches." 254 This is a list of regexps and regexp matches."
255 :version "24.1"
255 :group 'message-mail 256 :group 'message-mail
256 :group 'message-headers 257 :group 'message-headers
257 :link '(custom-manual "(message)Wide Reply") 258 :link '(custom-manual "(message)Wide Reply")
258 :type '(repeat regexp)) 259 :type '(repeat regexp))
259 260