From e7512a1c06a00c5e55f7ad90decbf08be62c4fc0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 28 Aug 2024 08:25:44 +0100 Subject: [PATCH] mu4e get command -> "true" Using systemd service for mbsync instead --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 225f0af..a20e9b6 100644 --- a/README.org +++ b/README.org @@ -364,7 +364,7 @@ Configure email with iCalendar event support, to integrate with (mu4e-completing-read-function #'completing-read) (mu4e-split-view 'horizontal) (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)