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 = {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue