imapfilter: Do not move mailing list mails back from Trash
Mails which we have deleted, do not move them back from Trash. Also delete from Trash.
This commit is contained in:
parent
ae391080a1
commit
dee319481d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function main()
|
|||
mails = fastmail.Sent:select_all()
|
||||
move_mailing_lists(fastmail, mails)
|
||||
mails = fastmail['Trash']:select_all()
|
||||
move_mailing_lists(fastmail, mails)
|
||||
delete_from_trash(fastmail, mails)
|
||||
mails = fastmail['Spam']:select_all()
|
||||
move_mailing_lists(fastmail, mails)
|
||||
|
||||
|
|
Loading…
Reference in a new issue