diff options
author | Aaron LI <aly@aaronly.me> | 2018-11-29 21:58:14 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-11-29 21:58:14 +0800 |
commit | 5df9778650b69b1c38dca03142eb2eda6c780ffc (patch) | |
tree | a96150bd1bd8ba172f90f19d26bafba0255158e7 | |
parent | b0c2023b6563f7caf55bf90d88137ea9166f0056 (diff) | |
download | dotfiles-5df9778650b69b1c38dca03142eb2eda6c780ffc.tar.bz2 |
notmuch: Ignore mbsync state files
-rw-r--r-- | _notmuch-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_notmuch-config b/_notmuch-config index f72d033..d470210 100644 --- a/_notmuch-config +++ b/_notmuch-config @@ -34,7 +34,7 @@ tags=unread;inbox; # searched for messages by "notmuch new". # NOTE: *every* file/directory that goes by one of those names will be # ignored, independent of its location in the mail store. -ignore=backup; +ignore=backup;.noindex;.mbsyncstate;.uidvalidity; [search] |