comparison lisp/gnus/nnmail.el @ 98470:be0cd2e19e84

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1441
author Miles Bader <miles@gnu.org>
date Fri, 03 Oct 2008 04:18:56 +0000
parents 645fb33380d6
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
98469:b47418363c13 98470:be0cd2e19e84
197 receives one argument, the name of the group the message comes from. 197 receives one argument, the name of the group the message comes from.
198 The return value should be `delete' or a group name (a string)." 198 The return value should be `delete' or a group name (a string)."
199 :version "21.1" 199 :version "21.1"
200 :group 'nnmail-expire 200 :group 'nnmail-expire
201 :type '(choice (const delete) 201 :type '(choice (const delete)
202 (function :format "%v" nnmail-) 202 function
203 string)) 203 string))
204 204
205 (defcustom nnmail-fancy-expiry-targets nil 205 (defcustom nnmail-fancy-expiry-targets nil
206 "Determine expiry target based on articles using fancy techniques. 206 "Determine expiry target based on articles using fancy techniques.
207 207