From 1a857d1daab1b4c2d97f874eebe5456be749f377 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 12 Apr 2013 08:47:10 -0400 Subject: [PATCH] .notmuch-config: Disable synchronize_flags It seems that synchronize flags just pushes Notmuch tags onto the maildir flags (e.g. marking as unread messages that you'd read using an external MUA). I'd thought that the synchronization would work both ways (e.g. Notmuch reading maildir flags and updating its tags accordingly). Since I do most of my mail reading in Mutt, the push-only synchronization is not very helpful. --- src/.notmuch-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.notmuch-config b/src/.notmuch-config index 772a881..d9f205a 100644 --- a/src/.notmuch-config +++ b/src/.notmuch-config @@ -15,8 +15,8 @@ tags=new ignore= -[maildir] -synchronize_flags=true +#[maildir] +#synchronize_flags=true [search] exclude_tags=deleted;spam; -- 2.26.2