aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-19 22:50:56 +0000
committerRichard M. Stallman1994-08-19 22:50:56 +0000
commit03863002c7a4e50b5870edf5527a987bf542b4fd (patch)
tree6e12f3509517c97b1294456b2b0ec66d29faa9fc
parent1f1e6e54b9f838be58240a25972f8bda4f748011 (diff)
downloademacs-03863002c7a4e50b5870edf5527a987bf542b4fd.tar.gz
emacs-03863002c7a4e50b5870edf5527a987bf542b4fd.zip
(rmail-retry-failure, mail-unsent-separator): Doc fix.
-rw-r--r--lisp/mail/rmail.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index ec86f4682ed..c0c823a7c2b 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2090,12 +2090,15 @@ typically for purposes of moderating a list."
2090 "^ *---+ +Original message +---+ *$\\|" 2090 "^ *---+ +Original message +---+ *$\\|"
2091 "^ *--+ +begin message +--+ *$\\|" 2091 "^ *--+ +begin message +--+ *$\\|"
2092 "^ *---+ +Original message follows +---+ *$\\|" 2092 "^ *---+ +Original message follows +---+ *$\\|"
2093 "^|? *---+ +Message text follows: +---+ *|?$")) 2093 "^|? *---+ +Message text follows: +---+ *|?$")
2094 "A regexp that matches the separator before the text of a failed message.")
2094 2095
2095(defun rmail-retry-failure () 2096(defun rmail-retry-failure ()
2096 "Edit a mail message which is based on the contents of the current message. 2097 "Edit a mail message which is based on the contents of the current message.
2097For a message rejected by the mail system, extract the interesting headers and 2098For a message rejected by the mail system, extract the interesting headers and
2098the body of the original message." 2099the body of the original message.
2100The variable `mail-unsent-separator' should match the string that
2101delimits the returned original message."
2099 (interactive) 2102 (interactive)
2100 (require 'mail-utils) 2103 (require 'mail-utils)
2101 (let (to subj irp2 cc orig-message) 2104 (let (to subj irp2 cc orig-message)