imapfilter: Move mails from bluetooth mailing list to "bluez" label
This commit is contained in:
parent
be594ae121
commit
224305372d
1 changed files with 5 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue