Commit f79837658f8b

Vincent Demeester <vincent@sbr.pm>
2019-02-25 08:21:45
mails: remove inbox (lowercase) at the end of the sync
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 774487e
Changed files (1)
modules
profiles
modules/profiles/mails.nix
@@ -92,6 +92,7 @@ in
       
       ${pkgs.notmuch}/bin/notmuch new
       ${pkgs.afew}/bin/afew -C ${config.xdg.configHome}/notmuch/notmuchrc --tag --new -v
+      ${pkgs.notmuch}/bin/notmuch tag -inbox tag:inbox
       '';
       executable = true;
     };