Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 60D80431FAE for ; Sat, 28 Nov 2009 09:32:03 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T2uyusha+zfn for ; Sat, 28 Nov 2009 09:32:01 -0800 (PST) Received: from picnicpark.org (picnicpark.org [130.94.181.238]) by olra.theworths.org (Postfix) with ESMTP id 5DB27431FBC for ; Sat, 28 Nov 2009 09:32:01 -0800 (PST) Received: (qmail 2672 invoked by uid 13806); 28 Nov 2009 17:32:00 -0000 Received: from unknown (HELO gw.picnicpark.org) ([76.210.240.177]) (envelope-sender ) by 130.94.181.238 (qmail-ldap-1.03) with SMTP for ; 28 Nov 2009 17:32:00 -0000 Received: from friend.picnicpark.org.picnicpark.org (friend.picnicpark.org [192.168.35.1]) by gw.picnicpark.org (Postfix) with ESMTP id B5138550094; Sat, 28 Nov 2009 09:32:00 -0800 (PST) From: Keith Amidon To: Carl Worth Organization: picnicpark.org References: <1259328615-1445-1-git-send-email-camalot@picnicpark.org> <1259328615-1445-2-git-send-email-camalot@picnicpark.org> <1259328615-1445-3-git-send-email-camalot@picnicpark.org> <1259328615-1445-4-git-send-email-camalot@picnicpark.org> <1259328615-1445-5-git-send-email-camalot@picnicpark.org> <1259328615-1445-6-git-send-email-camalot@picnicpark.org> <87hbsftel8.fsf@yoom.home.cworth.org> Date: Sat, 28 Nov 2009 09:32:00 -0800 In-Reply-To: <87hbsftel8.fsf@yoom.home.cworth.org> (Carl Worth's message of "Fri, 27 Nov 2009 21:15:15 -0800") Message-ID: <87k4xasghb.fsf@friend.picnicpark.org> User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org, Keith Amidon Subject: Re: [notmuch] [PATCH 5/9] Forward individual messages using message-forward X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 17:32:03 -0000 {-- Fri, 27 Nov 2009 21:15:15 -0800: Carl wrote: --} Carl> On Fri, 27 Nov 2009 05:30:11 -0800, camalot@picnicpark.org wrote: >> From: Keith Amidon >> Sometimes forwarding a message is preferable to replying and >> modifying the set of recipients. This commit provides that ability >> using the message-forward function. Carl> This is nice functionality---we were obviously missing a Carl> "forward" command before. So I've pushed this. Thanks. Carl> Meanwhile, this does miss one piece of functionality that we Carl> have in "notmuch reply" which is to select the From: address Carl> based on which configured email address of the user was found in Carl> the recipient list of the original message being forwarded. Carl> Any suggestion for this functionality? Does message-mode provide Carl> something similar? And if so, should notmuch.el simply read the Carl> notmuch configuration for the various email addresses and Carl> provide them to message-mode? I definitely don't want new users Carl> of notmuch to have to configure email addresses both inside of Carl> notmuch and also inside of message-mode, for example. I'm sure message-mode can be tweaked either gracefully or savagely in order to provide this. I'd be happy to look into it although I unfortunately don't have a lot of time to code right now. What are your thoughts generally about integration with things like message mode vs. implementing more into the C program? If you think the message-mode enhancements will have a life I'll spend some time on this and getting the semi-broken version of the reply functions I posted working more correctly as well. --- Keith