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 73F286DE13A3 for ; Wed, 21 Oct 2015 11:40:51 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.016 X-Spam-Level: X-Spam-Status: No, score=-0.016 tagged_above=-999 required=5 tests=[AWL=0.554, 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 MMeQKEfb97Cn for ; Wed, 21 Oct 2015 11:40:49 -0700 (PDT) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by arlo.cworth.org (Postfix) with ESMTPS id 47B3A6DE12F3 for ; Wed, 21 Oct 2015 11:40:49 -0700 (PDT) Received: by wicfx6 with SMTP id fx6so104315161wic.1 for ; Wed, 21 Oct 2015 11:40:46 -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=L6np5b1ji803VSgFQgx94CQVjuPMQMe1n5aU6AWGjFY=; b=oAVIV3I1Iw2T2ge3WkrmHanWBjUEMSvZ48zsNAlYZXgwWJZatehjVXW8aMiEAIi28I wImuOazmm5xWWkm1i7fffuLHT2NMrN0Mlv42Ns2Wwidi5Wwn7q/gTVe1mh6E4SD6ORcP 9Xm6y3nhD/C2xX1OYIx2wz+iRIh1d9cDu4l8qZnMscE0UzDwONDzyQyf27vvhp4JOSK2 QWn/XFigReB9qQeEQcdAcY/hYr+zFqGkGedB83KJur7sU/g1QDhI4uvyWe39CRqWGzCm uUHGG9UYQ96BT/lDKpDcQ2mYizkLYRkp4vimEeWebGIg1FlC4aTE7HwjZCWu9DKuI9cr UD2Q== X-Received: by 10.180.206.212 with SMTP id lq20mr11475285wic.90.1445452846201; Wed, 21 Oct 2015 11:40:46 -0700 (PDT) Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) by smtp.gmail.com with ESMTPSA id q8sm8389266wiz.23.2015.10.21.11.40.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 11:40:45 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH] NEWS for minor emacs updates Date: Wed, 21 Oct 2015 19:40:41 +0100 Message-Id: <1445452841-17225-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: Wed, 21 Oct 2015 18:40:51 -0000 This adds NEWS items for the new limit/filter function in notmuch-show, the saved-search option for tree view, the binding S to run the current tree-view search in notmuch-search, the increase in max text part size the bugfix for replying to encrypted messages from tree view --- I think this all my NEWS for 0.21. I am not certain it all deserves a NEWS item, so feel free to delete items. Best wishes Mark NEWS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/NEWS b/NEWS index 8aa41db..de4e3d9 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,32 @@ New message composition mode: `notmuch-compose-mode` This is mainly to fix fcc handling, but may be useful for user customization as well. +Bug fix for replying to encrypted messages in `notmuch-tree` mode + +Bind `l` in `notmuch-show` to limit or filter + + Use this to narrow the search query in show buffers. + +Allow saved searched to specify tree view rather than search view + + Applies to saved searches run from `notmuch-hello`, or by a keyboard + shortcut (`notmuch-jump`). Can be set in the customize interface, or + by adding :search-type tree to the appropriate saved search plist in + `notmuch-saved-searches`. + +Bind `S` in `notmuch-tree` to run the same search in `notmuch-search` + + Analogous with `Z` in search view (which runs the current search in + tree view). It is particularly useful with saved searches that + specify tree view. + +Increase maximum size of rendered text parts + + The variable `notmuch-show-max-text-part-size` controls the maximum + size (in bytes) which is automatically rendered. This may make + rendering large threads slower. To get the previous behaviour set + this variable to 10000. + Library ------- -- 2.1.4