1
0
Fork 0

Change Mail interval

This commit is contained in:
Malte Brandy 2018-09-16 19:08:46 +02:00
parent 9b89658ad3
commit 0931df322f
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@ config = mkIf config.m-0.graphical.enable {
tasktree
st
shutter
xautolock
];
keyboard = {
layout = "de";

View file

@ -57,7 +57,7 @@ config = mkIf mail.enable {
services.mbsync = {
enable = true;
configFile = pkgs.writeText "mbsync-conf" (builtins.concatStringsSep "\n" (builtins.map mkMailbox mail.boxes));
frequency = "*:0/1";
frequency = "*:0/3";
verbose = false;
postExec = "${(pkgs.writeShellScriptBin "mail-filter" ''
${pkgs.notmuch}/bin/notmuch new