require ["fileinto", "variables", "imap4flags"];
if allof (
header :matches "Subject" "Re: [*/*]*",
address :is ["from", "sender"] ["notifications@github.com"]
)
{
fileinto "INBOX.notifications.github.${1}.${2}";
#addflag "\\Seen";
stop;
}
Recent Comments