Add dodona mailbox to combined inbox
Some checks failed
Cachix / build (elendel) (push) Successful in 2m21s
Cachix / build (marabethia) (push) Failing after 0s
Cachix / build (kholinar) (push) Failing after 40m54s

This commit is contained in:
Charlotte Van Petegem 2025-06-28 14:42:08 +02:00
parent 395e91768c
commit 1c71f3f628
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

@ -159,7 +159,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:/posteo/INBOX or maildir:/rodekruis-eerstehulp/INBOX" :key ?i :favorite t)
'(:name "Combined inbox" :query "maildir:/personal/INBOX or maildir:/dodona/INBOX or maildir:/posteo/INBOX or maildir:/rodekruis-eerstehulp/INBOX" :key ?i :favorite t)
)
(defun chvp--mu4e-dodona-cc-reply-to ()
"Add dodona@ugent.be in cc and reply-to headers."