mu4e: Remove TODO on helm-mu persistence

master
Pierre Neidhardt 2017-10-12 20:00:33 +01:00
parent a86801cd93
commit ac8e88c5db
1 changed files with 0 additions and 2 deletions

View File

@ -101,8 +101,6 @@ Default to unread messages if no"
(define-key mu4e-headers-mode-map "x" 'mu4e-mark-execute-all-no-confirm)
(when (require 'helm-mu nil t)
;; TODO: Preserve the search pattern in helm-mu.
;; See https://github.com/emacs-helm/helm-mu/issues/42.
(dolist (map (list mu4e-headers-mode-map mu4e-main-mode-map mu4e-view-mode-map))
(define-key map "\M-sf" 'helm-mu)))