From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 943E46DE01D0 for ; Sun, 13 Nov 2016 06:08:56 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.058 X-Spam-Level: X-Spam-Status: No, score=0.058 tagged_above=-999 required=5 tests=[AWL=-0.072, 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_NONE=-0.0001, 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 Ov2xLSrr21Rv for ; Sun, 13 Nov 2016 06:08:56 -0800 (PST) Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by arlo.cworth.org (Postfix) with ESMTPS id 8FE036DE0008 for ; Sun, 13 Nov 2016 06:08:55 -0800 (PST) Received: by mail-wm0-f66.google.com with SMTP id g23so8471310wme.1 for ; Sun, 13 Nov 2016 06:08:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=a3skYV70GpsLBxVl4chhPVWo9cIFxa7v1bkf3NDkZxU=; b=XPpJxRM6bZjdOblpxE+ceeAl80NMcrxqaMp/9AXbjYdWRDq1FfxDQpIKAcRRpZOBoL YzkFmW6RpGts2bKIzjLmjF4h6Q4z7VDLTSZ48wg+O/cYCKQdZtEYKE8MHAm7rpgvnngd mueEShYbHcTYh8TAK/BL7awGFakHY3nYZQD+6QtY0Yr2vvWSSsbsA2rhe0hv7rOrtF4Q WDlAvQhuA18o11OZFBsTCkUgfiQWWyanl1LQIiomxQY8t+YTP3LWpWo5KphoCKFxOVA1 Tc/gvX2AOoJ7EeNzrhozuBkSuNh6o9/5gOIy02tT/lIlubqjuYTEoFhTaVZMeHJlzJiY 9r4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=a3skYV70GpsLBxVl4chhPVWo9cIFxa7v1bkf3NDkZxU=; b=OfR4vZ6K/G3vgbronftOeDWv8QgtpUPNtzewqfr77h4rIGETA6ZPF4C/VipsaJs4WB N5OrSQF/oIQQvlADbdtxuQO9KyV7ai1bweKytnxp3sR0+U0CzsoQGgbVGRqtiasqhXYg 2qq8fHNuBGuafwiwbBO5P5ju+R8/dPih1+Mc9WdBcE5c41DiRAsD3nopbXwOeAXSCOPT oVHDn9UZldz5p0ntvOzGdxKCodwkAj2Eq5Hxg1SfBN4SIrZXpwOCeNv6sjlU3rdrCCjm hN9HBJg0UKBtGJN2OoqmauYDNpiflyhI7b7lLhsnz/BOMo+QL9dYZ9hOrTA/rISdXib6 ELhw== X-Gm-Message-State: ABUngvfH8udAKchGYm9VG2RKzHsIfOhWa/k+unSwret2+Rnft44HUsurpzbBaMAPyRDQtA== X-Received: by 10.28.51.141 with SMTP id z135mr5861389wmz.109.1479046134108; Sun, 13 Nov 2016 06:08:54 -0800 (PST) Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) by smtp.gmail.com with ESMTPSA id m145sm9886585wma.3.2016.11.13.06.08.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Nov 2016 06:08:53 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v7 1/4] emacs: tree: remove binding for pressing button in message pane Date: Sun, 13 Nov 2016 14:08:47 +0000 Message-Id: <1479046130-2716-2-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1479046130-2716-1-git-send-email-markwalters1009@gmail.com> References: <1479046130-2716-1-git-send-email-markwalters1009@gmail.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 13 Nov 2016 14:08:56 -0000 We want to use "e" for editting postponed messages in show, and in tree view, so remove the binding for the function which does (In message pane) Activate BUTTON or button at point --- emacs/notmuch-tree.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 62064ce..8398eb1 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -266,7 +266,6 @@ FUNC." (define-key map (kbd "M-TAB") (notmuch-tree-to-message-pane #'notmuch-show-previous-button)) (define-key map (kbd "") (notmuch-tree-to-message-pane #'notmuch-show-previous-button)) (define-key map (kbd "TAB") (notmuch-tree-to-message-pane #'notmuch-show-next-button)) - (define-key map "e" (notmuch-tree-to-message-pane #'notmuch-tree-button-activate)) (define-key map "$" (notmuch-tree-to-message-pane #'notmuch-show-toggle-process-crypto)) ;; bindings from show (or elsewhere) but we close the message pane first. -- 2.1.4