mirror of
https://github.com/neomutt/samples.git
synced 2024-11-23 00:43:50 +01:00
Updated getmail (markdown)
parent
1883fbb776
commit
1933f5d6c2
13
getmail.md
13
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`
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user