imapfilter: Move mail from gitlab/freedesktop under it's own label

This commit is contained in:
Sanchayan Maity 2021-01-21 22:19:11 +05:30
parent 874a2801d4
commit 4472336b15
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ function move_mailing_lists(account, mails)
move_if_from_contains(account, mails, "monster.com","Jobs")
move_if_from_contains(account, mails, "naukri.com","Jobs")
move_if_to_contains(account, mails, "gitlab@gitlab.freedesktop.org", "FreedesktopGitlab")
move_if_from_contains(account, mails, "gitlab@gitlab.freedesktop.org", "FreedesktopGitlab")
end
function move_if_subject_contains(account, mails, subject, mailbox)