diff --git a/email.el b/email.el index a7af2df..f8739d7 100644 --- a/email.el +++ b/email.el @@ -142,14 +142,7 @@ ;; (add-to-list 'mu4e-view-attachment-actions ;; '("cImport in calendar" . max/mu4e-view-import-attachment-calendar) t) -(defun max/=mu4e () - "Start email client and view all inboxes." - (interactive) - (require 'mu4e) - (+workspace-switch +mu4e-workspace-name t) - (mu4e--start (lambda () (mu4e-headers-search (mu4e-get-bookmark-query ?i))))) - -(map! "" #'max/=mu4e) +(map! "" #'=mu4e) (after! epa (setq epa-keyserver "keys.openpgp.org")