mail: make getmail quiet
This commit is contained in:
parent
6e7c078e94
commit
138fb56400
1 changed files with 4 additions and 2 deletions
|
@ -231,7 +231,7 @@
|
||||||
getmail = {
|
getmail = {
|
||||||
enable = true;
|
enable = true;
|
||||||
delete = true;
|
delete = true;
|
||||||
readAll = true;
|
readAll = false;
|
||||||
mailboxes = [ "ALL" ];
|
mailboxes = [ "ALL" ];
|
||||||
};
|
};
|
||||||
#mbsync = {
|
#mbsync = {
|
||||||
|
@ -276,7 +276,9 @@
|
||||||
--all
|
--all
|
||||||
|
|
||||||
echo "run getmail"
|
echo "run getmail"
|
||||||
${pkgs.getmail}/bin/getmail --rcfile getmailingolf-wagner-de
|
${pkgs.getmail}/bin/getmail \
|
||||||
|
--quiet \
|
||||||
|
--rcfile getmailingolf-wagner-de
|
||||||
|
|
||||||
echo "run notmuch"
|
echo "run notmuch"
|
||||||
${pkgs.notmuch}/bin/notmuch new
|
${pkgs.notmuch}/bin/notmuch new
|
||||||
|
|
Loading…
Reference in a new issue