* mu4e-vars.el: modify default actions

This commit is contained in:
djcb 2012-04-22 11:36:44 +03:00
parent 13a765a5b3
commit c1891d0165
1 changed files with 3 additions and 7 deletions

View File

@ -206,8 +206,7 @@ vertical split-view."
(defalias 'mu4e-capture-message 'mu4e--dummy-func)
(defvar mu4e-headers-actions
'( ("capture message" ?c mu4e-capture-message)
("count lines" ?l mu4e-count-lines))
'( ("capture message" ?c mu4e-capture-message))
"List of actions to perform on messages in the headers list. The actions
are of the form:
(NAME SHORTCUT FUNC) where:
@ -215,7 +214,6 @@ are of the form:
* SHORTCUT is a one-character shortcut to call this action
* FUNC is a function which receives a message plist as an argument.")
;; the message view
(defgroup mu4e-view nil
"Settings for the message view."
@ -279,11 +277,9 @@ display with `mu4e-view-toggle-hide-cited (default keybinding:
<w>)."
:group 'mu4e-view)
(defalias 'mu4e-count-lines 'mu4e--dummy-func)
(defvar mu4e-view-actions
'( ("count-lines" ?l mu4e-count-lines)
'( ("capture message" ?c mu4e-capture-message)
("view as pdf" ?p mu4e-show-as-pdf))
"List of actions to perform on messages in view mode. The actions
are of the form: