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

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

Re: Changing Subject prefix of a forwarded mail


From: Tassilo Horn
Subject: Re: Changing Subject prefix of a forwarded mail
Date: Fri, 03 Aug 2012 08:00:12 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

wahjava.ml@gmail.com (Ashish SHUKLA) writes:

Hi!

> I'm wondering if there is any way to change the subject prefix of the
> forwarded email in Gnus, so that email with Subject "Hi!" from "User"
> looks like "Fwd: Hi!"  instead of "[User] Hi!".

Sure, have a look at:

,----[ C-h v message-make-forward-subject-function RET ]
| message-make-forward-subject-function is a variable defined in `message.el'.
| Its value is message-forward-subject-name-subject
| 
|   This variable is potentially risky when used as a file local variable.
| 
| Documentation:
| *List of functions called to generate subject headers for forwarded messages.
| The subject generated by the previous function is passed into each
| successive function.
| 
| The provided functions are:
| 
| * `message-forward-subject-author-subject' Source of article (author or
|       newsgroup), in brackets followed by the subject
| * `message-forward-subject-name-subject' Source of article (name of author
|       or newsgroup), in brackets followed by the subject
| * `message-forward-subject-fwd' Subject of article with 'Fwd:' prepended
|       to it.
`----

You want the last one.

Bye,
Tassilo




reply via email to

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