# HG changeset patch # User Gerd Moellmann # Date 975345293 0 # Node ID 5ddbb37564713e9852933080e450c4441d5a06af # Parent 8fdc1e5e72f31e44a5732fbac61f5a81f0adc5c7 (rmail-automatic-folder-directives): Add a custom type, group and version. diff -r 8fdc1e5e72f3 -r 5ddbb3756471 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Mon Nov 27 17:10:15 2000 +0000 +++ b/lisp/mail/rmail.el Mon Nov 27 17:14:53 2000 +0000 @@ -289,7 +289,10 @@ examples: (\"/dev/null\" \"from\" \"@spam.com\") ; delete all mail from spam.com - (\"RMS\" \"from\" \"rms@\") ; save all mail from RMS.") + (\"RMS\" \"from\" \"rms@\") ; save all mail from RMS." + :group 'rmail + :version "21.1" + :type '(repeat (sexp :tag "Directive"))) (defvar rmail-reply-prefix "Re: " "String to prepend to Subject line when replying to a message.")