mail: make getmail quiet

This commit is contained in:
Ingolf Wagner 2019-12-07 10:09:09 +13:00
parent 6e7c078e94
commit 138fb56400
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -231,7 +231,7 @@
getmail = {
enable = true;
delete = true;
readAll = true;
readAll = false;
mailboxes = [ "ALL" ];
};
#mbsync = {
@ -276,7 +276,9 @@
--all
echo "run getmail"
${pkgs.getmail}/bin/getmail --rcfile getmailingolf-wagner-de
${pkgs.getmail}/bin/getmail \
--quiet \
--rcfile getmailingolf-wagner-de
echo "run notmuch"
${pkgs.notmuch}/bin/notmuch new