Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / c9 / 3a32ea216756b817361029c2ccbb625cbda5a9
1 Return-Path: <david@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 olra.theworths.org (Postfix) with ESMTP id 3062C431FBC\r
6         for <notmuch@notmuchmail.org>; Fri,  3 May 2013 17:43:59 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 OjsBz6-6lfUm for <notmuch@notmuchmail.org>;\r
16         Fri,  3 May 2013 17:43:54 -0700 (PDT)\r
17 X-Greylist: delayed 937 seconds by postgrey-1.32 at olra;\r
18         Fri, 03 May 2013 17:43:54 PDT\r
19 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
20         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 58941431FAF\r
23         for <notmuch@notmuchmail.org>; Fri,  3 May 2013 17:43:54 -0700 (PDT)\r
24 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id r440ShFd030735;\r
26         Fri, 3 May 2013 21:28:43 -0300\r
27 Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net\r
28         ([156.34.82.78] helo=zancas.localnet)\r
29         by tesseract.cs.unb.ca with esmtpsa\r
30         (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
31         (envelope-from <david@tethera.net>)\r
32         id 1UYQLC-0005KC-KX; Fri, 03 May 2013 21:28:43 -0300\r
33 Received: from bremner by zancas.localnet with local (Exim 4.80)\r
34         (envelope-from <david@tethera.net>)\r
35         id 1UYQL7-0004qC-1Q; Fri, 03 May 2013 21:28:37 -0300\r
36 From: David Bremner <david@tethera.net>\r
37 To: Justus Winter <4winter@informatik.uni-hamburg.de>, notmuch@notmuchmail.org\r
38 Subject: Re: [PATCH] go: use a different goconfig package\r
39 In-Reply-To:\r
40  <1366729987-16925-1-git-send-email-4winter@informatik.uni-hamburg.de>\r
41 References:\r
42  <1366729987-16925-1-git-send-email-4winter@informatik.uni-hamburg.de>\r
43 User-Agent: Notmuch/0.15.2+84~g12d5e4e (http://notmuchmail.org) Emacs/24.2.1\r
44         (x86_64-pc-linux-gnu)\r
45 Date: Fri, 03 May 2013 21:28:36 -0300\r
46 Message-ID: <8761yzvb9n.fsf@zancas.localnet>\r
47 MIME-Version: 1.0\r
48 Content-Type: text/plain\r
49 X-Spam_bar: -\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sat, 04 May 2013 00:43:59 -0000\r
63 \r
64 Justus Winter <4winter@informatik.uni-hamburg.de> writes:\r
65 \r
66 > The notmuch-addrlookup utility uses a third party library to read the\r
67 > notmuch configuration file. The previously used implementation at\r
68 > "github.com/kless/goconfig" vanished, so this patch switches to the\r
69 > implementation at "github.com/msbranco/goconfig". As the\r
70 > implementations differ at the API level, the code is updated\r
71 > accordingly.\r
72 \r
73 Pushed,\r
74 \r
75 d\r