From c938357f5983033282b259323bfac9048618172f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 26 Dec 2023 07:25:33 +0000 Subject: [PATCH] mu4e: update index only, don't call mbsync --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index aa7e74d..770876f 100644 --- a/README.org +++ b/README.org @@ -989,7 +989,7 @@ Set fill column to 88 and enable display in python buffers (mu4e-completing-read-function #'completing-read-default) (mu4e-split-view 'single-window) (mu4e-attachment-dir "~/Downloads") - (mu4e-get-mail-command "mbsync -a") + (mu4e-get-mail-command "true") (mu4e-update-interval (* 5 60)) ; Every 5 minutes (mu4e-headers-auto-update nil) (mu4e-sent-messages-behavior 'sent)