[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in bod
From: |
Tassilo Horn |
Subject: |
Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body? |
Date: |
Sun, 27 Nov 2011 18:51:44 +0100 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) |
Marius Hofert <marius.hofert@math.ethz.ch> writes:
Hi,
> If I forward a message in Gnus (C-c C-f), how can I get the following
> features by default?
> 1) The forwarded message text should be quoted with ">".
IMHO, when you forward a message, it should be preserved as-is.
> 2) The forwarded message does not contain a subject starting with
> "Fwd:" or similar.
Not sure about this one...
> 3) C-c C-f does not work if the point is in the message text
> (follow-up does work from there). Is there an easy way to make C-c C-f
> active from within messages?
(define-key gnus-article-mode-map (kbd "C-c C-f")
'gnus-summary-mail-forward)
Bye,
Tassilo
--
(What the world needs (I think) is not
(a Lisp (with fewer parentheses))
but (an English (with more.)))
Brian Hayes, http://tinyurl.com/3y9l2kf
- Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Marius Hofert, 2011/11/27
- Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?,
Tassilo Horn <=
- Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Marius Hofert, 2011/11/27
- Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Memnon Anon, 2011/11/27
- Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Marius Hofert, 2011/11/27
- Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Memnon Anon, 2011/11/27
- Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Marius Hofert, 2011/11/27
- Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Marius Hofert, 2011/11/28
- Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Memnon Anon, 2011/11/28
- Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Marius Hofert, 2011/11/28
Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?, Memnon Anon, 2011/11/27