From 2a44974508acdfa1d846497e461a19713e14d57a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 14 Feb 2018 13:15:13 +0100 Subject: emacs: added `Sent` bookmarks in mu4e MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index 6d6ac23..3423846 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1163,10 +1163,11 @@ Fill the =mu4e-user-mail-address-list= variable with the contexts. Setting my bookmarks #+BEGIN_SRC elisp - (setq mu4e-bookmarks - '(("maildir:/gmail/inbox OR maildir:/susecom/inbox OR maildir:/susede/inbox" "Inbox Folders" ?n) - ("flag:unread AND NOT flag:trashed" "Unread messages" ?u) - ("date:today..now" "Today's messages" ?t))) +(setq mu4e-bookmarks + '(("maildir:/gmail/inbox OR maildir:/susecom/inbox OR maildir:/susede/inbox" "Inbox Folders" ?n) + ("maildir:/gmail/Sent OR maildir:/susecom/Sent OR maildir:/susede/Sent" "Sent Folders" ?s) + ("flag:unread AND NOT flag:trashed" "Unread messages" ?u) + ("date:today..now" "Today's messages" ?t))) #+END_SRC The following signature looks alright regardless of whether the client supports -- cgit v1.2.3