Re: [RFC PATCH] revert: Removed top level --stderr= option
[notmuch-archives.git] / 91 / 5a94a670aae2c0938b6fc1024a8ac9d804c1df
1 Return-Path: <aaronecay@gmail.com>\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 D41B641ED71\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Jan 2012 00:49:42 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id akrjIihKorYj for <notmuch@notmuchmail.org>;\r
17         Wed, 18 Jan 2012 00:49:40 -0800 (PST)\r
18 Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com\r
19         [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id B8B96429E5F\r
22         for <notmuch@notmuchmail.org>; Wed, 18 Jan 2012 00:49:40 -0800 (PST)\r
23 Received: by qcqw6 with SMTP id w6so3285961qcq.26\r
24         for <notmuch@notmuchmail.org>; Wed, 18 Jan 2012 00:49:40 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type:content-transfer-encoding;\r
28         bh=qXV543aeXnHaWI3am2s3A+GWYYrVWzTuJk3fYFR/zak=;\r
29         b=vSYi9U21a6cLcahINWMATRM9Jjbu/qOcvl4L2zJHuZIoZPvQvjkUrMNAP75mTyDYMp\r
30         WUcswdW0HYeBmmtA1Z4MnfCVGU2XB6kmmjMPLc0d11EgI4jjLGScdweB93dzOIYn237Y\r
31         0cjq0K5GX24ZrTqF95vAEJ9N0/TLAoT1dzzl0=\r
32 Received: by 10.229.76.77 with SMTP id b13mr764912qck.151.1326876580051;\r
33         Wed, 18 Jan 2012 00:49:40 -0800 (PST)\r
34 Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73])\r
35         by mx.google.com with ESMTPS id el3sm49130851qab.8.2012.01.18.00.49.38\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Wed, 18 Jan 2012 00:49:39 -0800 (PST)\r
38 From: Aaron Ecay <aaronecay@gmail.com>\r
39 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
40 Subject: Re: [PATCH] emacs: Improved printing support.\r
41 In-Reply-To: <1326873621-1701-1-git-send-email-dme@dme.org>\r
42 References: <m2vcobbaol.fsf@gmail.com>\r
43         <1326873621-1701-1-git-send-email-dme@dme.org>\r
44 User-Agent: Notmuch/0.11+62~ge41b0d3 (http://notmuchmail.org) Emacs/24.0.92.1\r
45         (i386-apple-darwin10.8.0)\r
46 Date: Wed, 18 Jan 2012 03:49:35 -0500\r
47 Message-ID: <m2r4yx9yzk.fsf@gmail.com>\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain; charset=utf-8\r
50 Content-Transfer-Encoding: quoted-printable\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: Wed, 18 Jan 2012 08:49:43 -0000\r
64 \r
65 On Wed, 18 Jan 2012 08:00:21 +0000, David Edmondson <dme@dme.org> wrote:\r
66 > Add various functions to print notmuch messages and tie them together\r
67 > with a simple frontend.\r
68 >=20\r
69 > Add a binding ('#') in `notmuch-show-mode' to print the current\r
70 > message.\r
71 > ---\r
72 >=20\r
73 > Updates based on Aaron's review - the comments were very useful in\r
74 > improving things - thanks!\r
75 \r
76 You=E2=80=99re welcome!  The patch LGTM.\r
77 \r
78 --=20\r
79 Aaron Ecay\r