new mu bookmark

This commit is contained in:
Matt Nish-Lapidus 2024-11-05 15:02:08 -05:00
parent 2e34737cdb
commit f3cfad8f48
2 changed files with 13 additions and 5 deletions

View file

@ -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

View file

@ -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"