]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-automatic-folder-directives): Add a custom
authorGerd Moellmann <gerd@gnu.org>
Mon, 27 Nov 2000 17:14:53 +0000 (17:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 27 Nov 2000 17:14:53 +0000 (17:14 +0000)
type, group and version.

lisp/mail/rmail.el

index 1b1006f63cf2b9d88756ca564b5e84eca09e0673..f26307b23a51adf2c5825c0ee8c3af14abeaeb77 100644 (file)
@@ -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.")