]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - emacs/.emacs
Faster scrolling in vimperator
[max/dotfiles.git] / emacs / .emacs
index 9f438857aa551c3c1dda6194231676563a2afa5e..c3eec872df8d8cf2a695cde76a011aaef7ac7474 100644 (file)
           "/usr/bin/mbsync -c /home/max/.mbsync/personal-gmail.mbsync -a &&"
           "/usr/bin/mbsync -c /home/max/.mbsync/aber.mbsync -a")
    mu4e-update-interval 60)
+  ; Force mu4e to rename file on moving
+  (setq mu4e-change-filenames-when-moving t)
   (setq
    message-send-mail-function 'smtpmail-send-it
    smtpmail-default-smtp-server "mail.friedersdorff.com"
                     (smtpmail-smtp-server . "smtp.office365.com")
                     (smtpmail-smtp-service . 587))))
 
-       mu4e-context-policy 'pick-first))
+       mu4e-context-policy 'pick-first)
+  (setq mu4e-html2text-command "lynx -stdin -dump -force_html"))
 
 
 ;;;(global-company-mode)