diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-14 13:15:13 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-14 13:15:13 +0100 |
| commit | 2a44974508acdfa1d846497e461a19713e14d57a (patch) | |
| tree | bf045cc20ad5535191df8ea71572526a38193d98 /emacs/init.org | |
| parent | 2cde9b0ec0447fde9843facc7a4ad6adb4a79cf6 (diff) | |
| download | dotfiles-2a44974508acdfa1d846497e461a19713e14d57a.tar.gz dotfiles-2a44974508acdfa1d846497e461a19713e14d57a.zip | |
emacs: added `Sent` bookmarks in mu4e
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 9 |
1 files changed, 5 insertions, 4 deletions
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 |
