Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 2d / 7cc788f4f8390d4d08f8326ae0fb81a3462cf9
1 Return-Path: <xico@atelo.org>\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 116F7431FC0\r
6         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 22:34:52 -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=[UNPARSEABLE_RELAY=0.001] autolearn=disabled\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 T9G4VORaVHsl for <notmuch@notmuchmail.org>;\r
16         Fri,  9 May 2014 22:34:48 -0700 (PDT)\r
17 Received: from mail.atelo.org (atelo.org [192.95.27.91])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 84EDC431FBC\r
21         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 22:34:48 -0700 (PDT)\r
22 Received: from coyotlan.atelo.org (ovo.atelo.org [192.168.1.7]);\r
23         by mail.atelo.org (OpenSMTPD) with ESMTP id d3c89030;\r
24         Sat, 10 May 2014 05:34:15 +0000 (UTC)\r
25 Received: from localhost (1001@localhost [local]);\r
26         by localhost (OpenSMTPD) with ESMTPA id 68714757;\r
27         Fri, 9 May 2014 22:34:41 -0700 (PDT)\r
28 User-Agent: OpenSMTPD enqueuer (Demoostik)\r
29 From: =?UTF-8?q?X=C4=ABc=C3=B2?= <xico@atelo.org>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: [PATCH] Fallback check for zlib\r
32 Date: Fri,  9 May 2014 22:33:42 -0700\r
33 Message-Id: <1399700023-8041-1-git-send-email-xico@atelo.org>\r
34 X-Mailer: git-send-email 1.9.2\r
35 In-Reply-To: <874n0y5qo5.fsf@maritornes.cs.unb.ca>\r
36 References: <874n0y5qo5.fsf@maritornes.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=UTF-8\r
39 Content-Transfer-Encoding: 8bit\r
40 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sat, 10 May 2014 05:34:52 -0000\r
54 \r
55 Added the fallback check for zlib. Tested on FreeBSD stable/10.\r
56 C test checks for major zlib compatibility (see zlib doc/examples).\r
57 \r
58 Xīcò (1):\r
59   Fallback check for zlib.\r
60 \r
61  compat/have_zlib.c |  6 ++++++\r
62  configure          | 21 ++++++++++++++++-----\r
63  2 files changed, 22 insertions(+), 5 deletions(-)\r
64  create mode 100644 compat/have_zlib.c\r
65 \r
66 -- \r
67 1.9.2\r
68 \r