all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Hofert <marius.hofert@math.ethz.ch>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in	body?
Date: Sun, 27 Nov 2011 19:38:21 +0100	[thread overview]
Message-ID: <1B31ED0C-A73D-4D73-8CB6-0C896C5849DF@math.ethz.ch> (raw)
In-Reply-To: <87obvxsbbj.fsf@thinkpad.tsdh.de>



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	other threads:[~2011-11-27 18:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-27 13:30 Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body? Marius Hofert
2011-11-27 17:51 ` Tassilo Horn
2011-11-27 18:38   ` Marius Hofert [this message]
2011-11-27 20:01     ` Memnon Anon
2011-11-27 20:45       ` Marius Hofert
2011-11-27 21:29         ` Memnon Anon
2011-11-27 21:48           ` Marius Hofert
2011-11-28  8:24           ` Marius Hofert
2011-11-28  9:24             ` Memnon Anon
2011-11-28 10:18               ` Marius Hofert
2011-11-27 18:55   ` Memnon Anon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1B31ED0C-A73D-4D73-8CB6-0C896C5849DF@math.ethz.ch \
    --to=marius.hofert@math.ethz.ch \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tassilo@member.fsf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.