[PATCH] remove debugging spew from T590
[notmuch-archives.git] / 72 / 2855d3046baff9e467670e29c4480bd43385d6
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 5B355431FC0\r
6         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 13:14:05 -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 zjZz3Z4Bl0UD for <notmuch@notmuchmail.org>;\r
11         Sat, 28 Nov 2009 13:14:04 -0800 (PST)\r
12 Received: from picnicpark.org (picnicpark.org [130.94.181.238])\r
13         by olra.theworths.org (Postfix) with ESMTP id 8E6B7431FAE\r
14         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 13:14:04 -0800 (PST)\r
15 Received: (qmail 85692 invoked by uid 13806); 28 Nov 2009 21:14:04 -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 21:14:04 -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 E2EA2550094;\r
23         Sat, 28 Nov 2009 13:14:03 -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         <87k4xasghb.fsf@friend.picnicpark.org>\r
35         <87ws1apmih.fsf@yoom.home.cworth.org>\r
36 Date: Sat, 28 Nov 2009 13:14:03 -0800\r
37 In-Reply-To: <87ws1apmih.fsf@yoom.home.cworth.org> (Carl Worth's message of\r
38         "Sat, 28 Nov 2009 09:49:58 -0800")\r
39 Message-ID: <87bpims678.fsf@friend.picnicpark.org>\r
40 User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.1 (gnu/linux)\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 Cc: notmuch@notmuchmail.org, Keith Amidon <keith@nicira.com>\r
44 Subject: Re: [notmuch] [PATCH 5/9] Forward individual messages using\r
45         message-forward\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.12\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Sat, 28 Nov 2009 21:14:05 -0000\r
59 \r
60 {-- Sat, 28 Nov 2009 09:49:58 -0800: Carl <cworth@cworth.org> wrote: --}\r
61   Carl> So when there are quick and easy things, (like calling an\r
62   Carl> existing function on an 'f' binding like above), that totally\r
63   Carl> makes sense to do. We can look at things like that as interim\r
64   Carl> solutions until the C program grows up.\r
65 \r
66   Carl> Long-term, I do expect a lot of features to end up being\r
67   Carl> implemented in the C program.\r
68 \r
69 Thanks for your perspective on the best place for things to be\r
70 implemented.  I like the pragmatism of using what's easily available in\r
71 emacs now and moving to using functions provided by the C implementation\r
72 as they become available in the future.  \r
73 \r
74 Since I have relatively limited time right now, I'll probably be a lot\r
75 more productive hacking elisp code.  I won't get too attached to that\r
76 code though... :-)\r
77 \r
78         --- Keith\r
79 \r
80 \r
81 \r