X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=emacs%2F.emacs;h=c3eec872df8d8cf2a695cde76a011aaef7ac7474;hb=4c7543d1074a09056daa7228b428634907e6aece;hp=9f438857aa551c3c1dda6194231676563a2afa5e;hpb=361e9f9f36f8dbf39cae8c39339ca0e74bc52840;p=max%2Fdotfiles.git diff --git a/emacs/.emacs b/emacs/.emacs index 9f43885..c3eec87 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -140,6 +140,8 @@ "/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" @@ -191,7 +193,8 @@ (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)