mail: work in progress to download all messages
from ingolf-wagner.de and delete them on the server
This commit is contained in:
parent
2399947b65
commit
6e7c078e94
1 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@
|
|||
getmail = {
|
||||
enable = true;
|
||||
delete = true;
|
||||
readAll = false;
|
||||
readAll = true;
|
||||
mailboxes = [ "ALL" ];
|
||||
};
|
||||
#mbsync = {
|
||||
|
@ -276,7 +276,7 @@
|
|||
--all
|
||||
|
||||
echo "run getmail"
|
||||
${pkgs.getmail}/bin/getmail getmailingolf-wagner-de
|
||||
${pkgs.getmail}/bin/getmail --rcfile getmailingolf-wagner-de
|
||||
|
||||
echo "run notmuch"
|
||||
${pkgs.notmuch}/bin/notmuch new
|
||||
|
|
Loading…
Reference in a new issue