Add shortcuts to access the different inboxes

This commit is contained in:
coolneng 2022-10-04 13:39:08 +02:00
parent cd12d6361d
commit e41edb9617
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 0 deletions

View File

@ -43,3 +43,8 @@
(setq mu4e-headers-date-format "%Y-%m-%d %H:%M")
;; Disable colors for HTML emails
(setq shr-use-colors nil)
;; Use shortcuts to access inboxes easily
(setq mu4e-maildir-shortcuts
'(("/disroot/inbox" . ?d)
("/gmail/inbox" . ?g)
("/ugent/inbox" . ?u)))