imapfilter: Move mails from bluetooth mailing list to "bluez" label

This commit is contained in:
Sanchayan Maity 2020-11-12 11:41:15 +05:30
parent be594ae121
commit 224305372d
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ function move_mailing_lists(account, mails)
move_if_from_contains(account, mails, "pulseaudio-discuss@lists.freedesktop.org", "pulseaudio")
move_if_cc_contains(account, mails, "pulseaudio-discuss@lists.freedesktop.org", "pulseaudio")
-- Bluetooth
move_if_to_contains(account, mails, "linux-bluetooth@vger.kernel.org", "bluez")
move_if_from_contains(account, mails, "linux-bluetooth@vger.kernel.org", "bluez")
move_if_cc_contains(account, mails, "linux-bluetooth@vger.kernel.org", "bluez")
-- Linux Kernel
move_if_to_contains(account, mails, "lists.infradead.org", "Linux Kernel")
move_if_from_contains(account, mails, "lists.infradead.org", "Linux Kernel")