From a7c4fdd029dc2af083045bb7d2cb5ad51e98837f Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 28 Jan 2020 10:01:39 +0200 Subject: [PATCH] mu4e/mu4e~start: remove some debugging leftover --- mu4e/mu4e-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 3c98f761..56f74af9 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -806,7 +806,7 @@ first. If mu4e is already running, execute function FUNC (if non-nil). Otherwise, check various requireme`'nts, then start mu4e. When successful, call FUNC (if non-nil) afterwards." ;; if we're already running, simply go to the main view - (if (and nil mu4e-running-p) ;; already running? + (if (mu4e-running-p) ;; already running? (when func (funcall func)) ;; yes! run func if defined (progn ;; no! try to set a context, do some checks, set up pong handler and ping