mu4e: Fix map list for "C-c C-t" binding

master
Pierre Neidhardt 2017-12-21 13:24:58 +01:00
parent 7c9bfb5dd2
commit 58bb93d0e7
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ Default to unread messages if no"
;;; Org capture
(when (require 'org-mu4e nil t)
(dolist (map mu4e-view-mode-map mu4e-headers-mode-map)
(dolist (map (list mu4e-view-mode-map mu4e-headers-mode-map))
;; Org mode has "C-c C-t" for 'org-todo.
(define-key map (kbd "C-c C-t") 'org-mu4e-store-and-capture))
(setq org-mu4e-link-query-in-headers-mode nil))