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 8EC59431E64 for ; Fri, 5 Jul 2013 11:13:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 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, 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 OhfWtFPvwNTQ for ; Fri, 5 Jul 2013 11:12:57 -0700 (PDT) Received: from mail-ee0-f41.google.com (mail-ee0-f41.google.com [74.125.83.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 05F83429E4E for ; Fri, 5 Jul 2013 11:11:51 -0700 (PDT) Received: by mail-ee0-f41.google.com with SMTP id d17so1522090eek.14 for ; Fri, 05 Jul 2013 11:11:50 -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:x-mailer:in-reply-to:references; bh=mMNIOqSvFoL8YqRw6WSjdaMf+DZsmkp/fhDyiAI4S4E=; b=s5ylobE3cM2VxIBkaJs41nrLaCD7XFa+GHQMBAo4W7gpgx/I7lCGzVVhXpKQ9agk/K rsY/5085cBTOIcCbuwowBtR7F17QAzBTMYzdbe5d4LAMhVMdszyTHYNe8iqYKen4sLk2 OaHvDfpgTIm8MvHrYwrCWHaBnL3aLCIuzeQ2SB84g7ihkyy3E3m3Oh0u2h7DJiu+Vx6G d9CXQORWNmb1ldKGPNXMrKv36rsWJKxdk7vDXHylmRaH2VMQNTq6/3bPVmSa7R/g/7on XBLkXMWzQ4efP1kiofqhV2PFT6Y6AlAtGBdswlhhHBVFdm/gYElgOPqo99+zXAOOPOvP OvJA== X-Received: by 10.14.246.77 with SMTP id p53mr13353291eer.11.1373047910891; Fri, 05 Jul 2013 11:11:50 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id i2sm15996750eeu.4.2013.07.05.11.11.50 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 05 Jul 2013 11:11:50 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 10/11] contrib: pick: add in binding to view raw message Date: Fri, 5 Jul 2013 19:11:17 +0100 Message-Id: <1373047878-20822-11-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1373047878-20822-1-git-send-email-markwalters1009@gmail.com> References: <1373047878-20822-1-git-send-email-markwalters1009@gmail.com> 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: Fri, 05 Jul 2013 18:13:02 -0000 Note this does rely on the fact that we have over-ridden notmuch-show-get-properties --- contrib/notmuch-pick/notmuch-pick.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index c3c8b20..15c7e74 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -236,6 +236,7 @@ FUNC." (define-key map "/" (notmuch-pick-to-message-pane #'notmuch-pick-button-activate)) ;; bindings from show (or elsewhere) but we close the message pane first. + (define-key map "V" (notmuch-pick-close-message-pane-and #'notmuch-show-view-raw-message)) (define-key map "?" (notmuch-pick-close-message-pane-and #'notmuch-help)) ;; The main pick bindings -- 1.7.9.1