info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Do not forward HTML part of a mail


From: John Robot
Subject: Do not forward HTML part of a mail
Date: Wed, 28 Jul 2004 16:38:00 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Hamster/2.0.5.5

Hi,

What can I do to make sure Gnus just shows me the plain text
body of the mails I wanna forward, when they have an HTML
counterpart?

Here is my config for forwarding mails (inline):

,----
| ;; when forwarding mail, chop off these headers
| (setq message-forward-ignored-headers
|       (concat "^\\("
|               "Content-Class\\|Importance\\|In-Reply-To\\|Lines\\|"
|               "Message-Id\\|Received\\|References\\|Return-Path\\|"
|               "Return-Receipt-To\\|Sender Thread-Index\\|"
|               "Thread-Topic\\|User-Agent\\|X.*\\|"
|               "\\):"))
| 
| ;; subject of article with 'Fwd:' prepended to it, for forwarded messages
| (setq message-make-forward-subject-function 'message-forward-subject-fwd)
| 
| ;; forwarded messages will just be copied inline to the new message
| (setq message-forward-as-mime nil)
`----

Best regards,
  John

-- 
John Robot


reply via email to

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