From 3cd605182f362bb05d4064b4bd088a43b6f0c14b Mon Sep 17 00:00:00 2001 From: jman-schief <82455740+jman-schief@users.noreply.github.com> Date: Sun, 7 Jul 2024 19:37:02 +0200 Subject: [PATCH] fix(mu4e): remove stray +workspace-delete invokation In commit 528986110921c3032dcabc8f9fee28a95df055f7 `+workspace-delete` was replaced by `+workspace-kill`. The changes were not complete, though, and mu4e does not start anymore. This patch completes the changes and should restore mu4e. Amend: 528986110921 --- 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 9fe270bd0..15c99096d 100644 --- a/modules/email/mu4e/autoload/email.el +++ b/modules/email/mu4e/autoload/email.el @@ -65,7 +65,7 @@ default/fallback account." ;; as otherwise you can accumulate empty workspaces (progn (unless (+workspace-buffer-list) - (+workspace-delete (+workspace-current-name))) + (+workspace-kill (+workspace-current-name))) (+workspace-switch +mu4e-workspace-name t)) (setq +mu4e--old-wconf (current-window-configuration)) (delete-other-windows)