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 31B0E431FDB for ; Sun, 18 Aug 2013 05:14:52 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.7 X-Spam-Level: ** X-Spam-Status: No, score=2.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, 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 1kykgirpwIcd for ; Sun, 18 Aug 2013 05:14:46 -0700 (PDT) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C685D431FBC for ; Sun, 18 Aug 2013 05:14:45 -0700 (PDT) Received: by mail-wg0-f42.google.com with SMTP id j13so2424468wgh.3 for ; Sun, 18 Aug 2013 05:14:44 -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=1k/NVkkSir0r3yftm8MM1T0F8hPPFYql95qgLg7TmEo=; b=VpxKGv4qEyDKYFXJlv7nsRldOihe97agjpmuVvdvdEEE2GKNuLquLPl7g0q9LVQOCH Jc+IfPQ6XCji/qoIGn602D2kOF1u7ZJrnMP/yJ9MjV6suCboJ+m0WhFq/1TFAMOEAKhS 8kjF6bDgLj7t7GxgmwvZjTVDDIubQgz2QU3yv+Inhvt2Lrvv3tR+eThCAJ8oPtQnzEcS We8Uhb8gzZbG4Le379Q1X/iPh9zJtw05Rj2rtXQh7PM0O6tuqMeTpO3O6rRn+1RFj75J MdiBuJnroP5xkiklkprZez2TIKOWQNfiemJ850J2h/24slFgO12MTGeo7x+1PmbECODn /8Wg== X-Received: by 10.180.88.234 with SMTP id bj10mr4517657wib.42.1376828083410; Sun, 18 Aug 2013 05:14:43 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id ff5sm4208530wib.2.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 18 Aug 2013 05:14:42 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v2 00/11] contrib: pick: keybindings Date: Sun, 18 Aug 2013 13:14:28 +0100 Message-Id: <1376828079-21455-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 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, 18 Aug 2013 12:14:52 -0000 This v2 of the patch set id:1373047878-20822-1-git-send-email-markwalters1009@gmail.com to fix the two things mentioned by Tomi in id:m2ppuwt7db.fsf@guru.guru-group.fi : That is the comment for notmuch-show-get-prop now has an XXX and the keybinding for activating a pick show window button has been moved from / to e to make it more easily accessible on non US/UK keyboards. Best wishes Mark Mark Walters (11): contrib: pick: override notmuch-show-get-prop contrib: pick: Link in notmuch-show-pipe-message contrib: pick: Link in attachment functions straight from notmuch-show contrib: pick: Link in stash map straight from notmuch-show contrib: pick: add in to-message-window function contrib: pick: add button press helper contrib: pick: pass tab through to the message pane contrib: pick: close window function contrib: pick: make help close the message pane first contrib: pick: add in binding to view raw message contrib: pick: use close-message-pane for reply etc contrib/notmuch-pick/notmuch-pick.el | 139 +++++++++++++++++----------------- 1 files changed, 70 insertions(+), 69 deletions(-) -- 1.7.9.1