Remove reference to github in sieveScript example
This commit is contained in:
parent
bb26860cf2
commit
3541f76be5
|
@ -97,8 +97,8 @@ in
|
||||||
example = ''
|
example = ''
|
||||||
require ["fileinto", "mailbox"];
|
require ["fileinto", "mailbox"];
|
||||||
|
|
||||||
if address :is "from" "notifications@github.com" {
|
if address :is "from" "gitlab@mg.gitlab.com" {
|
||||||
fileinto :create "GitHub";
|
fileinto :create "GitLab";
|
||||||
stop;
|
stop;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue