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.
This commit is contained in:
Antonio Ruiz 2022-08-31 15:08:19 -04:00 committed by Henrik Lissner
parent 6fc1aa9c62
commit fc2682e4ff

View file

@ -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."