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 7C2546DE0AF4 for ; Thu, 3 Nov 2016 11:09:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.185 X-Spam-Level: X-Spam-Status: No, score=0.185 tagged_above=-999 required=5 tests=[AWL=0.055, 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 A_kqQX3F_AzX for ; Thu, 3 Nov 2016 11:09:28 -0700 (PDT) Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by arlo.cworth.org (Postfix) with ESMTPS id 08A1F6DE0999 for ; Thu, 3 Nov 2016 11:09:27 -0700 (PDT) Received: by mail-wm0-f65.google.com with SMTP id p190so229811wmp.1 for ; Thu, 03 Nov 2016 11:09:26 -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:in-reply-to:references; bh=j/LZIw+Ezj+HfOC0r+jnDXtvmjpsYaOXpnWoHzQmQ/M=; b=deQ/beKZ63d/OgqG8OJ0IvaUasHGYav91/3QwF2J1ph5d9UlVXqy2tb+zrbLXJyF/a BVSygCM6x+93PNqs/lY+ShP3BoZ48tl8sA2obml/0Tk+j2JjUzYO6moaxOW6urAJfkCZ uV66Rv2tpkmrmEY+PPRWEh1ikwIbOQVyn1VXEkiCwShhNJMzGmcXtPa702oZUpgU5nXv GjX/IZKfdNiA1+afE6kc9/lNYLjfZPSUa2VWxAQwCk6tbz08BYq5T1e8FmBDj8gHsSXI rbDn5/8nMSUDuY1id8A/RZ6u+VwrD6FaFadDowGcBgHWmKIUCsB7PVv3YPvbiOfFgIqu WIQw== 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=j/LZIw+Ezj+HfOC0r+jnDXtvmjpsYaOXpnWoHzQmQ/M=; b=XCZSqvvtcfWkWoBCrCNNw5JZxzgNwXG2+piOOATrWhEEsEvlFmDe6TlEsLe5nuEbBK 6dqU+j1dPhJMGqqcxR3K3bYQDQwDrwi1o22CYjo0iwz0wXKU73M1qMpD1LcU3724vMnb YuVhi3lnkQvksJuRUw4Y3tPYDRdPSgvVqKhjEKl7jm6hfe69+eyK6qEWcDTTo+CjAS4I wduHYOfGWG/aKQWWx/4bT0KvNqzFO2lwiCHF8zDzCi0kuEibH9ti9hLMBT6dCLVISAiK A82aO/Jk0KHz+QSh+MMPm7SSwAvfFh5vpwIdQV+//u9J+GFayYnpIWGsZZplujaTGme5 EzTw== X-Gm-Message-State: ABUngvelcI2kU4dKgL+4LgtxFaI00Pc3lDGLpNYZh83r2zlmCJ03ibusaZsJLPE9TI8ztA== X-Received: by 10.28.209.67 with SMTP id i64mr1786180wmg.48.1478196565643; Thu, 03 Nov 2016 11:09:25 -0700 (PDT) Received: from localhost (188.28.91.110.threembb.co.uk. [188.28.91.110]) by smtp.gmail.com with ESMTPSA id v10sm6647034wji.29.2016.11.03.11.09.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Nov 2016 11:09:25 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v2 1/2] emacs: tree: remove binding for pressing button in message pane Date: Thu, 3 Nov 2016 18:09:07 +0000 Message-Id: <1478196548-19596-2-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1478196548-19596-1-git-send-email-markwalters1009@gmail.com> References: <1478196548-19596-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: Thu, 03 Nov 2016 18:09:28 -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 1ab0810..b719b1e 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -257,7 +257,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)) ;; bindings from show (or elsewhere) but we close the message pane first. (define-key map "f" (notmuch-tree-close-message-pane-and #'notmuch-show-forward-message)) -- 2.1.4