Gnus Home
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.2.1 Commands for moving to headers

These following commands move to the header in question. If it doesn't exist, it will be inserted.

C-c ?
Describe the message mode.

C-c C-f C-t
Go to the To header (message-goto-to).

C-c C-f C-o
Go to the From header (message-goto-from). (The "o" in the key binding is for Originator.)

C-c C-f C-b
Go to the Bcc header (message-goto-bcc).

C-c C-f C-f
Go to the Fcc header (message-goto-fcc).

C-c C-f C-c
Go to the Cc header (message-goto-cc).

C-c C-f C-s
Go to the Subject header (message-goto-subject).

C-c C-f C-r
Go to the Reply-To header (message-goto-reply-to).

C-c C-f C-n
Go to the Newsgroups header (message-goto-newsgroups).

C-c C-f C-d
Go to the Distribution header (message-goto-distribution).

C-c C-f C-o
Go to the Followup-To header (message-goto-followup-to).

C-c C-f C-k
Go to the Keywords header (message-goto-keywords).

C-c C-f C-u
Go to the Summary header (message-goto-summary).

C-c C-f C-i
This inserts the `Importance:' header with a value of `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: `low', `normal' and `high'.

C-c C-f C-a
Insert a reasonable `Mail-Followup-To:' header (see section 1.11 Mailing Lists) in a post to an unsubscribed list. When making original posts to a mailing list you are not subscribed to, you have to type in a `Mail-Followup-To:' header by hand. The contents, usually, are the addresses of the list and your own address. This function inserts such a header automatically. It fetches the contents of the `To:' header in the current mail buffer, and appends the current user-mail-address.

If the optional argument include-cc is non-nil, the addresses in the `Cc:' header are also put into the `Mail-Followup-To:' header.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by on August, 4 2008 using texi2html