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 = {
|
getmail = {
|
||||||
enable = true;
|
enable = true;
|
||||||
delete = true;
|
delete = true;
|
||||||
readAll = false;
|
readAll = true;
|
||||||
mailboxes = [ "ALL" ];
|
mailboxes = [ "ALL" ];
|
||||||
};
|
};
|
||||||
#mbsync = {
|
#mbsync = {
|
||||||
|
@ -276,7 +276,7 @@
|
||||||
--all
|
--all
|
||||||
|
|
||||||
echo "run getmail"
|
echo "run getmail"
|
||||||
${pkgs.getmail}/bin/getmail getmailingolf-wagner-de
|
${pkgs.getmail}/bin/getmail --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