[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 76 / 3fa63260c32c3845da954774923818f7184076
1 Return-Path: <bremner@pivot.cs.unb.ca>\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 A1CB0431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 11 Feb 2010 18:37:30 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.643\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.643 tagged_above=-999 required=5\r
12         tests=[AWL=-0.644, BAYES_50=0.001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id APfr3lEQTQDE for <notmuch@notmuchmail.org>;\r
16         Thu, 11 Feb 2010 18:37:30 -0800 (PST)\r
17 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
18         by olra.theworths.org (Postfix) with ESMTP id 14858431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 11 Feb 2010 18:37:30 -0800 (PST)\r
20 Received: from\r
21         fctnnbsc30w-142167166109.pppoe-dynamic.high-speed.nb.bellaliant.net\r
22         ([142.167.166.109] helo=rocinante.cs.unb.ca)\r
23         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
24         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
25         id 1NflPM-0002KS-Qh\r
26         for notmuch@notmuchmail.org; Thu, 11 Feb 2010 22:37:29 -0400\r
27 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71)\r
28         (envelope-from <bremner@rocinante.cs.unb.ca>) id 1NflMf-0007u8-MN\r
29         for notmuch@notmuchmail.org; Thu, 11 Feb 2010 22:34:41 -0400\r
30 From: david@tethera.net\r
31 To: notmuch@notmuchmail.org\r
32 Date: Thu, 11 Feb 2010 22:34:30 -0400\r
33 Message-Id: <1265942072-30247-1-git-send-email-david@tethera.net>\r
34 X-Mailer: git-send-email 1.6.5\r
35 In-Reply-To: <id:1260021951-3022-1-git-send-email-david@tethera.net>\r
36 References: <id:1260021951-3022-1-git-send-email-david@tethera.net>\r
37 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
38 Subject: [notmuch] Updated notmuch-show-get-* functions\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Fri, 12 Feb 2010 02:37:30 -0000\r
52 \r
53 I have rebased the patch for notmuch-show-get-header,and added functions \r
54 for each of the header fields (I think) parsed by mailheader.el.  \r
55 \r
56 There is a corresponding updated stash patch series that uses these functions to provide\r
57 convenient access to various fields, even if not currently displayed.\r
58 \r