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 02A6B4196F0 for ; Mon, 26 Apr 2010 16:27:52 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.9 X-Spam-Level: X-Spam-Status: No, score=-2.9 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9] autolearn=ham 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 gC9UXr2E-4pz; Mon, 26 Apr 2010 16:27:50 -0700 (PDT) Received: from yoom.home.cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id CF5C5431FC1; Mon, 26 Apr 2010 16:27:50 -0700 (PDT) Received: by yoom.home.cworth.org (Postfix, from userid 1000) id 45CB8254008; Mon, 26 Apr 2010 16:27:50 -0700 (PDT) From: Carl Worth To: Dirk Hohndel , notmuch Subject: Re: [PATCH] RFC: Add From guessing when forwarding email In-Reply-To: References: User-Agent: Notmuch/0.2-218-g932e1c1 (http://notmuchmail.org) Emacs/23.1.1 (i486-pc-linux-gnu) Date: Mon, 26 Apr 2010 16:27:50 -0700 Message-ID: <874oixx095.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Mon, 26 Apr 2010 23:27:52 -0000 On Fri, 23 Apr 2010 15:52:15 -0700, Dirk Hohndel wrote: > This adds a new "guess-from" option to notmuch and modifies the > emacs UI to use this to use the best guess from address when > forwarding email. I don't want to add a new top-level command for this functionality, (which is fairly special-purpose), since I want to keep the notmuch command-line easy to learn and use by actual humans. And an actual human would rarely have any need to call this command. So maybe bury this under "notmuch reply --output=guess-from" or something like that? -Carl