comparison lisp/mail/rmail.el @ 76121:c248fb92df9b

(rmail-message-filter): Fix custom type.
author John Paul Wallington <jpw@pobox.com>
date Sat, 24 Feb 2007 17:12:34 +0000
parents e3694f1cb928
children 31c4e5bc7e74 dd7c098af727
comparison
equal deleted inserted replaced
76120:d47e40b30370 76121:c248fb92df9b
420 (defcustom rmail-message-filter nil 420 (defcustom rmail-message-filter nil
421 "If non-nil, a filter function for new messages in RMAIL. 421 "If non-nil, a filter function for new messages in RMAIL.
422 Called with region narrowed to the message, including headers, 422 Called with region narrowed to the message, including headers,
423 before obeying `rmail-ignored-headers'." 423 before obeying `rmail-ignored-headers'."
424 :group 'rmail-headers 424 :group 'rmail-headers
425 :type 'function) 425 :type '(choice (const nil) function))
426 426
427 (defcustom rmail-automatic-folder-directives nil 427 (defcustom rmail-automatic-folder-directives nil
428 "List of directives specifying where to put a message. 428 "List of directives specifying where to put a message.
429 Each element of the list is of the form: 429 Each element of the list is of the form:
430 430