Skip to content

Instantly share code, notes, and snippets.

@tristanlins
Created September 11, 2014 05:39
Show Gist options
  • Save tristanlins/467fbf9d88d17b817e49 to your computer and use it in GitHub Desktop.
Save tristanlins/467fbf9d88d17b817e49 to your computer and use it in GitHub Desktop.
sieve filter for github notifications
require ["variables", "fileinto", "mailbox"];
if header :matches "list-id" "*/* <*.github.com>" {
set "owner" "${1}";
set "repo" "${2}";
fileinto :create "abo_github.${owner}.${repo}";
stop;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment