* mu4e-vars.el: modify default actions
This commit is contained in:
@ -206,8 +206,7 @@ vertical split-view."
|
|||||||
(defalias 'mu4e-capture-message 'mu4e--dummy-func)
|
(defalias 'mu4e-capture-message 'mu4e--dummy-func)
|
||||||
|
|
||||||
(defvar mu4e-headers-actions
|
(defvar mu4e-headers-actions
|
||||||
'( ("capture message" ?c mu4e-capture-message)
|
'( ("capture message" ?c mu4e-capture-message))
|
||||||
("count lines" ?l mu4e-count-lines))
|
|
||||||
"List of actions to perform on messages in the headers list. The actions
|
"List of actions to perform on messages in the headers list. The actions
|
||||||
are of the form:
|
are of the form:
|
||||||
(NAME SHORTCUT FUNC) where:
|
(NAME SHORTCUT FUNC) where:
|
||||||
@ -215,7 +214,6 @@ are of the form:
|
|||||||
* SHORTCUT is a one-character shortcut to call this action
|
* SHORTCUT is a one-character shortcut to call this action
|
||||||
* FUNC is a function which receives a message plist as an argument.")
|
* FUNC is a function which receives a message plist as an argument.")
|
||||||
|
|
||||||
|
|
||||||
;; the message view
|
;; the message view
|
||||||
(defgroup mu4e-view nil
|
(defgroup mu4e-view nil
|
||||||
"Settings for the message view."
|
"Settings for the message view."
|
||||||
@ -280,10 +278,8 @@ display with `mu4e-view-toggle-hide-cited (default keybinding:
|
|||||||
:group 'mu4e-view)
|
:group 'mu4e-view)
|
||||||
|
|
||||||
|
|
||||||
(defalias 'mu4e-count-lines 'mu4e--dummy-func)
|
|
||||||
|
|
||||||
(defvar mu4e-view-actions
|
(defvar mu4e-view-actions
|
||||||
'( ("count-lines" ?l mu4e-count-lines)
|
'( ("capture message" ?c mu4e-capture-message)
|
||||||
("view as pdf" ?p mu4e-show-as-pdf))
|
("view as pdf" ?p mu4e-show-as-pdf))
|
||||||
"List of actions to perform on messages in view mode. The actions
|
"List of actions to perform on messages in view mode. The actions
|
||||||
are of the form:
|
are of the form:
|
||||||
|
|||||||
Reference in New Issue
Block a user