Re: [PATCH] configure: add workaround for systems without zlib.pc
[notmuch-archives.git] / 15 / 30198ac251986c2574c162c41bdeb35f15d830
1 Return-Path: <tomi.ollila@iki.fi>\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 BBFA0431FB6\r
6         for <notmuch@notmuchmail.org>; Fri, 11 May 2012 13:17:58 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 hKy1KorJSA4Y for <notmuch@notmuchmail.org>;\r
16         Fri, 11 May 2012 13:17:57 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id 51025431FAE\r
19         for <notmuch@notmuchmail.org>; Fri, 11 May 2012 13:17:57 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 4F2E468021; Fri, 11 May 2012 23:17:51 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH 1/2] cli: also use Delivered-To header to figure out the\r
25         reply from address\r
26 In-Reply-To:\r
27  <21a946917c5c8dd63295b7c87b7c2d1ebcb6e71e.1336746160.git.jani@nikula.org>\r
28 References:\r
29  <21a946917c5c8dd63295b7c87b7c2d1ebcb6e71e.1336746160.git.jani@nikula.org>\r
30 User-Agent: Notmuch/0.13~rc1+7~gd4e318e (http://notmuchmail.org) Emacs/23.3.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Fri, 11 May 2012 23:17:51 +0300\r
36 Message-ID: <m2y5oy8ob4.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\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, 11 May 2012 20:17:58 -0000\r
52 \r
53 On Fri, May 11 2012, Jani Nikula <jani@nikula.org> wrote:\r
54 \r
55 > Add another fallback header Delivered-To for guessing the user's from\r
56 > address for notmuch reply before using the Received\r
57 > headers. Apparently some MTAs use Delivered-To instead of\r
58 > X-Original-To (which already exists as a fallback).\r
59 >\r
60 > Reported-by: Michael Hudson-Doyle <michael.hudson@canonical.com>\r
61 > Signed-off-by: Jani Nikula <jani@nikula.org>\r
62 > ---\r
63 \r
64 LGTM -- both patches -- "All 437 tests passed."\r
65 \r
66 Tomi\r
67 \r
68 >  notmuch-reply.c |   11 ++++++++---\r
69 >  1 file changed, 8 insertions(+), 3 deletions(-)\r
70 \r