[PATCH 0/2] emacs: wash: word-wrap bugfix and tweak
[notmuch-archives.git] / 0f / a11e95c350f269afab5dba955079f223539dc0
1 Return-Path: <aneesh.kumar@linux.vnet.ibm.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 B83FD431FAE\r
6         for <notmuch@notmuchmail.org>; Thu, 10 Dec 2009 21:31:24 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id Zvkp6IGFyURc for <notmuch@notmuchmail.org>;\r
11         Thu, 10 Dec 2009 21:31:22 -0800 (PST)\r
12 Received: from e23smtp09.au.ibm.com (e23smtp09.au.ibm.com [202.81.31.142])\r
13         by olra.theworths.org (Postfix) with ESMTP id 6F1AA431FBC\r
14         for <notmuch@notmuchmail.org>; Thu, 10 Dec 2009 21:31:22 -0800 (PST)\r
15 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246])\r
16         by e23smtp09.au.ibm.com (8.14.3/8.13.1) with ESMTP id nBBGVLas022356\r
17         for <notmuch@notmuchmail.org>; Sat, 12 Dec 2009 03:31:21 +1100\r
18 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97])\r
19         by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
20         nBB5RXEF1544224\r
21         for <notmuch@notmuchmail.org>; Fri, 11 Dec 2009 16:27:33 +1100\r
22 Received: from d23av03.au.ibm.com (loopback [127.0.0.1])\r
23         by d23av03.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id\r
24         nBB5VJcp022185\r
25         for <notmuch@notmuchmail.org>; Fri, 11 Dec 2009 16:31:20 +1100\r
26 Received: from skywalker.linux.vnet.ibm.com ([9.124.35.109])\r
27         by d23av03.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
28         nBB5VGVr022113; Fri, 11 Dec 2009 16:31:17 +1100\r
29 From: "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com>\r
30 To: Carl Worth <cworth@cworth.org>\r
31 In-Reply-To: <87638mfth1.fsf@yoom.home.cworth.org>\r
32 References: <1259830005-3439-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
33         <87638mfth1.fsf@yoom.home.cworth.org>\r
34 Date: Fri, 11 Dec 2009 11:01:15 +0530\r
35 Message-ID: <87ws0ujcv0.fsf@linux.vnet.ibm.com>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 Cc: "Aneesh Kumar K.V" <aneesh.kumar@gmail.com>, notmuch@notmuchmail.org\r
39 Subject: Re: [notmuch] [PATCH 1/2] notmuch-reply: Add support for replying\r
40  only to sender\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.12\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Fri, 11 Dec 2009 05:31:24 -0000\r
54 \r
55 On Fri, 04 Dec 2009 11:07:54 -0800, Carl Worth <cworth@cworth.org> wrote:\r
56 > On Thu,  3 Dec 2009 14:16:44 +0530, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:\r
57 > > From: Aneesh Kumar K.V <aneesh.kumar@gmail.com>\r
58 > > \r
59 > > This patch add --format=sender-only option.\r
60\r
61 > I like the idea here, (and agree that an 'R' keybinding would be great).\r
62\r
63 > But surely there's a way to implement this with dramatically less code\r
64 > duplication?\r
65 \r
66 I sent an updated patch which did the above with less code duplication. Any\r
67 chance of getting this merged ?\r
68 \r
69 -aneesh\r