diff options
| author | Gerd Moellmann <gerd@gnu.org> | 2000-11-27 17:14:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-27 17:14:53 +0000 |
| commit | f0a7da4d26c296cd57be5a4792498cd0640a57e4 (patch) | |
| tree | d2c54dc3fbc6d9547fa4d0cb7ef47bd597599b4d /lisp | |
| parent | d14518d8529058994a7460bcb9e3ada630a9d451 (diff) | |
| download | emacs-f0a7da4d26c296cd57be5a4792498cd0640a57e4.tar.gz | |
(rmail-automatic-folder-directives): Add a custom
type, group and version.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmail.el | 5 |
1 files changed, 4 insertions, 1 deletions
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.") |
