From 0271cf6a99cb9137ffce2420db4853456ee96ed4 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 11 Aug 2002 22:18:24 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 7 +++++++ lisp/message-utils.el | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d357a0b..bf46209 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2002-08-11 Simon Josefsson + + * message-utils.el (message-xpost-default, + message-xpost-fup2-header, message-xpost-fup2): Fixed + Typos. Trivial changes from Reiner Steib + <4uce.02.r.steib@gmx.net>. + 2002-08-09 Simon Josefsson * message.el (message-canlock-password): Set diff --git a/lisp/message-utils.el b/lisp/message-utils.el index 8b8d455..a2d61d5 100644 --- a/lisp/message-utils.el +++ b/lisp/message-utils.el @@ -29,7 +29,7 @@ ;; as something somebody else has created, ;; * change Subject: header and add (was: ) ;; * strip (was: ) from Subject: headers -;; * add a X-No-Archieve: Yes header and a note in the body +;; * add a X-No-Archive: Yes header and a note in the body ;; * a function for cross-post and followup-to messages ;; * replace To: header with contents of Cc: or Bcc: header. ;; @@ -211,7 +211,7 @@ When called with a prefix argument, ask for a text to insert." (make-variable-buffer-local 'message-xpost-old-target) (defcustom message-xpost-default t - "When non-nil `mesage-xpost-fup2' will normally perform a crosspost. + "When non-nil `message-xpost-fup2' will normally perform a crosspost. If nil, `message-xpost-fup2' will only do a followup. Note that you can explicitly override this setting by calling `message-xpost-fup2' with a prefix." @@ -223,7 +223,7 @@ with a prefix." With prefix-argument just set Follow-Up, don't cross-post." (interactive (list ; Completion based on Gnus - (completing-read "Follwup To: " + (completing-read "Followup To: " (if (boundp 'gnus-newsrc-alist) gnus-newsrc-alist) nil nil '("poster" . 0) @@ -318,7 +318,7 @@ documentation for `message-xpost-insert-note'. " With prefix-argument just set Follow-Up, don't cross-post." (interactive (list ; Completion based on Gnus - (completing-read "Follwup To: " + (completing-read "Followup To: " (if (boundp 'gnus-newsrc-alist) gnus-newsrc-alist) nil nil '("poster" . 0) -- 1.7.10.4