From 6bf9ecacc743d7adde45731552a06b57b5604edc Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 13 Oct 2020 23:48:42 +0800 Subject: [PATCH] Mu4e: have relaxed lock by default --- modules/email/mu4e/autoload/email.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/mu4e/autoload/email.el b/modules/email/mu4e/autoload/email.el index 287a6c02d..61f400086 100644 --- a/modules/email/mu4e/autoload/email.el +++ b/modules/email/mu4e/autoload/email.el @@ -363,7 +363,7 @@ scales the image to account for the value of :scale in `org-format-latex-options (defvar +mu4e-lock-greedy nil "Whether to 'grab' the `+mu4e-lock-file' if nobody else has it, i.e. start Mu4e") -(defvar +mu4e-lock-relaxed nil +(defvar +mu4e-lock-relaxed t "Whether if someone else wants the lock (signaled via `+mu4e-lock-request-file'), we should stop Mu4e and let go of it") ;;;###autoload