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 5F1176DE12C0 for ; Sun, 4 Sep 2016 08:56:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.359 X-Spam-Level: X-Spam-Status: No, score=-0.359 tagged_above=-999 required=5 tests=[AWL=0.211, 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_LOW=-0.7, 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 VXWfac7uNdVn for ; Sun, 4 Sep 2016 08:56:29 -0700 (PDT) Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by arlo.cworth.org (Postfix) with ESMTPS id EF6E66DE12BA for ; Sun, 4 Sep 2016 08:56:28 -0700 (PDT) Received: by mail-wm0-f66.google.com with SMTP id l65so1991604wmf.3 for ; Sun, 04 Sep 2016 08:56:28 -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=z3PF7SvTMQvsg56kaLG641SYpX5XrEd9yduNSuqDqIQ=; b=EUX6iWC6rGGy2LI1XRWEh1obTZyJCYTPJbiIAkvsQ5Et5JU8xt5sNBHhLGfi7zG4A8 QOwiUBSTh6/LpW0zsSdTYkfXOfMPrGgmoG1rSl9o3EDbLRxoMAk0iwPu7/4ZLmhpBs1T hnC31WgLqMapT9A4sgdFhpopDTY6WVjDel2fBR/Drg2atHdE1QeNHBJS2sCGk/zdTTie L1wlBnn3iMlRKY10oVS66kYSh6ptLDQ2Ylkw2jRj4X43ixHA4GCwi9PrkKMVc088zeoB iPXPIl5/apjIvY7dyuz3bjGYaJ9c8yhLFOrNSDivxRxvVBruOmL0j6Xs3mOcq12avy+u +gHg== 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=z3PF7SvTMQvsg56kaLG641SYpX5XrEd9yduNSuqDqIQ=; b=ARQfuJTHZUGmFOGnYcp36ZYrtvQu5xlprRaLp4Jw93Fja1AMSnEiH5oLuGwlPaB63K WcX+oy31A6mHLTfhI5SYm6/7soM48EAHSmz++ncM3khoTnfzj4prYIwStKb2jR9EOaGh 3UgnkNbuEEHVkED0fSLd9bMrYueIJPpC4ZTun1Qdd/tmCgp+fg7Oj5PR1asAxTT4wv9h WVTg5J4aWK1rVSm4GP7NftEEsXZvWrvX99BDdX7S52hh4WvVjuFPkS/MGOjqEgMeX/3l hZJD65hP+hL4uujDzJmMkhJg7nD03W7l8+MzOGoSDbZZu/bIjsdxU0QA/gpNsOhp/jOE OnLw== X-Gm-Message-State: AE9vXwND03NlbJn5z50aQJCuu2QADzVX+aKUFLPeIQE48RInOXTQOcbNV10bvL1Yw2CpLQ== X-Received: by 10.28.175.79 with SMTP id y76mr11970771wme.98.1473004587455; Sun, 04 Sep 2016 08:56:27 -0700 (PDT) Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) by smtp.gmail.com with ESMTPSA id k2sm11999774wmg.23.2016.09.04.08.56.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Sep 2016 08:56:26 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 1/2] emacs: tree: move binding for pressing button in message pane to u Date: Sun, 4 Sep 2016 16:56:21 +0100 Message-Id: <1473004582-19396-2-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1473004582-19396-1-git-send-email-markwalters1009@gmail.com> References: <1473004582-19396-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, 04 Sep 2016 15:56:31 -0000 We want to use "e" for editting postponed messages in show, and in tree view, so bind the function which does (In message pane) Activate BUTTON or button at point to "u" (use) instead. --- emacs/notmuch-tree.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 5231319..d97936a 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -254,7 +254,7 @@ 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 "u" (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