mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(notmuch): only tag new messages w/ afew
Indexing all messages can be very expensive, so some time can be saved by only indexing new messages.
This commit is contained in:
committed by
Henrik Lissner
parent
196ea03281
commit
54c4ae4853
@ -19,8 +19,8 @@ More specifically, this accepts one of the following symbols (see
|
|||||||
OR a shell command string such as
|
OR a shell command string such as
|
||||||
|
|
||||||
\"path/to/some/shell-script.sh\"
|
\"path/to/some/shell-script.sh\"
|
||||||
\"offlineimap && notmuch new && afew -a -t\"
|
\"offlineimap && notmuch new && afew -n -t\"
|
||||||
\"mbsync %s -a && notmuch new && afew -a -t\"")
|
\"mbsync %s -a && notmuch new && afew -n -t\"")
|
||||||
|
|
||||||
(defvar +notmuch-mail-folder "~/.mail/account.gmail"
|
(defvar +notmuch-mail-folder "~/.mail/account.gmail"
|
||||||
"Where your email folder is located (for use with gmailieer).")
|
"Where your email folder is located (for use with gmailieer).")
|
||||||
|
Reference in New Issue
Block a user