summaryrefslogtreecommitdiff
path: root/email.nix
diff options
context:
space:
mode:
Diffstat (limited to 'email.nix')
-rw-r--r--email.nix15
1 files changed, 1 insertions, 14 deletions
diff --git a/email.nix b/email.nix
index 7c947ff..3939815 100644
--- a/email.nix
+++ b/email.nix
@@ -94,20 +94,7 @@ in
notmuch = {
enable = true;
new.tags = [ "new" ];
- hooks = {
- #preNew = ''
- # msmtp-queue -r
- # mbsync --all
- #'';
- postNew = ''
- afew -tnv
- afew -mnv
- echo "re-tagging inbox.."
- afew -t tag:inbox
- eml
- '';
-
- };
+ hooks = {};
extraConfig = {
search = {
exclude_tags = "deleted;spam;";