[PATCH 1/4] Add user.other_name property to associate names with other_email.
[notmuch-archives.git] / 53 / 6b75be808fd0909138667f2d5d15c13eb19a35
1 Return-Path: <five9a2@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 E7808431FAE\r
6         for <notmuch@notmuchmail.org>; Fri,  4 Dec 2009 11:20:27 -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 cBiBhxjJGfvx for <notmuch@notmuchmail.org>;\r
11         Fri,  4 Dec 2009 11:20:27 -0800 (PST)\r
12 Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com\r
13         [209.85.218.224])\r
14         by olra.theworths.org (Postfix) with ESMTP id 8F985431FBC\r
15         for <notmuch@notmuchmail.org>; Fri,  4 Dec 2009 11:20:27 -0800 (PST)\r
16 Received: by bwz24 with SMTP id 24so2222827bwz.30\r
17         for <notmuch@notmuchmail.org>; Fri, 04 Dec 2009 11:20:25 -0800 (PST)\r
18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
19         h=domainkey-signature:received:received:sender:from:to:cc:subject\r
20         :in-reply-to:references:date:message-id:mime-version:content-type;\r
21         bh=1t/CifoVH0ygxWLkknnzPc0Vpp/rf14X6NkbDBXbdMo=;\r
22         b=SGkaHVq/XHRTJR4W37TWmYmU8i8bEALMMPOwkHrJXc3LuODwcpHixNS/VnOSTqBRVM\r
23         q1k/EiG2H/4Z3w9TSosSJwggMpLwj6MIDTaSKsOInak2pCpVNEnAuZtHA6j+igfwR3pe\r
24         tRGsY+2EDg9dheTnKyxGqlY4l1ews8mFiz0G8=\r
25 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
26         h=sender:from:to:cc:subject:in-reply-to:references:date:message-id\r
27         :mime-version:content-type;\r
28         b=yDCLLqAjSU83sOOBInoJXD0YpRQh8AJqqCQDabToalVeTPgZ4hajNNlzP+CT/uB1+y\r
29         lN1STsT4WNPbZ8tQe+CyYO3PRNPt8eUyBOYs8uyce5wyB/BZ6KKiuA17enC4J4MUCJsk\r
30         LT1vvE8eKm6/3SxefxfyKGKgdV30IhcZoRm2w=\r
31 Received: by 10.204.153.202 with SMTP id l10mr3738467bkw.92.1259954425580;\r
32         Fri, 04 Dec 2009 11:20:25 -0800 (PST)\r
33 Received: from kunyang (vawpc43.ethz.ch [129.132.59.11])\r
34         by mx.google.com with ESMTPS id 35sm1263395fkt.10.2009.12.04.11.20.23\r
35         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
36         Fri, 04 Dec 2009 11:20:24 -0800 (PST)\r
37 Sender: Jed Brown <five9a2@gmail.com>\r
38 From: Jed Brown <jed@59A2.org>\r
39 To: Carl Worth <cworth@cworth.org>, "Aneesh Kumar K.V"\r
40         <aneesh.kumar@linux.vnet.ibm.com>, aneesh.kumar@linux.vnet.ibm.com\r
41 In-Reply-To: <87638mfth1.fsf@yoom.home.cworth.org>\r
42 References: <1259830005-3439-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
43         <87638mfth1.fsf@yoom.home.cworth.org>\r
44 Date: Fri, 04 Dec 2009 20:21:09 +0100\r
45 Message-ID: <87ws12y28q.fsf@59A2.org>\r
46 MIME-Version: 1.0\r
47 Content-Type: text/plain; charset=us-ascii\r
48 Cc: "Aneesh Kumar K.V" <aneesh.kumar@gmail.com>, notmuch@notmuchmail.org\r
49 Subject: Re: [notmuch] [PATCH 1/2] notmuch-reply: Add support for replying\r
50  only to sender\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.12\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, 04 Dec 2009 19:20:28 -0000\r
64 \r
65 On Fri, 04 Dec 2009 11:07:54 -0800, Carl Worth <cworth@cworth.org> wrote:\r
66 \r
67 > But surely there's a way to implement this with dramatically less code\r
68 > duplication?\r
69 \r
70 It should just be very short after this series\r
71 \r
72   id:1259450376-24523-1-git-send-email-jed@59A2.org\r
73 \r
74 I think --format= should not be used for this, formatting is orthogonal\r
75 to selecting recipients.\r
76 \r
77 Speaking of code duplication, perhaps it is worth abstracting options\r
78 parsing (or using an existing library).\r
79 \r
80 Jed\r