notmuch: add module

Co-authored-by: Matthieu Coudron <mattator@gmail.com>
This commit is contained in:
Robert Helgesson 2018-06-28 23:42:25 +02:00
parent 8dc1737e39
commit eecebbf186
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
4 changed files with 206 additions and 0 deletions

View file

@ -219,6 +219,8 @@ in
home.packages = [ cfg.package ];
programs.notmuch.new.ignore = [ ".uidvalidity" ".mbsyncstate" ];
home.file.".mbsyncrc".text =
let
accountsConfig = map genAccountConfig mbsyncAccounts;