From: Jani Nikula Date: Sun, 2 Jun 2013 17:46:47 +0000 (+0300) Subject: [PATCH] NEWS: key bindings for next/previous thread X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e5c86488d3ea07df94d40d7ed30e0013878e859;p=notmuch-archives.git [PATCH] NEWS: key bindings for next/previous thread --- diff --git a/7f/f4cff214973b676ac0cba218f2096c10a27e5d b/7f/f4cff214973b676ac0cba218f2096c10a27e5d new file mode 100644 index 000000000..b80d45fb6 --- /dev/null +++ b/7f/f4cff214973b676ac0cba218f2096c10a27e5d @@ -0,0 +1,86 @@ +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 1076D431E64 + for ; Sun, 2 Jun 2013 10:47:01 -0700 (PDT) +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 B9dj3DGgsJWL for ; + Sun, 2 Jun 2013 10:46:53 -0700 (PDT) +Received: from mail-la0-f46.google.com (mail-la0-f46.google.com + [209.85.215.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 53678431FBC + for ; Sun, 2 Jun 2013 10:46:53 -0700 (PDT) +Received: by mail-la0-f46.google.com with SMTP id fl20so853805lab.33 + for ; Sun, 02 Jun 2013 10:46:51 -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:x-gm-message-state; + bh=hCgLKd1cDA2Zc4+AmR+pFtWx1DNxUTGz52D8tmq67b8=; + b=nZRBBpf2n3QzhoV9xq1YO8dXCAxIGJWIbRJPzq4IDoJKllY4SlBf6109yH1uEKy1MW + UDtO7YnmtWh2I4fENWSg2YdON190F52RNZu0h62zPPHBpQRogx3c+tr0TJnS3QnyV8X7 + Ts7BTJdM/bkMt3UTBXBRbLWj+csA9Izggjjv4DJgNjUe+2VMhGyGeaWp5eqdfZ3peLr6 + Hv/zeLMd0RY7xcHUZVuS4IqgJcSfcRtrd5a+3TirqbnVamfAvMilRCv5Dgz919UWRT9F + YIpSnFuX73+ReqiV/JJoPpKcQw0cNw6qPbjFbWBs+VkCscsLIfgJ2kcLO22TU7TpQq+s + DzoQ== +X-Received: by 10.112.144.68 with SMTP id sk4mr9555775lbb.38.1370195211814; + Sun, 02 Jun 2013 10:46:51 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. + [88.195.118.211]) + by mx.google.com with ESMTPSA id n7sm22186040lbd.12.2013.06.02.10.46.50 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 02 Jun 2013 10:46:50 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH] NEWS: key bindings for next/previous thread +Date: Sun, 2 Jun 2013 20:46:47 +0300 +Message-Id: <1370195207-28133-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 1.7.10.4 +X-Gm-Message-State: + ALoCoQmY7cMQIWycp3+1qH+19TQgbMDnWwQaP8cN925BXJ+3v1jV10h0dVoOpLS1IB6pdfGkj0hL +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: Sun, 02 Jun 2013 17:47:01 -0000 + +--- + NEWS | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/NEWS b/NEWS +index 9237e5a..6f09cdb 100644 +--- a/NEWS ++++ b/NEWS +@@ -99,6 +99,11 @@ No Emacs 22 support + period of time. After being incomplete for roughly 2 years the code + in question was now removed from this release. + ++Key bindings for next/previous thread ++ ++ Show view has new key bindings M-n and M-p to move to the next and ++ previous thread in the search results. ++ + Notmuch 0.15.2 (2013-02-17) + =========================== + +-- +1.7.10.4 +