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 4D87A429E35 for ; Wed, 16 Nov 2011 10:10:00 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.8 X-Spam-Level: X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7] 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 fcMH4VuKIQYz for ; Wed, 16 Nov 2011 10:09:59 -0800 (PST) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 828BF429E2F for ; Wed, 16 Nov 2011 10:09:55 -0800 (PST) Received: by bkaq10 with SMTP id q10so960524bka.26 for ; Wed, 16 Nov 2011 10:09:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=VPRmBB38mmbz6HidfdHAoeUvkQbCKZAVxFY5XG/058g=; b=LtVrsazUK90w8deM8gF68wdi/6ooSk9015+Hb6gmwOXaqhRTWun3Qh5vz9BAlY3OVk SkFaIsCprwT6RA4RBXbZTOO5dcIx4ESiyv5xYttwMJ1m9DP6M8+edCvVXNiXM0eqvH1r mrwf+b9x6RoBPpdyx55t18Cna2rnvtOc81Ofk= Received: by 10.204.152.66 with SMTP id f2mr15108558bkw.137.1321466993998; Wed, 16 Nov 2011 10:09:53 -0800 (PST) Received: from localhost (dslb-178-004-079-007.pools.arcor-ip.net. [178.4.79.7]) by mx.google.com with ESMTPS id i3sm21304851faf.0.2011.11.16.10.09.52 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Nov 2011 10:09:53 -0800 (PST) From: daniel@schoepe.org To: notmuch@notmuchmail.org Subject: [PATCH v2 2/2] NEWS entry for id-links Date: Wed, 16 Nov 2011 19:09:22 +0100 Message-Id: <4ec3fc71.432edf0a.3284.4d43@mx.google.com> X-Mailer: git-send-email 1.7.7.2 In-Reply-To: <1321466963-29702-1-git-send-email-y> References: <87pqgsnduy.fsf@gmail.com> <1321466963-29702-1-git-send-email-y> 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, 16 Nov 2011 18:10:00 -0000 From: Daniel Schoepe This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38 --- NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index ff12ca6..044a51e 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,11 @@ Add tab-completion for notmuch-search and notmuch-search-filter These functions now support completion tags for query parts starting with "tag:". +Turn "id:MSG-ID" links into buttons associated with notmuch searches + + Text of the form "id:MSG-ID" in mails is now a clickable button that + opens a notmuch search for the given message id. + Performance ----------- -- 1.7.7.2