mu4e: add Sent and Trash maildir shortcuts

This commit is contained in:
Jeremy Baxter 2024-07-24 14:49:32 +12:00
parent 96dab3dbb0
commit 178a91e04c

View file

@ -23,7 +23,9 @@
mu4e-trash-folder "/Trash" mu4e-trash-folder "/Trash"
mu4e-maildir-shortcuts '(("/Inbox" . ?i) mu4e-maildir-shortcuts '(("/Inbox" . ?i)
("/Archive" . ?a) ("/Archive" . ?a)
("/Drafts" . ?d))) ("/Drafts" . ?d)
("/Sent" . ?s)
("/Trash" . ?t)))
(add-hook 'mu4e-index-updated-hook 'mu4e-notify-new-messages) (add-hook 'mu4e-index-updated-hook 'mu4e-notify-new-messages)
(global-set-key (kbd "C-c m") 'mu4e) (global-set-key (kbd "C-c m") 'mu4e)