mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Compare commits
3 commits
bd4620da83
...
e5d54febb5
| Author | SHA1 | Date | |
|---|---|---|---|
| e5d54febb5 | |||
|
|
15d8d90505 | ||
|
|
9ea787f5df |
1 changed files with 3 additions and 1 deletions
|
|
@ -29,6 +29,8 @@
|
|||
(require 'ti-mail-identity)
|
||||
(require 'gnus-article-hack)
|
||||
|
||||
(define-key mu4e-headers-mode-map (kbd "R") #'mu4e-compose-wide-reply)
|
||||
|
||||
(setq mu4e-update-interval (* 60 5))
|
||||
|
||||
(defun my/goto-mail ()
|
||||
|
|
@ -67,7 +69,7 @@
|
|||
|
||||
(setq mu4e-bookmarks
|
||||
'(( :name "Unread messages"
|
||||
:query "flag:unread AND NOT maildir:/work/INBOX/llvm* AND NOT flag:trashed"
|
||||
:query "flag:unread AND NOT maildir:/work/Other* AND NOT flag:trashed"
|
||||
:key ?u)
|
||||
( :name "Inbox"
|
||||
:query "maildir:/work/INBOX AND NOT flag:trashed"
|
||||
|
|
|
|||
Loading…
Reference in a new issue