aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-27 17:14:53 +0000
committerGerd Moellmann2000-11-27 17:14:53 +0000
commitf0a7da4d26c296cd57be5a4792498cd0640a57e4 (patch)
treed2c54dc3fbc6d9547fa4d0cb7ef47bd597599b4d
parentd14518d8529058994a7460bcb9e3ada630a9d451 (diff)
downloademacs-f0a7da4d26c296cd57be5a4792498cd0640a57e4.tar.gz
emacs-f0a7da4d26c296cd57be5a4792498cd0640a57e4.zip
(rmail-automatic-folder-directives): Add a custom
type, group and version.
-rw-r--r--lisp/mail/rmail.el5
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.
289 289
290examples: 290examples:
291 (\"/dev/null\" \"from\" \"@spam.com\") ; delete all mail from spam.com 291 (\"/dev/null\" \"from\" \"@spam.com\") ; delete all mail from spam.com
292 (\"RMS\" \"from\" \"rms@\") ; save all mail from RMS.") 292 (\"RMS\" \"from\" \"rms@\") ; save all mail from RMS."
293 :group 'rmail
294 :version "21.1"
295 :type '(repeat (sexp :tag "Directive")))
293 296
294(defvar rmail-reply-prefix "Re: " 297(defvar rmail-reply-prefix "Re: "
295 "String to prepend to Subject line when replying to a message.") 298 "String to prepend to Subject line when replying to a message.")