mu4e: remove comment

This commit is contained in:
Jeremy Baxter 2024-07-24 14:48:42 +12:00
parent 92156aad17
commit fa7ea8cc0c

View file

@ -7,7 +7,7 @@
(require 'mu4e) (require 'mu4e)
(setq mu4e-maildir "~/mail" (setq mu4e-maildir "~/mail"
mu4e-get-mail-command "mbsync -a" mu4e-get-mail-command "mbsync -a"
mu4e-update-interval (* 5 60) ; 5 minutes mu4e-update-interval (* 5 60)
mu4e-change-filenames-when-moving t ; prevent mail syncing issues with mbsync mu4e-change-filenames-when-moving t ; prevent mail syncing issues with mbsync
mu4e-refile-folder "/Archive" mu4e-refile-folder "/Archive"
mu4e-drafts-folder "/Drafts" mu4e-drafts-folder "/Drafts"