From c0b78168ea05715e04f73f1c40ff692fd6abe4c9 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 11 Jan 2003 22:24:37 +0000 Subject: [PATCH] (Header Commands): Addition. --- texi/ChangeLog | 4 ++++ texi/message.texi | 22 ++++++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index b4d3b9f4b..a96296fef 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2003-01-11 Lars Magne Ingebrigtsen + + * message.texi (Header Commands): Addition. + 2003-01-10 Reiner Steib * gnus.texi (Article Washing): Added gnus-outlook-unwrap-lines, diff --git a/texi/message.texi b/texi/message.texi index 5db031ea4..1e6cd65e6 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -671,21 +671,21 @@ notification that she received the message. @kindex M-x message-insert-importance-high @findex message-insert-importance-high @cindex Importance -Insert an @samp{Importance:} header with a value of @samp{high}, +Insert an @samp{Importance} header with a value of @samp{high}, deleting headers if necessary. @item M-x message-insert-importance-low @kindex M-x message-insert-importance-low @findex message-insert-importance-low @cindex Importance -Insert an @samp{Importance:} header with a value of @samp{low}, deleting +Insert an @samp{Importance} header with a value of @samp{low}, deleting headers if necessary. @item C-c C-f s @kindex C-c C-f s @findex message-change-subject @cindex Subject -Change the current @samp{Subject:} header. Ask for new @samp{Subject:} +Change the current @samp{Subject} header. Ask for new @samp{Subject} header and append @code{(was: )}. The old subject can be stripped on replying, see @code{message-subject-trailing-was-query} (@pxref{Message Headers}). @@ -696,18 +696,24 @@ stripped on replying, see @code{message-subject-trailing-was-query} @vindex message-cross-post-default @cindex X-Post @cindex cross-post -Ask for an additional @samp{Newsgroups:} and @samp{FollowUp-To:} for a +Ask for an additional @samp{Newsgroups} and @samp{FollowUp-To} for a cross-post. @code{message-cross-post-followup-to} mangles -@samp{FollowUp-To:} and @samp{Newsgroups:} header to point to group. +@samp{FollowUp-To} and @samp{Newsgroups} header to point to group. If @code{message-cross-post-default} is @code{nil} or if called with a -prefix-argument @samp{Follow-Up:} is set, but the message is not +prefix-argument @samp{Follow-Up} is set, but the message is not cross-posted. @item C-c C-f t @kindex C-c C-f t @findex message-reduce-to-to-cc -Replace contents of @samp{To:} header with contents of @samp{Cc:} or -@samp{Bcc:} header. +Replace contents of @samp{To} header with contents of @samp{Cc} or +@samp{Bcc} header. + +@item C-c C-f w +@kindex C-c C-f w +@findex message-insert-wide-reply +Insert @samp{To} and @samp{Cc} headers as if you were doing a wide +reply. @item C-c C-f a @kindex C-c C-f a -- 2.25.1