nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] reply attribution?


From: Ken Hornstein
Subject: Re: [Nmh-workers] reply attribution?
Date: Wed, 19 Oct 2016 14:09:09 -0400

>so:  is reply attribution something that people that use replyfilter
>miss?

I don't miss it ... but it might be both harder and easier than you think
to add it.

"Harder" because replyfilter doesn't have access to the _headers_ of the
message (the short reason for that is because mhl is stupid).  That's
the reason you have the "formatarg" configuration parameters to mhl
that pass in the C-T and C-T-E headers.

"Easier" because you could add a fourth optional argument to the script
and add something like:

        formatarg="%(pretty{from}) writes"

To the appropriate line in your mhl reply file.

--Ken



reply via email to

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