[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to Message-ID in citation-line
From: |
David Z Maze |
Subject: |
Re: How to Message-ID in citation-line |
Date: |
Thu, 01 Nov 2007 11:41:35 -0400 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/21.4 (usg-unix-v) |
Joachim Reiter <Spam@hobbyecke-pc.de> writes:
> * At 01.11.2007 00:21 Guillermo Antonio Amaral Bastidas wrote:
>> I might not use it in the end, but I would still like to learn more about
>> _gnus_ and how something like this could be accomplished.
>
> OK... So sorry for my comment, because I also want to hear many to learn
> more ;-) and sorry I cannot give you some help
If I was going to put this together, I'd write a custom citation
function and set message-citation-line-function to point to it. Within
that function, it looks like, I can call things like
(message-fetch-reply-field "Message-ID") to get things from the original
message.
--dzm