Remove reference to github in sieveScript example

This commit is contained in:
nico202 2018-06-27 14:47:41 +02:00
parent bb26860cf2
commit 3541f76be5
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }