changeset 33918:5ddbb3756471

(rmail-automatic-folder-directives): Add a custom type, group and version.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 27 Nov 2000 17:14:53 +0000
parents 8fdc1e5e72f3
children 366ec50ec0d8
files lisp/mail/rmail.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.")