]> git.vanrenterghem.biz Git - Dotty.git/blobdiff - emacs/.emacs
Read email using mu4e.
[Dotty.git] / emacs / .emacs
index 3f9f492ee2ab561e90b64d4a9ad347bc46afa7b1..dc80310786c114deb9dc2e9496a55c56f02aa242 100644 (file)
         ))
 (elfeed-protocol-enable)
 (define-key elfeed-search-mode-map (kbd "*") (lambda () (interactive) (apply 'elfeed-search-toggle-all '(star))))
-(define-key elfeed-show-mode-map (kbd "*") (lambda () (interactive) (apply 'elfeed-show-tag '(star))))
\ No newline at end of file
+(define-key elfeed-show-mode-map (kbd "*") (lambda () (interactive) (apply 'elfeed-show-tag '(star))))
+
+;; Read email using mu4e
+(require 'mu4e)
+(setq mail-user-agent 'mu4e-user-agent)
+(setq mu4e-get-mail-command "mbsync io")
+(setq mu4e-use-fancy-chars t)
+(setq mu4e-view-show-images t)
+(setq mu4e-sent-folder   "/Sent"
+      mu4e-drafts-folder "/Drafts"
+      mu4e-trash-folder  "/Trash")
+              
\ No newline at end of file