From 54c4ae48535a2de2551fbf4b5d2554abebc86c9b Mon Sep 17 00:00:00 2001 From: Thomas Friese Date: Sun, 21 Nov 2021 14:28:07 +0100 Subject: [PATCH] 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. --- modules/email/notmuch/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/email/notmuch/config.el b/modules/email/notmuch/config.el index bb174e682..0f95ddf15 100644 --- a/modules/email/notmuch/config.el +++ b/modules/email/notmuch/config.el @@ -19,8 +19,8 @@ More specifically, this accepts one of the following symbols (see OR a shell command string such as \"path/to/some/shell-script.sh\" - \"offlineimap && notmuch new && afew -a -t\" - \"mbsync %s -a && notmuch new && afew -a -t\"") + \"offlineimap && notmuch new && afew -n -t\" + \"mbsync %s -a && notmuch new && afew -n -t\"") (defvar +notmuch-mail-folder "~/.mail/account.gmail" "Where your email folder is located (for use with gmailieer).") @@ -98,7 +98,7 @@ variable accordingly.") notmuch-tree-mode-hook notmuch-search-mode-hook) #'hide-mode-line-mode) - + (map! :localleader :map (notmuch-hello-mode-map notmuch-search-mode-map notmuch-tree-mode-map notmuch-show-mode-map) :desc "Compose email" "c" #'+notmuch/compose