Add pulseaudio to imapfilter
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
3a38eae21d
commit
cfd90df343
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ end
|
|||
function move_mailing_lists(account, mails)
|
||||
move_if_from_contains(account, mails, "gstreamer-devel@lists.freedesktop.org", "gstreamer")
|
||||
move_if_from_contains(account, mails, "gstreamer-embedded@lists.freedesktop.org", "gstreamer")
|
||||
move_if_from_contains(account, mails, "pulseaudio-discuss@lists.freedesktop.org", "pulseaudio")
|
||||
|
||||
-- Linux Kernel
|
||||
move_if_to_contains(account, mails, "lists.infradead.org", "Linux Kernel")
|
||||
|
|
Loading…
Reference in a new issue