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 C7BF5429E21 for ; Wed, 16 Nov 2011 10:04:23 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 UcstZ84wmr4c for ; Wed, 16 Nov 2011 10:04:23 -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 02558431FD0 for ; Wed, 16 Nov 2011 10:04:22 -0800 (PST) Received: by bkaq10 with SMTP id q10so954468bka.26 for ; Wed, 16 Nov 2011 10:04:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=wpNZqz8xNOxUggW4vTDnrdQ+bkvpv+hFWQoe2c1064U=; b=V63PSOmX3Kf5eHl8zSzOiaMsIff272EVB7ERq38EmIzjErmCBgzWXrPvlk8NJpc3x9 1wMT25W/8zwxRUQ65LxdHovNue+RIb69emf8qgNeU42ZIXoSCLS1hOiM+5V9Hvf71Rpf TGjSflOmKP2JON2VwBw8l2k7M/p7PlsmJenuQ= Received: by 10.204.154.151 with SMTP id o23mr29671665bkw.62.1321466661439; Wed, 16 Nov 2011 10:04:21 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id e18sm18648147bkr.15.2011.11.16.10.04.19 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Nov 2011 10:04:20 -0800 (PST) From: Dmitry Kurochkin To: Daniel Schoepe , notmuch@notmuchmail.org Subject: Re: [PATCH 2/2] NEWS entry for id-links In-Reply-To: <1321465993-24687-3-git-send-email-daniel@schoepe.org> References: <1321465993-24687-1-git-send-email-daniel@schoepe.org> <1321465993-24687-3-git-send-email-daniel@schoepe.org> User-Agent: Notmuch/0.10_rc1+9~g8270095 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 16 Nov 2011 22:04:05 +0400 Message-ID: <87pqgsnduy.fsf@gmail.com> 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: Wed, 16 Nov 2011 18:04:24 -0000 On Wed, 16 Nov 2011 18:53:13 +0100, Daniel Schoepe wrote: > This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38 > --- > NEWS | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/NEWS b/NEWS > index ff12ca6..a2fa69f 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 > ----------- > > @@ -93,7 +98,6 @@ New functions > > notmuch_database_begin_atomic and notmuch_database_end_atomic allow > multiple database operations to be performed atomically. > - There is an unrelated white space change here... Regards, Dmitry > notmuch_database_find_message_by_filename does exactly what it says. > > API changes > -- > 1.7.7.2 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch