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

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

Re: Changing the citation style


From: Eduardo Muñoz
Subject: Re: Changing the citation style
Date: 31 Jul 2004 16:02:01 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

* Rasmus Villemoes <burner+usenet@imf.au.dk>
| Hi
| 
| When I reply to a mail or news posting with F, something like
| 
| The-poster <his/her email-address> writes:
| 
| gets inserted at the top of the reply, with the quoted message
| following. Is it possible to change this behaviour; say to something
| like
| 
| The-poster <his/her email-address> writes on 26th July, 2004:

Something like:

(setq message-citation-line-function
      (lambda ()
        (when message-reply-headers
          (insert "\n* " (mail-header-from 
                           message-reply-headers) "\n"))))

in your .gnus file will produce the above citation
line. There is also mail-header-date,
mail-header-message-id, etc.

-- 
Eduardo Muñoz          | (prog () 10 (print "Hello world!")
http://213.97.131.125/ |          20 (go 10))


reply via email to

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