From 4dcd457b7f00d7dd081590116b25149811234746 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 9 Aug 2023 20:18:49 +0300 Subject: [PATCH] mu4e-update: small doc improvement --- mu4e/mu4e-update.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e-update.el b/mu4e/mu4e-update.el index a8366b2f..3dc9d4db 100644 --- a/mu4e/mu4e-update.el +++ b/mu4e/mu4e-update.el @@ -94,7 +94,10 @@ to automate this." (defcustom mu4e-update-interval nil "Number of seconds between mail retrieval/indexing. If nil, don't update automatically. Note, changes in -`mu4e-update-interval' only take effect after restarting mu4e." +`mu4e-update-interval' only take effect after restarting mu4e. + +Important, the automatic update *only* works when `mu4e' is +running." :type '(choice (const :tag "No automatic update" nil) (integer :tag "Seconds")) :group 'mu4e