imapfilter: Move mail from gitlab/freedesktop under it's own label
This commit is contained in:
parent
874a2801d4
commit
4472336b15
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue