From b100c963fc20edbba4851f92fb112009c8bb1960 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 13 Mar 2021 10:47:45 +0200 Subject: [PATCH] mu4e-view-common: fix typo its *actions*, not *action*. Fixes: #1942. --- mu4e/mu4e-view-common.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-view-common.el b/mu4e/mu4e-view-common.el index 65c7bced..fda9c445 100644 --- a/mu4e/mu4e-view-common.el +++ b/mu4e/mu4e-view-common.el @@ -60,7 +60,7 @@ For the complete list of available headers, see `mu4e-header-info'." :type (list 'symbol) :group 'mu4e-view) -(defcustom mu4e-view-action +(defcustom mu4e-view-actions '( ("capture message" . mu4e-action-capture-message) ("view as pdf" . mu4e-action-view-as-pdf) ("show this thread" . mu4e-action-show-thread))