Gnus development mailing list
 help / color / mirror / Atom feed
* changing the citation line
@ 2001-03-05 22:35 NAGY Andras
  2001-03-07  0:41 ` Jason R. Mastaler
  0 siblings, 1 reply; 2+ messages in thread
From: NAGY Andras @ 2001-03-05 22:35 UTC (permalink / raw)


;; Citation
(setq message-citation-line-function
      (lambda ()
	(when message-reply-headers
	  (insert
	   (format-time-string "On %a, %d %b %Y, at %H:%M, "
			       (mail-header-parse-date
				(mail-header-date message-reply-headers)))
	   (mail-header-from message-reply-headers) " wrote:\n\n"))))


Is this the Right Way of doing this?


Andras


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: changing the citation line
  2001-03-05 22:35 changing the citation line NAGY Andras
@ 2001-03-07  0:41 ` Jason R. Mastaler
  0 siblings, 0 replies; 2+ messages in thread
From: Jason R. Mastaler @ 2001-03-07  0:41 UTC (permalink / raw)


NAGY Andras <nagya@inf.elte.hu> writes:

> (setq message-citation-line-function

[...]

Using something like TrivialCite (tc.el) might be easier.
<http://shasta.cs.uiuc.edu/~lrclause/tc.html>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-03-07  0:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-05 22:35 changing the citation line NAGY Andras
2001-03-07  0:41 ` Jason R. Mastaler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).