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

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

Don't rename attachments when forwarding


From: John Robot
Subject: Don't rename attachments when forwarding
Date: Tue, 31 Aug 2004 09:54:39 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Hamster/2.0.5.5

Hello,

I've noticed that, when forwarding (C-c C-f) a mail to other
people, the attached files are renamed into something like
`attXXX...' where XXX is a number.

How is it possible to get rid of that feature (under Gnus
5.10.6)?

,----[ Extract of my .gnus ]
|
| ;; when forwarding mail, chop off these headers
| (setq message-forward-ignored-headers
|       (concat "^\\("
|               "Content-Class\\|Delivered-To\\|Importance\\|In-Reply-To\\|"
|               "Lines\\|Message-Id\\|Organization\\|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 & Many thanks,
  John

-- 
John Robot


reply via email to

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