Remove reference to github in sieveScript example
This commit is contained in:
parent
bb26860cf2
commit
3541f76be5
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ in
|
|||
example = ''
|
||||
require ["fileinto", "mailbox"];
|
||||
|
||||
if address :is "from" "notifications@github.com" {
|
||||
fileinto :create "GitHub";
|
||||
if address :is "from" "gitlab@mg.gitlab.com" {
|
||||
fileinto :create "GitLab";
|
||||
stop;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue