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 BD7DE431FC0 for ; Wed, 14 Mar 2012 14:21:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" 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 9rO3q6Y1AtBF for ; Wed, 14 Mar 2012 14:21:29 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id ABC6B431FC2 for ; Wed, 14 Mar 2012 14:21:26 -0700 (PDT) Received: by mail-lb0-f181.google.com with SMTP id k6so1225856lbo.26 for ; Wed, 14 Mar 2012 14:21:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=QxrQ2P9HeIySpjFrSznfuIVbgYnDiZo4W2rYxzZRQlk=; b=Pah/YQVqdMmmpiMBRnitJ0VduG8Hh8KQ8gY6KyraGRefMpbv6GyX0jAKHkPJFBT177 /pPkTi7XfF2xRaECtwqRNWXMFMrNiTX27NpGbCD/dbHuS6iMqrD46NgnrQMU3lX8d7kM XmvrQ+4QW6XPv9LLXlquurHa5WTgX9umtwcKwGRsuskzHS9ttdXKb55/SwT0322D9ncG ROeP5dxYOsRjSz9aN/0CH0DF/0xSmzaObEq00b1P9zP642JJm1iYIcIPVbNQT3SOJIZ2 o/5ClekqCqrLbWUJWAP/kQPoFcU9BF6ZGta4xV6XBv6dWnM01FJmNSjNPQeXHmx9vAKT 5jqg== Received: by 10.152.130.167 with SMTP id of7mr3006433lab.36.1331760086268; Wed, 14 Mar 2012 14:21:26 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi. [84.248.80.253]) by mx.google.com with ESMTPS id op8sm4648201lab.15.2012.03.14.14.21.24 (version=SSLv3 cipher=OTHER); Wed, 14 Mar 2012 14:21:25 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH 2/6] NEWS: emacs: show view archiving key binding changes Date: Wed, 14 Mar 2012 23:21:07 +0200 Message-Id: <971759018b55d6ceb6f37996f54e7d5442ca1ad7.1331759620.git.jani@nikula.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQkZRNMYAfHA1iCOE73KvTtqqUxYFYhWqLhZQnCliVcShiyfxO3s5ACaXOUFG79HM8kEoIIk 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, 14 Mar 2012 21:21:31 -0000 --- d2ef4ed emacs: make show view a/A/x/X key bindings more consistent --- NEWS | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 6778442..86c0690 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,15 @@ Fix MML tag quoting in replies inserted in `message-setup-hook'. Quoting is now limited to the cited message. +Show view archiving key binding changes + + The show view archiving key bindings 'a' and 'x' now remove the + "inbox" tag from the current message only (instead of thread), and + move to the next message. At the last message, 'a' proceeds to the + next thread in search results, and 'x' returns to search + results. The thread archiving functions are now available in 'A' and + 'X'. + Library changes --------------- -- 1.7.5.4