[PATCH 8/8] cli: optionally restore message properties from dump file
[notmuch-archives.git] / 51 / ba048e0df550ab4ed6bc0ed4e2f8dc76f14354
1 Return-Path: <dme@dme.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 314DE41ED89\r
6         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 05:01:21 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 g1CmntCb-QWM for <notmuch@notmuchmail.org>;\r
16         Fri, 13 Jan 2012 05:01:16 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 5147C41ED83\r
21         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 05:01:16 -0800 (PST)\r
22 Received: by werm13 with SMTP id m13so413517wer.26\r
23         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 05:01:15 -0800 (PST)\r
24 Received: by 10.216.134.69 with SMTP id r47mr402013wei.17.1326459674878;\r
25         Fri, 13 Jan 2012 05:01:14 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id n3sm15682452wiz.9.2012.01.13.05.01.12\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Fri, 13 Jan 2012 05:01:13 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 20B32A0048; Fri, 13 Jan 2012 13:01:11 +0000 (GMT)\r
33 To: Xavier Maillard <xma@gnu.org>, Pieter Praet <pieter@praet.org>,\r
34         Jani Nikula <jani@nikula.org>\r
35 Subject: Re: [PATCH] emacs: globally replace non-branching "(if (not ..." with\r
36         "(unless ..."\r
37 In-Reply-To: <m2ipkf6aeo.fsf@kcals.intra.maillard.im>\r
38 References: <87vcogketu.fsf@praet.org>\r
39         <1326389586-21683-1-git-send-email-pieter@praet.org>\r
40         <cunobu8huxw.fsf@hotblack-desiato.hh.sledj.net>\r
41         <m2ipkf6aeo.fsf@kcals.intra.maillard.im>\r
42 User-Agent: Notmuch/0.10.2+186~gd0f7804 (http://notmuchmail.org)\r
43         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
44 From: David Edmondson <dme@dme.org>\r
45 Date: Fri, 13 Jan 2012 13:01:07 +0000\r
46 Message-ID: <cunk44v7o4s.fsf@hotblack-desiato.hh.sledj.net>\r
47 MIME-Version: 1.0\r
48 Content-Type: multipart/signed; boundary="=-=-=";\r
49         micalg=pgp-sha1; protocol="application/pgp-signature"\r
50 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Fri, 13 Jan 2012 13:01:21 -0000\r
64 \r
65 --=-=-=\r
66 Content-Type: text/plain\r
67 Content-Transfer-Encoding: quoted-printable\r
68 \r
69 On Fri, 13 Jan 2012 13:42:55 +0100, Xavier Maillard <xavier@maillard.im> wr=\r
70 ote:\r
71 > On Fri, 13 Jan 2012 08:23:55 +0000, David Edmondson <dme@dme.org> wrote:\r
72 > > On Thu, 12 Jan 2012 18:33:06 +0100, Pieter Praet <pieter@praet.org> wro=\r
73 te:\r
74 > > > Less code, same results, without sacrificing readability.\r
75 > >=20\r
76 > > +1, but why not replace non-branching `if' with `when' as well?\r
77 >=20\r
78 > I tend to use WHEN for case I need to execute multiple\r
79 > statements. For the rest, IF is ok.\r
80 \r
81 Understood.\r
82 \r
83 --=-=-=\r
84 Content-Type: application/pgp-signature\r
85 \r
86 -----BEGIN PGP SIGNATURE-----\r
87 Version: GnuPG v1.4.11 (GNU/Linux)\r
88 \r
89 iEYEARECAAYFAk8QKxMACgkQaezQq/BJZRb9wACdEVxTIBUpPlBGkm2UmQgQ9Bq4\r
90 l+oAoIpBvtSjrKovf70SThOU3kJXsG1u\r
91 =EX8M\r
92 -----END PGP SIGNATURE-----\r
93 --=-=-=--\r