[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / f9 / 0509d0014950561f0d5a924b33523d10710ecf
1 Return-Path: <sojkam1@fel.cvut.cz>\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 arlo.cworth.org (Postfix) with ESMTP id AEDB66DE1006\r
6  for <notmuch@notmuchmail.org>; Mon, 21 Dec 2015 01:50:18 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.2 tagged_above=-999 required=5 tests=[AWL=1.650,\r
12  RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id hVHoStlEOK0A for <notmuch@notmuchmail.org>;\r
16  Mon, 21 Dec 2015 01:50:16 -0800 (PST)\r
17 X-Greylist: delayed 519 seconds by postgrey-1.35 at arlo;\r
18  Mon, 21 Dec 2015 01:50:16 PST\r
19 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
20  by arlo.cworth.org (Postfix) with ESMTP id 4CFE16DE0244\r
21  for <notmuch@notmuchmail.org>; Mon, 21 Dec 2015 01:50:16 -0800 (PST)\r
22 Received: from localhost (unknown [192.168.200.7])\r
23  by max.feld.cvut.cz (Postfix) with ESMTP id 5108D19F43A9\r
24  for <notmuch@notmuchmail.org>; Mon, 21 Dec 2015 10:41:34 +0100 (CET)\r
25 X-Virus-Scanned: IMAP STYX AMAVIS\r
26 Received: from max.feld.cvut.cz ([192.168.200.1])\r
27  by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044)\r
28  with ESMTP id CGOkoCMPlzEh for <notmuch@notmuchmail.org>;\r
29  Mon, 21 Dec 2015 10:41:32 +0100 (CET)\r
30 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
31  by max.feld.cvut.cz (Postfix) with ESMTP id B8D4719F41EC\r
32  for <notmuch@notmuchmail.org>; Mon, 21 Dec 2015 10:41:32 +0100 (CET)\r
33 Received: from wsh by steelpick.2x.cz with local (Exim 4.86)\r
34  (envelope-from <sojkam1@fel.cvut.cz>)\r
35  id 1aAwyB-0000Yl-4K; Mon, 21 Dec 2015 10:41:31 +0100\r
36 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
37 To: notmuch@notmuchmail.org\r
38 Subject: [PATCH v2] emacs: Improve notmuch-message-mode initialization\r
39 Date: Mon, 21 Dec 2015 10:41:14 +0100\r
40 Message-Id: <1450690875-2111-1-git-send-email-sojkam1@fel.cvut.cz>\r
41 X-Mailer: git-send-email 2.6.4\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.20\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46  <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
53  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Mon, 21 Dec 2015 09:50:18 -0000\r
55 \r
56 Hi,\r
57 \r
58 this is v2 of id:1446573161-28068-1-git-send-email-sojkam1@fel.cvut.cz.\r
59 As suggested by David, instead of using advices, it reimplements the\r
60 needed pieces of message-mail in notmuch-specific way.\r
61 \r
62 Michal Sojka (1):\r
63   emacs: Improve notmuch-message-mode initialization\r
64 \r
65  emacs/notmuch-mua.el | 49 +++++++++++++++++++++++++++++++++++++++++++------\r
66  1 file changed, 43 insertions(+), 6 deletions(-)\r
67 \r
68 -- \r
69 2.6.4\r
70 \r