fix wrong Junk destination folder

This commit is contained in:
iburadempa 2019-09-28 06:41:48 +02:00
parent c0ae983acb
commit 326d43c432

View file

@ -4,6 +4,6 @@
require ["fileinto","mailbox"];
if header :contains "X-Spam" "Yes" {
fileinto :create "INBOX.Junk";
fileinto :create "Junk";
stop;
}