From 78dde540a0660b0734ee447225967ff2f16b1693 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 8 Oct 2021 10:40:11 +0200 Subject: [PATCH] More jonggroen removal --- modules/graphical/mail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index be4181f4..2efdb0fb 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -141,7 +141,7 @@ in (setq mu4e-contexts (list ${lib.concatStringsSep "\n" (map mkAccountConfig (lib.attrValues hmConfig.accounts.email.accounts))})) (add-to-list 'mu4e-bookmarks - '(:name "Combined inbox" :query "maildir:/personal/INBOX or maildir:/work/INBOX or maildir:/posteo/INBOX or maildir:/jonggroen/INBOX" :key ?i) + '(:name "Combined inbox" :query "maildir:/personal/INBOX or maildir:/work/INBOX or maildir:/posteo/INBOX" :key ?i) ) (define-advice mu4e~context-ask-user (:around (orig-fun &rest args) mu4e~context-ask-user-completing-read)