Hi Daniel,
* Daniel Schoepe <daniel at schoepe.org> [26. Oct. 2011]:
> On Sun, 23 Oct 2011 16:46:14 +0200, Gregor Zattler <telegraph at gmx.net> 
> wrote:
>> Could you please give me a hint how to customise which headers
>> are visible in a notmuch thread view?
> 
> Unfortunately the headers you can use there seem to be hardcoded at the
> moment in notmuch-show.c:
> 
>> static void
>> format_headers_json (const void *ctx, notmuch_message_t *message)
>> {
>>     const char *headers[] = {
>>      "Subject", "From", "To", "Cc", "Bcc", "Date"
>>     };

Thanx for this explanation.

> In order to adress this, I guess one would have to either output all
> headers in notmuch show, which leaves it to the client to choose which
> headers are wanted (which sounds like a good choice to me, since this is
> essentially a UI preference) 

me too :-)

Ciao; gregor

Reply via email to