Re: Error with contrib/notmuch-pick
[notmuch-archives.git] / ff / f9047f10171c55ea64c8c4e5ca404d4fec3911
1 Return-Path: <camalot@picnicpark.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 60D80431FAE\r
6         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 09:32:03 -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 T2uyusha+zfn for <notmuch@notmuchmail.org>;\r
11         Sat, 28 Nov 2009 09:32:01 -0800 (PST)\r
12 Received: from picnicpark.org (picnicpark.org [130.94.181.238])\r
13         by olra.theworths.org (Postfix) with ESMTP id 5DB27431FBC\r
14         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 09:32:01 -0800 (PST)\r
15 Received: (qmail 2672 invoked by uid 13806); 28 Nov 2009 17:32:00 -0000\r
16 Received: from unknown (HELO gw.picnicpark.org) ([76.210.240.177])\r
17         (envelope-sender <camalot@picnicpark.org>)\r
18         by 130.94.181.238 (qmail-ldap-1.03) with SMTP\r
19         for <cworth@cworth.org>; 28 Nov 2009 17:32:00 -0000\r
20 Received: from friend.picnicpark.org.picnicpark.org (friend.picnicpark.org\r
21         [192.168.35.1])\r
22         by gw.picnicpark.org (Postfix) with ESMTP id B5138550094;\r
23         Sat, 28 Nov 2009 09:32:00 -0800 (PST)\r
24 From: Keith Amidon <camalot@picnicpark.org>\r
25 To: Carl Worth <cworth@cworth.org>\r
26 Organization: picnicpark.org\r
27 References: <1259328615-1445-1-git-send-email-camalot@picnicpark.org>\r
28         <1259328615-1445-2-git-send-email-camalot@picnicpark.org>\r
29         <1259328615-1445-3-git-send-email-camalot@picnicpark.org>\r
30         <1259328615-1445-4-git-send-email-camalot@picnicpark.org>\r
31         <1259328615-1445-5-git-send-email-camalot@picnicpark.org>\r
32         <1259328615-1445-6-git-send-email-camalot@picnicpark.org>\r
33         <87hbsftel8.fsf@yoom.home.cworth.org>\r
34 Date: Sat, 28 Nov 2009 09:32:00 -0800\r
35 In-Reply-To: <87hbsftel8.fsf@yoom.home.cworth.org> (Carl Worth's message of\r
36         "Fri, 27 Nov 2009 21:15:15 -0800")\r
37 Message-ID: <87k4xasghb.fsf@friend.picnicpark.org>\r
38 User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.1 (gnu/linux)\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Cc: notmuch@notmuchmail.org, Keith Amidon <keith@nicira.com>\r
42 Subject: Re: [notmuch] [PATCH 5/9] Forward individual messages using\r
43         message-forward\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.12\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 28 Nov 2009 17:32:03 -0000\r
57 \r
58 {-- Fri, 27 Nov 2009 21:15:15 -0800: Carl <cworth@cworth.org> wrote: --}\r
59 \r
60 \r
61   Carl> On Fri, 27 Nov 2009 05:30:11 -0800, camalot@picnicpark.org wrote:\r
62   >> From: Keith Amidon <keith@nicira.com>\r
63   >> Sometimes forwarding a message is preferable to replying and\r
64   >> modifying the set of recipients.  This commit provides that ability\r
65   >> using the message-forward function.\r
66 \r
67   Carl> This is nice functionality---we were obviously missing a\r
68   Carl> "forward" command before. So I've pushed this.\r
69 \r
70 Thanks.\r
71 \r
72   Carl> Meanwhile, this does miss one piece of functionality that we\r
73   Carl> have in "notmuch reply" which is to select the From: address\r
74   Carl> based on which configured email address of the user was found in\r
75   Carl> the recipient list of the original message being forwarded.\r
76 \r
77   Carl> Any suggestion for this functionality? Does message-mode provide\r
78   Carl> something similar? And if so, should notmuch.el simply read the\r
79   Carl> notmuch configuration for the various email addresses and\r
80   Carl> provide them to message-mode? I definitely don't want new users\r
81   Carl> of notmuch to have to configure email addresses both inside of\r
82   Carl> notmuch and also inside of message-mode, for example.\r
83 \r
84 I'm sure message-mode can be tweaked either gracefully or savagely in\r
85 order to provide this.  I'd be happy to look into it although I\r
86 unfortunately don't have a lot of time to code right now. \r
87 \r
88 What are your thoughts generally about integration with things like\r
89 message mode vs. implementing more into the C program?  If you think the\r
90 message-mode enhancements will have a life I'll spend some time on this\r
91 and getting the semi-broken version of the reply functions I posted\r
92 working more correctly as well.\r
93 \r
94        --- Keith\r
95 \r
96 \r
97 \r