[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 1b / 70b048b13d81e974b81d846c0a08b3dde80f1c
1 Return-Path: <markwalters1009@gmail.com>\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 5C17F431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 01:12:11 -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: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id u6-XjUuJ5swC for <notmuch@notmuchmail.org>;\r
18         Thu, 13 Dec 2012 01:12:11 -0800 (PST)\r
19 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com\r
20         [209.85.212.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id C9436431FB6\r
23         for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 01:12:10 -0800 (PST)\r
24 Received: by mail-wi0-f175.google.com with SMTP id hm11so3659139wib.2\r
25         for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 01:12:09 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=IjfeRHdkdyfCitqpx+jhrHyLzpQ6YaVIzAMKMsMPvNk=;\r
29         b=STrXL2o4gAVavyzT0cHMYVsGrEUIzYoDa21am/cUhzRY8oVndWAuIMMP/hxhRVc4vO\r
30         Z2/HXOLm6K+Rzu7cWU3vA46Hyxe20GZkRfttd7KWnHYQUWeoi2wM8jt+YfarxdNasJog\r
31         QmNSZrLaJuZLA6Wz4mumrY55iA0a45bbYRs3K0qNp5lUPSlAg2marHid/HEggTjYVMlk\r
32         7n1c6eddO7M9cM4Wxftan8CKJGzfFQm66QWHkTXo6c7PHDr99Au3nZ7wy7sgVmV3bujV\r
33         ncTwn39Z6Hh4n9I6bVA59PeUETnE2nyQSxGTzhDLcPT014Rwp1wBz4RKvFkATKyf/F8c\r
34         whUA==\r
35 Received: by 10.180.92.71 with SMTP id ck7mr1771254wib.20.1355389929613;\r
36         Thu, 13 Dec 2012 01:12:09 -0800 (PST)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPS id l5sm1532257wia.10.2012.12.13.01.12.07\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Thu, 13 Dec 2012 01:12:08 -0800 (PST)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 0/5] Use invisibility to toggle display of all parts\r
44         including multipart\r
45 Date: Thu, 13 Dec 2012 09:11:59 +0000\r
46 Message-Id: <1355389924-3718-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Thu, 13 Dec 2012 09:12:11 -0000\r
61 \r
62 This is version 2 of the patch series (version 1 at\r
63 id:1354663662-20524-1-git-send-email-markwalters1009@gmail.com)\r
64 \r
65 Almost all of the changes and fixes are in response to Austin's\r
66 review. I have changed things as he suggested.\r
67 \r
68 There are two small extra tiny patches in this version: I set the\r
69 default value of notmuch-show-all-multipart/alternative-parts to nil.\r
70 \r
71 The second is to fix a bug reported by Jani: that fake-patch parts (as\r
72 provided by notmuch-wash) did not get hidden when the whole message\r
73 was hidden.  This was due to notmuch-wash-convert-inline-patch-to-part\r
74 not passing a msg on down to notmuch-show-insert-bodypart. Previously\r
75 this did not matter but with with this series msg is needed to\r
76 construct the correct overlays.\r
77 \r
78 Best wishes\r
79 \r
80 Mark\r
81 \r
82 \r
83 \r
84 \r
85 Mark Walters (5):\r
86   emacs: show: modify insert-part-header to save the button text\r
87   emacs: show: add overlays for each part\r
88   emacs: show: add invisibility button action\r
89   emacs: wash: fix fake-diff part to include msg parameter\r
90   emacs: show: set default show-all-multipart/alternatives to nil\r
91 \r
92  emacs/notmuch-show.el |  115 ++++++++++++++++++++++++++++++++++++++-----------\r
93  emacs/notmuch-wash.el |    2 +-\r
94  2 files changed, 90 insertions(+), 27 deletions(-)\r
95 \r
96 -- \r
97 1.7.9.1\r
98 \r