mu4e-view-common: fix typo

its *actions*, not *action*.

Fixes: #1942.
This commit is contained in:
Dirk-Jan C. Binnema 2021-03-13 10:47:45 +02:00
parent 44d801e2b0
commit b100c963fc
1 changed files with 1 additions and 1 deletions

View File

@ -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))