From e41edb96173eb3ac7532010484cb52e92dba585e Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 4 Oct 2022 13:39:08 +0200 Subject: [PATCH] Add shortcuts to access the different inboxes --- +mail.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/+mail.el b/+mail.el index 73bc12f..c055163 100644 --- a/+mail.el +++ b/+mail.el @@ -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)))