mu4e: add Sent and Trash maildir shortcuts
This commit is contained in:
parent
96dab3dbb0
commit
178a91e04c
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue