diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-09-18 07:44:15 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-09-18 07:44:15 +0200 |
| commit | 41a66398b0cfbb5f98e4f2bfc6f481c7853a218d (patch) | |
| tree | 9745c7746d0a9c797458fa988b4ca4dcbb49aa88 /.config/doom | |
| parent | 5140960897de24f8f4b425dfcf25cb69c331cf9f (diff) | |
| download | dotfiles-41a66398b0cfbb5f98e4f2bfc6f481c7853a218d.tar.gz dotfiles-41a66398b0cfbb5f98e4f2bfc6f481c7853a218d.zip | |
emacs: Re-introduce the 'Sent' search for mu4e
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.config/doom')
| -rw-r--r-- | .config/doom/config.el | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
