Skip to content

Commit

Permalink
* mu4e: fix backspace binding in mu4e-view
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Oct 22, 2012
1 parent 82bfb55 commit ba50d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu4e/mu4e-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ at POINT, or if nil, at (point)."
(define-key map "A" 'mu4e-view-attachment-action)

;; marking/unmarking
(define-key map (kbd "<backspace>") 'mu4e-mark-for-trash)
(define-key map (kbd "<backspace>") 'mu4e-view-mark-for-trash)
(define-key map "d" 'mu4e-view-mark-for-trash)

(define-key map (kbd "<delete>") 'mu4e-view-mark-for-delete)
Expand Down

0 comments on commit ba50d94

Please sign in to comment.