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 2E81F429E25 for ; Thu, 26 May 2011 01:40:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.09 X-Spam-Level: X-Spam-Status: No, score=-0.09 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, T_MIME_NO_TEXT=0.01] autolearn=disabled 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 WvOV7-XR-jpj for ; Thu, 26 May 2011 01:40:10 -0700 (PDT) Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222]) by olra.theworths.org (Postfix) with ESMTP id 49742431FD0 for ; Thu, 26 May 2011 01:40:10 -0700 (PDT) Received: from thor.loria.fr (unknown [IPv6:2001:660:4501:1:dad3:85ff:fe94:599c]) by ks3536.kimsufi.com (Postfix) with ESMTPSA id 16BD36A06A9; Thu, 26 May 2011 10:40:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net; s=key-schnouki; t=1306399209; bh=EP5xjwdvOLN067COju6Kdx647iPVtVFvvohuQNlkzFE=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=LMEggOc08m2S5EkdHIsadc9TW7BlrLm53t51OYMmKiG65BO7FGqvypS71jbvmMDgF x5P/7f1hUIBIaiztmPWj0uPAT5Ui4+iV0MO0jeVAFDHigHVtT2+V4A/qqOrioHY8ND +F7N47TlZm0j0RandV7/zv9dcX2FetWuTKf30pOQ= From: Thomas Jost To: Carl Worth , Stewart Smith , notmuch Subject: Re: [PATCH] emacs: Allow user to choose "From" address when composing a new message. In-Reply-To: <87r57ma0im.fsf@yoom.home.cworth.org> References: <87vcxb0za4.fsf@flamingspork.com> <87wrhfvk6a.fsf@yoom.home.cworth.org> <87lixvvjty.fsf@yoom.home.cworth.org> <87lixu7w71.fsf@thor.loria.fr> <87r57ma0im.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.5-216-g0154922 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Thu, 26 May 2011 10:39:58 +0200 Message-ID: <87hb8hlush.fsf@thor.loria.fr> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 26 May 2011 08:40:11 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Wed, 25 May 2011 15:17:05 -0700, Carl Worth wrote: > > I'll also send a few additional patches that make it possible to choose > > the "From" address when forwarding a message and when replying to a > > message. >=20 > The only real concern I have with the series is that it grabs 'R' for > reply-with-custom-from where I've been planning to implement 'R' as > reply-to-sender-only, (a long-missing and often-requested feature). That would be nice indeed :) > When I first started implementing the custom-from feature I planned to > use a prefix argument to get the behavior (such as "C-u m" rather than > "M" for compose-new-mail-with-custom-from). You might even see I've got > some code written along those lines. Good idea, this will probably seem more natural for Emacs users. > When I went to test it though, it didn't work. That was probably some > silly mistake on my part, (we do already have working code that changes > behavior with a prefix argument in the case of "M-RET" for example). >=20 > If you want to update the series to move away from capital-letter > keybindings in favor of a prefix argument, I'll be glad to accept it. Done and tested locally, seems OK so far. This makes the code smaller and IMHO nicer because it eliminates all the -prompt-for-sender variants. I'll send the updated patch series very soon. Thanks, =2D-=20 Thomas/Schnouki --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJN3hHfAAoJEMPdciX+bh5IKcMH/iVl5SLkvfvE7yqt7K2lNyA3 6ZFFDkwmqcLVVXtXHQYAcsmopiqx+4hebtostZo5CoNv5AUQFq0Xo5jDEz7NoSQa 9pbb6epp86Dn0tqtN9c8rbVj7Y8mpeAzp+g6ySSoNv1H8TiP786C8JKhvRs9UGDQ 4TstwCYEze9tDH9dnQKJbAjQARiqTGSC+qGtvl0KQMuT3z5M6eA7G3HJocYzG5b6 0L3IDRA1i0aML9A+TYzRnS3bOMVQLjYM1d7hhOH6je3LXRoPhhbEXUyl0UW5rTFj Iv9W60oYactIJlEI5R/6P+uF93sTtt/BrOJkIQyVK6rJMYvEi1B5C+wCc8pxpxU= =It7C -----END PGP SIGNATURE----- --=-=-=--