help-gnu-emacs
[Top][All Lists]
Advanced

[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: Marius Hofert
Subject: Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body?
Date: Sun, 27 Nov 2011 19:38:21 +0100


On 2011-11-27, at 18:51 , Tassilo Horn wrote:

> 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.

Hi Tassilo,

my former email program used to quoted forwarded messages and even wrote 
"Begin forwarded message:" in the beginning of the message. I find this very 
helpful since otherwise, it might happen that the person you forward the 
message to thinks that (s)he received the message directly and will then answer 
the message to the original sender. In many cases this can cause trouble... 

> 
>> 2) The forwarded message does not contain a subject starting with
>> "Fwd:" or similar.
> 
> Not sure about this one...

I just figured it out (first time :-) ):
;; see http://osdir.com/ml/emacs.gnus.user/2002-11/msg00011.html
(setq message-make-forward-subject-function 'message-forward-subject-fwd)

> 
>> 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)

thanks :-)

> 
> 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
> 
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]