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 CE64A431FD0 for ; Fri, 23 Dec 2011 01:51:05 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.463 X-Spam-Level: X-Spam-Status: No, score=0.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] 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 3LJNHPx5HEH3 for ; Fri, 23 Dec 2011 01:51:05 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id D38B1431FB6 for ; Fri, 23 Dec 2011 01:51:04 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id BC6D42C059; Fri, 23 Dec 2011 10:51:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=0mMQ98X3+A56iAcH1zJppz PT3iU=; b=WEvtdDKU41xtKs6FHhf43cp9l4K85MUGTpfZjA8A+6BuhiktNFr/QN PmDZRMx8V1KvRe6jjFaly0bJ3hrngO7M6eHgktCIysAv21AHVzno9PWm4OK8toH6 bTA8GJoQNeLm1xedBURaGWO+Zpf527XmC9EuvlMFFJH817PFKGuiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=L3vx9P9Jc+WCVDjD 7VT6jNRE1ODyaU9BW0aZxhY3rjUrpUhUiMPwcabtsU4ugu09QRn+v5v0YTWdTE6b 9E4ZTJheQkTujxlQZSzKx0JYac5IWHnfl0Ch1GBclq4B8TYJwgLMCSBpYrVFtyCL MLjmEzOaaD8PnyUEoBXYhWn0Da4= Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Fri, 23 Dec 2011 10:51:02 +0100 (CET) From: Xavier Maillard To: Jameson Graef Rollins , Notmuch Mail Subject: Re: [PATCH] emacs: call notmuch-show instead notmuch-search in buttonised id: links In-Reply-To: <1324616148-14637-1-git-send-email-jrollins@finestructure.net> References: <1324616148-14637-1-git-send-email-jrollins@finestructure.net> User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Fri, 23 Dec 2011 11:07:47 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2011 09:51:05 -0000 Hi Jameson, On Thu, 22 Dec 2011 20:55:48 -0800, Jameson Graef Rollins wrote: > Since message-ids necessarily match just a single message, there's no > reason to do a search for the id before viewing the actual message; > the search just becomes an extra screen to click through. Clicking on > an id: links now just jumps straight to the message itself. Definetely +1 for this patch ! /Xavier