From f3cfad8f48a14798643e6313aa8197726e742381 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Tue, 5 Nov 2024 15:02:08 -0500 Subject: [PATCH] new mu bookmark --- init.el | 2 +- mu4e-config.el | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index 71de7ea..5c29c67 100644 --- a/init.el +++ b/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 diff --git a/mu4e-config.el b/mu4e-config.el index face1ed..6eca67b 100644 --- a/mu4e-config.el +++ b/mu4e-config.el @@ -139,10 +139,18 @@ ;; (:name "Messages with images" :query "mime:image/*" :key ?p))) (mu4e-bookmark-define - (concat "maildir:/matt@emenel.ca/Drafts" - " or maildir:/admin@studyoftime.org/Drafts") - "All Drafts" - ?d) + (concat "maildir:/matt@emenel.ca/Drafts" + " or maildir:/admin@studyoftime.org/Drafts") + "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"