From 41a66398b0cfbb5f98e4f2bfc6f481c7853a218d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 18 Sep 2024 07:44:15 +0200 Subject: emacs: Re-introduce the 'Sent' search for mu4e MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/doom/config.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/doom/config.el b/.config/doom/config.el index 8531826..ab13b65 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -210,6 +210,12 @@ :query "maildir:/gmail/inbox OR maildir:/comsuse/inbox OR maildir:/sindicat/inbox OR maildir:/uoc/inbox" :key ?n)) + ;; For whatever reason I lost the "messages sent" bookmark. Let's re-add it. + (add-to-list 'mu4e-bookmarks + '(:name "Sent" + :query "from:mikisabate@gmail.com OR from:msabate@suse.com" + :key ?s)) + ;; General mu4e settings. (setq message-kill-buffer-on-exit t mu4e-update-interval 600 -- cgit v1.2.3