config for mu4e and meow-tree-sitter
This commit is contained in:
parent
50fd534f04
commit
1dc041517e
3 changed files with 46 additions and 3 deletions
37
config.el
37
config.el
|
@ -257,6 +257,43 @@
|
|||
(mu4e-compose-signature . "---"))
|
||||
t)
|
||||
|
||||
(after! mu4e
|
||||
(setq
|
||||
mu4e-index-cleanup t
|
||||
mu4e-index-lazy-check nil
|
||||
mu4e-show-images t
|
||||
message-kill-buffer-on-exit t)
|
||||
(setq mu4e-bookmarks nil)
|
||||
|
||||
;; spam
|
||||
(mu4e-bookmark-define
|
||||
"maildir:/matt@emenel.ca/Spam"
|
||||
"Spam mail"
|
||||
?S)
|
||||
|
||||
;; sent
|
||||
(mu4e-bookmark-define
|
||||
"maildir:/matt@emenel.ca/Sent"
|
||||
"Sent mail"
|
||||
?s)
|
||||
|
||||
;; unread
|
||||
(mu4e-bookmark-define
|
||||
(concat "flag:unread"
|
||||
" and not maildir:/matt@emenel.ca/Spam"
|
||||
" and not maildir:/matt@emenel.ca/Trash")
|
||||
"All Unread"
|
||||
?u)
|
||||
|
||||
;; inboxes
|
||||
(mu4e-bookmark-define
|
||||
"maildir:/matt@emenel.ca/Inbox"
|
||||
"All Inboxes"
|
||||
?i)
|
||||
|
||||
(add-hook! mu4e-compose-mode
|
||||
(ws-butler-mode -1)))
|
||||
|
||||
;; (after! mu4e
|
||||
;; (add-to-list 'mu4e-bookmarks
|
||||
;; '( :name "Inbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue