Changes committed gnus/lisp (message.el)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: message.el (message-form-letter-separator): Add FIXME. Index: message.el diff -u gnus/lisp/message.el:7.242 gnus/lisp/message.el:7.243 --- message.el:7.242 Sun Mar 2 14:58:15 2008 +++ message.el Sun Mar 2 15:21:36 2008 @@ -7823,7 +7823,7 @@ ;; Subject: Verification of your contact information ;; From: Contact verification <[email protected]> ;; --text follows this line-- -;; Hallo Bob, +;; Hi Bob, ;; please verify that your contact information is still valid: ;; Bob, B street 22, 22222 Be town, Belgium ;; ----------next form letter message follows this line---------- @@ -7839,6 +7839,10 @@ ;; FIXME: What is the most common term (circular letter, form letter, serial ;; letter, standard letter) for such kind of letter? See also ;; <http://en.wikipedia.org/wiki/Form_letter> + +;; FIXME: Maybe extent message-mode's font-lock support to recognize +;; `message-form-letter-separator', i.e. highlight each message like a single +;; message. (defcustom message-form-letter-separator "\n----------next form letter message follows this line----------\n"