Revert "astroid: require notmuch synchronize flags"

The Astroid program can work without this option,
which should be disabled when synchronising emails with muchsync for example.

This reverts commit fa3d1f98e0.

(cherry picked from commit 24dbac8da7)
This commit is contained in:
pacien 2019-11-15 18:07:12 +01:00 committed by Robert Helgesson
parent a0653a7fb0
commit 06f1b13c21
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -106,14 +106,6 @@ in
};
config = mkIf cfg.enable {
assertions = [
{
assertion = config.programs.notmuch.maildir.synchronizeFlags;
message = "The astroid module requires"
+ " 'programs.notmuch.maildir.synchronizeFlags = true'.";
}
];
home.packages = [ pkgs.astroid ];
xdg.configFile."astroid/config".source =