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 0ABFB429E27 for ; Wed, 25 May 2011 06:21:17 -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 iSJ4I91PRRSH for ; Wed, 25 May 2011 06:21:16 -0700 (PDT) Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222]) by olra.theworths.org (Postfix) with ESMTP id 3E692431FD0 for ; Wed, 25 May 2011 06:21:16 -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 E25ED6A06A9; Wed, 25 May 2011 15:21:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net; s=key-schnouki; t=1306329674; bh=AashY07fr/QcnCQlfMu8lpogSMdg8+9/X071BBKwrSY=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=SL2IKnpMzxK3IAyGmsDUgxfxnkQhgXk6Rd6/ei2ZrZCglSgjN6BUcuRvZnJAbDG5s XqdC33aOEaRF8WzLjApt48UzQRyoVyQQfeC2HK0X6DS3JTgpMh115fpE+q5lUxT/rJ u8gUWbDws98pC2/kufZ5rSCd3kHr82/d5kAmVHiY= 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: <87lixvvjty.fsf@yoom.home.cworth.org> References: <87vcxb0za4.fsf@flamingspork.com> <87wrhfvk6a.fsf@yoom.home.cworth.org> <87lixvvjty.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.5-212-g6417e54 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Wed, 25 May 2011 15:21:06 +0200 Message-ID: <87lixu7w71.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: Wed, 25 May 2011 13:21:17 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Tue, 24 May 2011 15:02:01 -0700, Carl Worth wrote: > In order to select a From address, the user simply presses M instead of > m to begin composing a message. By default the list of names/addresses > to be used during completion will be automatically generated by the > settings in the notmuch configuration file. The user can customize > the notmuch-identities variable to provide an alternate list. Thanks, IMHO that's better than my previous solution. And it makes my .emacs smaller, woohoo! :) One little issue though: you did not update notmuch-show-mode-map in notmuch-show.el. I'll reply with a patch that fixes that (or you can just integrate it in your commit when pushing it). 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. Regards, =2D-=20 Thomas/Schnouki --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJN3QJDAAoJEMPdciX+bh5ItAQIAJqSTsOG2AYdnJWRcX43lo4y 9xk6KASblvmcB2CKsBc357GV6BgkCAYep4OEnGRA8cEYxqoN+fEg17as8wGSwgqA Jl9wkRqb8vOLLuWUOaHNT8PZVaPqB+U/y2CJ/aRK4pCVU9/52JxNPLFC1m2mRBEm bBDBF2LHeA2W1GLOfX6rsRlKDHzcUcvH8lcldVnvpHEiRQ5uJ8KCOd59+k6rQe9u Y7qMqowtWpqblg7CMNey/c9Xo3Od90nWsgv3QhlfkPspP4fgXhkWlycuN6rBXMtl IrP4mXWhZx5qef347Mie+7H4qap7e3Qt9j9F3kHRwaPtYEYPJKaDuyXX4qsLCks= =fmzY -----END PGP SIGNATURE----- --=-=-=--