Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 05 / fcf35b57c6d7ed589a0a6f35b8e1dd1ccec2d7
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 AEF4C431FC2\r
6         for <notmuch@notmuchmail.org>; Sat, 28 Mar 2015 16:47:37 -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.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 msrHesNwSijV for <notmuch@notmuchmail.org>;\r
16         Sat, 28 Mar 2015 16:47:34 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224])\r
19         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 6BD67431FAE\r
22         for <notmuch@notmuchmail.org>; Sat, 28 Mar 2015 16:47:34 -0700 (PDT)\r
23 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
24         4.80) (envelope-from <david@tethera.net>)\r
25         id 1Yc0R0-0006uz-3b; Sat, 28 Mar 2015 23:46:34 +0000\r
26 Received: (nullmailer pid 7463 invoked by uid 1000); Sat, 28 Mar 2015\r
27         23:46:20 -0000\r
28 From: David Bremner <david@tethera.net>\r
29 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
30 Subject: Re: [Patch v6 4/8] lib: add "verbose" versions of\r
31         notmuch_database_{open,create}\r
32 In-Reply-To: <m2oandigk9.fsf@guru.guru-group.fi>\r
33 References: <1427494320-1483-1-git-send-email-david@tethera.net>\r
34         <1427494320-1483-5-git-send-email-david@tethera.net>\r
35         <m2oandigk9.fsf@guru.guru-group.fi>\r
36 User-Agent: Notmuch/0.19+86~gbed8b67 (http://notmuchmail.org) Emacs/24.4.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Sun, 29 Mar 2015 00:46:20 +0100\r
39 Message-ID: <87twx4ptwz.fsf@maritornes.cs.unb.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sat, 28 Mar 2015 23:47:37 -0000\r
55 \r
56 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
57 \r
58 >\r
59 > Just that this small piece of code above git pass my sparse sieve, perhaps\r
60 > this could be amended to:\r
61 >\r
62 >     if (message) {\r
63 >         if (status_string)\r
64 >             *status_string = message;\r
65 >         else \r
66 >             free(message);\r
67 >     }\r
68 >\r
69 \r
70 I amended and pushed. Thanks for all the reviewing.\r
71 \r
72 d\r