From 1933f5d6c2e3b0925ee30243e3aec65966660949 Mon Sep 17 00:00:00 2001 From: Stefan <32964719+DebXWoody@users.noreply.github.com> Date: Sun, 12 Aug 2018 14:18:49 +0200 Subject: [PATCH] Updated getmail (markdown) --- getmail.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/getmail.md b/getmail.md index c693faa..c9c27cb 100644 --- a/getmail.md +++ b/getmail.md @@ -3,5 +3,18 @@ server = imap.server.tld username = username password = password + mailboxes = ("INBOX","Sent Items", "Spam", "Trash", "Sent", "Archive") + [destination] + type = MDA_external + path = /usr/bin/procmail + arguments = ("-f", "%(sender)", "~/.procmail/accountname.rc") + [options] + verbose = 1 + read_all = false + delete = false + message_log = ~/.getmail/log + + +Delete mails after 7 days `delete_after = 7`