From 87a7cbd0aaa14b03e4b5fd5df163d8f680cc5042 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 19 Nov 2001 09:59:58 +0000 Subject: [PATCH] 2001-11-19 Simon Josefsson * message.texi (Header Commands, Insertion): Use C-c C-f C-i for Importance: instead of C-c C-u. Move to Header Commands from Insertion. Suggested by Per Abrahamsen . --- texi/ChangeLog | 6 ++++++ texi/message.texi | 47 ++++++++++++++++++++++++----------------------- 2 files changed, 30 insertions(+), 23 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 7566a710e..fc19d0b94 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,9 @@ +2001-11-19 Simon Josefsson + + * message.texi (Header Commands, Insertion): Use C-c C-f C-i for + Importance: instead of C-c C-u. Move to Header Commands from + Insertion. Suggested by Per Abrahamsen . + 2001-11-17 Simon Josefsson * message.texi (Insertion): Use C-c C-u for Importance: instead of diff --git a/texi/message.texi b/texi/message.texi index ed97b1002..a7aa1faf4 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -351,8 +351,9 @@ times, you will get back the un-edited message you're responding to. @node Header Commands @section Header Commands -All these commands move to the header in question. If it doesn't exist, -it will be inserted. +All these commands move to the header in question (except for the +@samp{Importance:} related commands). If it doesn't exist, it will be +inserted. @table @kbd @@ -416,6 +417,27 @@ Go to the @code{Keywords} header (@code{message-goto-keywords}). @findex message-goto-summary Go to the @code{Summary} header (@code{message-goto-summary}). +@item C-c C-f C-i +@kindex C-c C-f C-i +@findex message-insert-or-toggle-importance +This inserts the @samp{Importance:} header with a value of +@samp{high}. This header is used to signal the importance of the +message to the receiver. If the header is already present in the +buffer, it cycles between the three valid values according to RFC +1376: @samp{low}, @samp{normal} and @samp{high}. + +@item M-x message-insert-importance-high +@kindex M-x message-insert-importance-high +@findex message-insert-importance-high +Insert a @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 +Insert a @samp{Importance:} header with a value of @samp{low}, +deleting headers if necessary. + @end table @@ -481,27 +503,6 @@ Insert a signature at the end of the buffer @findex message-insert-headers Insert the message headers (@code{message-insert-headers}). -@item C-c C-u -@kindex C-c C-u -@findex message-insert-or-toggle-importance -This inserts the @samp{Importance:} header with a value of -@samp{high}. This header is used to signal the importance of the -message to the receiver. If the header is already present in the -buffer, it cycles between the three valid values according to RFC -1376: @samp{low}, @samp{normal} and @samp{high}. - -@item M-x message-insert-importance-high -@kindex M-x message-insert-importance-high -@findex message-insert-importance-high -Insert a @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 -Insert a @samp{Importance:} header with a value of @samp{low}, -deleting headers if necessary. - @end table -- 2.34.1