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
|
;; multiple-cursors ; editing in many places at once
|
||||||
;; objed ; text object editing for the innocent
|
;; objed ; text object editing for the innocent
|
||||||
parinfer ; turn lisp into python, sort of
|
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
|
snippets ; my elves. They type so I don't have to
|
||||||
word-wrap ; soft wrapping with language-aware indent
|
word-wrap ; soft wrapping with language-aware indent
|
||||||
|
|
||||||
|
|
|
@ -139,10 +139,18 @@
|
||||||
;; (:name "Messages with images" :query "mime:image/*" :key ?p)))
|
;; (:name "Messages with images" :query "mime:image/*" :key ?p)))
|
||||||
|
|
||||||
(mu4e-bookmark-define
|
(mu4e-bookmark-define
|
||||||
(concat "maildir:/matt@emenel.ca/Drafts"
|
(concat "maildir:/matt@emenel.ca/Drafts"
|
||||||
" or maildir:/admin@studyoftime.org/Drafts")
|
" or maildir:/admin@studyoftime.org/Drafts")
|
||||||
"All Drafts"
|
"All Drafts"
|
||||||
?d)
|
?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
|
(mu4e-bookmark-define
|
||||||
(concat "flag:unread"
|
(concat "flag:unread"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue