[feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / ee / 25d1136ec7aa8a390cf38c5734248d07db3089
1 Return-Path: <bremner@tethera.net>\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 02A476DE1638\r
6  for <notmuch@notmuchmail.org>; Fri, 29 Jan 2016 03:53:34 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.308\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.308 tagged_above=-999 required=5 tests=[AWL=0.243,\r
12   RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 11EE32Z0w0n1 for <notmuch@notmuchmail.org>;\r
16  Fri, 29 Jan 2016 03:53:32 -0800 (PST)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 2BA866DE014A\r
19  for <notmuch@notmuchmail.org>; Fri, 29 Jan 2016 03:53:32 -0800 (PST)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <bremner@tethera.net>) id 1aP7bf-0001vJ-Rk\r
22  for notmuch@notmuchmail.org; Fri, 29 Jan 2016 06:52:51 -0500\r
23 Received: (nullmailer pid 5653 invoked by uid 1000);\r
24  Fri, 29 Jan 2016 11:53:30 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: update test suite for xapian 1.3\r
28 Date: Fri, 29 Jan 2016 07:53:10 -0400\r
29 Message-Id: <1454068393-5406-1-git-send-email-david@tethera.net>\r
30 X-Mailer: git-send-email 2.6.4\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.20\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35  <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
37  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
42  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Fri, 29 Jan 2016 11:53:34 -0000\r
44 \r
45 Without these patches, only two tests fail. Both fixes are fairly\r
46 trivial. According to Olly the behviour of xapian 1.3.4 of throwing an\r
47 exception rather than optimising away a giant term is a bug, but it is\r
48 easy to work around since we aren't really interested in giant terms\r
49 per se in the test, just long query strings.\r
50 \r
51 To test this on Debian\r
52 \r
53 apt-get install -t experimental libxapian-dev\r
54 XAPIAN_CONFIG=xapian-config-1.3 ./configure\r
55 make test\r
56 \r
57 Currently the libxapian-dev packages are not coinstallable (although\r
58 the actual libraries are). But downgrading back to stretch version\r
59 worked fine for me.\r
60 \r
61 \r
62 \r
63 \r