From f0a7da4d26c296cd57be5a4792498cd0640a57e4 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 27 Nov 2000 17:14:53 +0000 Subject: [PATCH] (rmail-automatic-folder-directives): Add a custom type, group and version. --- lisp/mail/rmail.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 1b1006f63cf..f26307b23a5 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -289,7 +289,10 @@ FIELD/REGEXP pairs continue in the list. 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.") -- 2.39.5