Commit f1b347e5 authored by nimrod's avatar nimrod
Browse files

Some more Google sieve rules.

parent 74a7eb38
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ elsif address :is :domain "from" ["smile.io"]
{
    fileinto "smile";
}
elsif address :is :domain "from" ["google.com", "*.google.com"]
elsif address :is :domain "from" ["google.com", "*.google.com", "youtube.com"]
{
    fileinto "Google";
}