diff options
author | Amin Bandali <amin@aminb.org> | 2016-12-14 22:01:01 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2016-12-14 22:01:01 -0500 |
commit | 871d5d225f24306ef0543f7e003205b6213a184f (patch) | |
tree | 92ea6524d1bbc4897a961567ada877a848e253ac /getmail/.getmail | |
parent | ccdc4e0c2f85ad11b81c0d5260abd105754c2bd0 (diff) | |
download | configs-871d5d225f24306ef0543f7e003205b6213a184f.tar.gz configs-871d5d225f24306ef0543f7e003205b6213a184f.tar.xz configs-871d5d225f24306ef0543f7e003205b6213a184f.zip |
Rely on systemd timers for syncing mail, and re-index every 5 minutes
Also, delete mail from server when fetching pop3 with getmail
Diffstat (limited to 'getmail/.getmail')
-rw-r--r-- | getmail/.getmail/getmailrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/getmail/.getmail/getmailrc b/getmail/.getmail/getmailrc index 11e4ce4..acacba9 100644 --- a/getmail/.getmail/getmailrc +++ b/getmail/.getmail/getmailrc @@ -10,5 +10,4 @@ type = Maildir path = ~/mail/gnu/Inbox/ [options] -read_all = False -# delete = True +delete = True |