summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2019-08-19 11:35:26 +0200
committerAlan Pearce2019-08-19 11:35:26 +0200
commitf2920755e2a2f4bed9520dd2a8ce042192ee615b (patch)
tree81eff4a775413a4ef6cf2c47f7ecf087dac4c99a /emacs
parentd3bc4a8d83d805d748e7c0ceecb05e36fa71ce57 (diff)
downloadnixfiles-f2920755e2a2f4bed9520dd2a8ce042192ee615b.tar.lz
nixfiles-f2920755e2a2f4bed9520dd2a8ce042192ee615b.tar.zst
nixfiles-f2920755e2a2f4bed9520dd2a8ce042192ee615b.zip
Emacs: fix mu4e UID problem
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index a83de400..3671792a 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -674,6 +674,7 @@ With two prefix arguments, write out the day and month name."
   :custom ((mu4e-completing-read-function #'ivy-completing-read)
            (mu4e-maildir "~/mail")
            (mu4e-update-interval 600)
+           (mu4e-change-filenames-when-moving t)
            (mu4e-compose-format-flowed t))
   :config (progn
             (with-eval-after-load 'evil-ex