email: move some gmail specific settings to gmail.el

This commit is contained in:
Sean Farley 2019-01-21 16:10:27 -08:00
parent 4b8c21a34b
commit 03f4a91c93
2 changed files with 11 additions and 3 deletions

View file

@ -33,8 +33,6 @@
mu4e-compose-format-flowed t ; visual-line-mode + auto-fill upon sending
mu4e-view-show-addresses t
mu4e-sent-messages-behavior 'sent
mu4e-index-cleanup nil
mu4e-index-lazy-check t
mu4e-hide-index-messages t
;; try to show images
mu4e-view-show-images t
@ -62,6 +60,9 @@
(:from . 25)
(:subject)))
;; set mail user agent
(setq mail-user-agent 'mu4e-user-agent)
;; Use fancy icons
(setq mu4e-headers-has-child-prefix '("+" . "")
mu4e-headers-empty-parent-prefix '("-" . "")