[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 37 / ffd94042fc45f64272a0fde296b7bf2358e662
1 Return-Path: <error4me@gmx.de>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 8C51F429E21\r
6         for <notmuch@notmuchmail.org>; Wed, 26 Oct 2011 12:09:06 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id jDCrJzIRJ-HO for <notmuch@notmuchmail.org>;\r
17         Wed, 26 Oct 2011 12:09:06 -0700 (PDT)\r
18 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22])\r
19         by olra.theworths.org (Postfix) with SMTP id AA91D431FB6\r
20         for <notmuch@notmuchmail.org>; Wed, 26 Oct 2011 12:09:05 -0700 (PDT)\r
21 Received: (qmail invoked by alias); 26 Oct 2011 19:09:04 -0000\r
22 Received: from p54BE22DE.dip.t-dialin.net (EHLO shi.workgroup) [84.190.34.222]\r
23         by mail.gmx.net (mp016) with SMTP; 26 Oct 2011 21:09:04 +0200\r
24 X-Authenticated: #19296480\r
25 X-Provags-ID: V01U2FsdGVkX19NqqRj7xxNPjzI4FVXW7qeZA6jPTkZ7W5tJLJ/PI\r
26         ve4uc6Egxd1rvA\r
27 Received: from grfz by shi.workgroup with local (Exim 4.77)\r
28         (envelope-from <error4me@gmx.de>)\r
29         id 1RJ8qE-0006S4-2e; Wed, 26 Oct 2011 21:08:46 +0200\r
30 Date: Wed, 26 Oct 2011 21:08:26 +0200\r
31 From: Gregor Zattler <telegraph@gmx.net>\r
32 To: notmuch <notmuch@notmuchmail.org>\r
33 Subject: Re: Emacs/bug? additional email headers not shown\r
34 Message-ID: <20111026190825.GC4997@shi.workgroup>\r
35 Mail-Followup-To: notmuch <notmuch@notmuchmail.org>\r
36 References: <20111023144614.GA21842@shi.workgroup>\r
37         <878vo8f5a7.fsf@gilead.invalid>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 Content-Disposition: inline\r
41 In-Reply-To: <878vo8f5a7.fsf@gilead.invalid>\r
42 User-Agent: Mutt/1.5.21 (2010-09-15)\r
43 X-Y-GMX-Trusted: 0\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 26 Oct 2011 19:09:06 -0000\r
57 \r
58 Hi Daniel,\r
59 * Daniel Schoepe <daniel@schoepe.org> [26. Oct. 2011]:\r
60 > On Sun, 23 Oct 2011 16:46:14 +0200, Gregor Zattler <telegraph@gmx.net> wrote:\r
61 >> Could you please give me a hint how to customise which headers\r
62 >> are visible in a notmuch thread view?\r
63\r
64 > Unfortunately the headers you can use there seem to be hardcoded at the\r
65 > moment in notmuch-show.c:\r
66\r
67 >> static void\r
68 >> format_headers_json (const void *ctx, notmuch_message_t *message)\r
69 >> {\r
70 >>     const char *headers[] = {\r
71 >>      "Subject", "From", "To", "Cc", "Bcc", "Date"\r
72 >>     };\r
73 \r
74 Thanx for this explanation.\r
75 \r
76 > In order to adress this, I guess one would have to either output all\r
77 > headers in notmuch show, which leaves it to the client to choose which\r
78 > headers are wanted (which sounds like a good choice to me, since this is\r
79 > essentially a UI preference) \r
80 \r
81 me too :-)\r
82 \r
83 Ciao; gregor\r