From fc2682e4ff0b5e2b09fbd37ea7bd82f8069442f5 Mon Sep 17 00:00:00 2001 From: Antonio Ruiz Date: Wed, 31 Aug 2022 15:08:19 -0400 Subject: [PATCH] fix(notmuch): use new workspace name in +notmuch/quit This change was meant to be included in the first commit where I changed the default notmuch workspace name. --- modules/email/notmuch/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/notmuch/autoload.el b/modules/email/notmuch/autoload.el index b804b5eef..dfebce7fa 100644 --- a/modules/email/notmuch/autoload.el +++ b/modules/email/notmuch/autoload.el @@ -32,7 +32,7 @@ ;; (+popup/close (get-buffer-window "*notmuch-hello*")) (doom-kill-matching-buffers "^\\*notmuch") (when (modulep! :ui workspaces) - (+workspace/delete "*MAIL*"))) + (+workspace/delete +notmuch-workspace-name))) (defun +notmuch-get-sync-command () "Return a shell command string to synchronize your notmuch mail with."