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 C5841431FAF for ; Thu, 1 Mar 2012 13:46:59 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 tgs0SlnJ+qMr for ; Thu, 1 Mar 2012 13:46:59 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 42F14431FAE for ; Thu, 1 Mar 2012 13:46:59 -0800 (PST) Received: by wico1 with SMTP id o1so283408wic.26 for ; Thu, 01 Mar 2012 13:46:58 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.180.92.34 as permitted sender) client-ip=10.180.92.34; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.180.92.34 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.180.92.34]) by 10.180.92.34 with SMTP id cj2mr14492527wib.20.1330638418124 (num_hops = 1); Thu, 01 Mar 2012 13:46:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.92.34 with SMTP id cj2mr11638750wib.20.1330638418023; Thu, 01 Mar 2012 13:46:58 -0800 (PST) Received: from localhost ([109.131.111.80]) by mx.google.com with ESMTPS id gp8sm44481901wib.5.2012.03.01.13.46.57 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 13:46:57 -0800 (PST) From: Pieter Praet To: David Bremner Subject: [PATCH] NEWS: add entry for `notmuch-show-stash-mlarchive-link{, -and-go}' Date: Thu, 1 Mar 2012 22:44:30 +0100 Message-Id: <1330638270-15944-1-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.8.1 In-Reply-To: <87mx87j8eh.fsf@zancas.localnet> References: <87mx87j8eh.fsf@zancas.localnet> X-Gm-Message-State: ALoCoQkSTmfJ9rbD6xUZd5IPyE4CqQEWcqDBIKgwChu6iGUOeQShf/DrqPY/l8tLFGBFuNaiCluY Cc: Notmuch Mail 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: Thu, 01 Mar 2012 21:46:59 -0000 --- NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 8fb2f24..a739914 100644 --- a/NEWS +++ b/NEWS @@ -80,6 +80,12 @@ Attachment buttons can be used to view or save attachments. button 1 saves the attachment but this is customisable (option Notmuch Show Part Button Default Action). +New functions + + `notmuch-show-stash-mlarchive-link{,-and-go}' allow stashing and + optionally visiting a URI to the current message at one of a number + of Mailing List Archives. + Library changes --------------- -- 1.7.8.1