new mu bookmark
This commit is contained in:
parent
2e34737cdb
commit
f3cfad8f48
2 changed files with 13 additions and 5 deletions
2
init.el
2
init.el
|
@ -49,7 +49,7 @@
|
|||
;; multiple-cursors ; editing in many places at once
|
||||
;; objed ; text object editing for the innocent
|
||||
parinfer ; turn lisp into python, sort of
|
||||
;;rotate-text ; cycle region at point between text candidates
|
||||
;; rotate-text ; cycle region at point between text candidates
|
||||
snippets ; my elves. They type so I don't have to
|
||||
word-wrap ; soft wrapping with language-aware indent
|
||||
|
||||
|
|
|
@ -144,6 +144,14 @@
|
|||
"All Drafts"
|
||||
?d)
|
||||
|
||||
(mu4e-bookmark-define
|
||||
(concat "maildir:/matt@emenel.ca/Inbox"
|
||||
" or maildir:/admin@studyoftime.org/Inbox"
|
||||
" or maildir:/matt@emenel.ca/Archive"
|
||||
" or maildir:/admin@studyoftime.org/Archive")
|
||||
"All Mail"
|
||||
?a)
|
||||
|
||||
(mu4e-bookmark-define
|
||||
(concat "flag:unread"
|
||||
" and not maildir:/matt@emenel.ca/Spam"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue