aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")