From 215015bda395adeac365627d43ba64a791184613 Mon Sep 17 00:00:00 2001 From: TEC Date: Sat, 23 May 2020 18:51:30 +0800 Subject: [PATCH] Mu4e: Increace default reindex min seperation --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 87e21c7..7345416 100644 --- a/config.org +++ b/config.org @@ -899,7 +899,7 @@ Let's start off by handling the elisp side of things (after! mu4e (defvar mu4e-reindex-request-file "/tmp/mu_reindex_now" "Location of the reindex request, signaled by existance") - (defvar mu4e-reindex-request-min-seperation 2.0 + (defvar mu4e-reindex-request-min-seperation 5.0 "Don't refresh again until this many second have elapsed. Prevents a series of redisplays from being called (when set to an appropriate value)")