diff options
author | Thanos Apollo <[email protected]> | 2024-01-18 17:05:02 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-18 17:05:02 +0200 |
commit | 52f506670a74603d6f8198dde9f576325f14d900 (patch) | |
tree | 3106aac3270ff340c28bf52464ed0e748943aab3 /.emacs.d/modules/thanos-mu4e.el | |
parent | ebbb1cf8038d0696688b788d03594a7f06b46b3a (diff) |
emacs:(mu4e) Update shortcuts
Diffstat (limited to '.emacs.d/modules/thanos-mu4e.el')
-rw-r--r-- | .emacs.d/modules/thanos-mu4e.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-mu4e.el b/.emacs.d/modules/thanos-mu4e.el index 8b2e372..989424e 100644 --- a/.emacs.d/modules/thanos-mu4e.el +++ b/.emacs.d/modules/thanos-mu4e.el @@ -70,9 +70,11 @@ (setf mu4e-maildir-shortcuts '(("/Fastmail/Inbox" . ?i) + ("/Drafts" . ?d) ("/Sent" . ?s) ("/Fastmail/Emacs/dev" . ?e) - ("/MUSofia/[Gmail]/All Mail" . ?u))) + ("/MUSofia/[Gmail]/All Mail" . ?u) + ("/Fastmail/Gentoo" . ?g))) (setf mu4e-contexts (list |