From: Mark Walters Date: Thu, 29 Oct 2015 18:41:27 +0000 (+0000) Subject: [PATCH] NEWS updates for some extra emacs functionality X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45174ea613243c762868ee28858180c82a0c3cb7;p=notmuch-archives.git [PATCH] NEWS updates for some extra emacs functionality --- diff --git a/fa/b3b8eaaf4bc4f944673a5e15f46a3529920bc9 b/fa/b3b8eaaf4bc4f944673a5e15f46a3529920bc9 new file mode 100644 index 000000000..d423ed151 --- /dev/null +++ b/fa/b3b8eaaf4bc4f944673a5e15f46a3529920bc9 @@ -0,0 +1,91 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id B33936DE1416 + for ; Thu, 29 Oct 2015 11:41:36 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.854 +X-Spam-Level: +X-Spam-Status: No, score=-0.854 tagged_above=-999 required=5 + tests=[AWL=-0.284, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, + DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id hhdIWQvnYbuf for ; + Thu, 29 Oct 2015 11:41:34 -0700 (PDT) +Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com + [209.85.212.181]) + by arlo.cworth.org (Postfix) with ESMTPS id 863706DE13DB + for ; Thu, 29 Oct 2015 11:41:34 -0700 (PDT) +Received: by wicfx6 with SMTP id fx6so235801707wic.1 + for ; Thu, 29 Oct 2015 11:41:32 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id; + bh=dygAYh1FH4M1g0qdtAdKFwkKUvuk/rMd+iCX2BCughE=; + b=L+XBYXPXra4RdAZldwvwbT4sj8s36EA9x3XzzIX0s+LtowauTcBY4NlozWmqvUY0ce + duCjFTn6HZEud2tMCNnVvaEg93uR8oGBydrRtoZT4Ryh8f4rdn28CvlTqIOy7J0rVd/I + HL+3kAFzwjjbDpPFIXvyX8hI6upnDZQ+mhKpH/UPgGXp0cqH9Gx/X2en7I8VTQyiX5g8 + Pl9YKI9OHUbyZEmYFL2cHDn5TYHMP/otF/ENo2mtXmFSEiF16VZVxOJwlYdIybbom3/I + vfkaSjku1IYnuBrHdoGh73oo93KEoAFwN47OWVxHEQ8N5/gCKC0eeuTebuXlXHPASprC + 4IfQ== +X-Received: by 10.28.10.142 with SMTP id 136mr9113973wmk.84.1446144092614; + Thu, 29 Oct 2015 11:41:32 -0700 (PDT) +Received: from localhost (188.29.74.247.threembb.co.uk. [188.29.74.247]) + by smtp.gmail.com with ESMTPSA id vr10sm3073473wjc.38.2015.10.29.11.41.30 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 29 Oct 2015 11:41:31 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH] NEWS updates for some extra emacs functionality +Date: Thu, 29 Oct 2015 18:41:27 +0000 +Message-Id: <1446144087-18087-1-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 2.1.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 29 Oct 2015 18:41:36 -0000 + +--- + +Minor NEWS updates, this time stressing the new functionality rather +than the associated bindings. + +Best wishes + +Mark + + + NEWS | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/NEWS b/NEWS +index b9df5f7..4854718 100644 +--- a/NEWS ++++ b/NEWS +@@ -82,6 +82,10 @@ New message composition mode: `notmuch-compose-mode` + This is mainly to fix fcc handling, but may be useful for user + customization as well. + ++Allow filtering of search results in `notmuch-show` ++ ++Add function to rerun current tree-view search in search mode ++ + Bug fix for replying to encrypted messages in `notmuch-tree` mode + + Allow saved searched to specify tree view rather than search view +-- +2.1.4 +