* s/mu4e-attachments-actions/mu4e-attachment-actions/

This commit is contained in:
djcb
2012-04-21 10:35:30 +03:00
parent ada52dfe80
commit 4a830a8e34
3 changed files with 4 additions and 4 deletions

View File

@ -277,7 +277,7 @@ is nil, and otherwise open it."
(define-key map "e" 'mu4e-view-save-attachment)
(define-key map "o" 'mu4e-view-open-attachment)
(define-key map "A" 'mu4e-view-attachment-action)
;; marking/unmarking
(define-key map (kbd "<backspace>") 'mu4e-mark-for-trash)
(define-key map "d" 'mu4e-view-mark-for-trash)
@ -692,7 +692,7 @@ message-at-point, then do it. The actions are specified in
(let* ((msg (or msg (mu4e-message-at-point t)))
(actionfunc (mu4e-choose-action
"Action on attachment: "
mu4e-view-attachments-actions))
mu4e-view-attachment-actions))
(attnum (mu4e--get-attach-num "Which attachment" msg)))
(when (and actionfunc attnum)
(funcall actionfunc msg attnum))))