Skip to content

Instantly share code, notes, and snippets.

@mshabunin
Created July 21, 2015 08:00
Show Gist options
  • Save mshabunin/b4ec6950e453344ba9bb to your computer and use it in GitHub Desktop.
Save mshabunin/b4ec6950e453344ba9bb to your computer and use it in GitHub Desktop.
GMail filter to clean OpenCV issues transfer notifications
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>
<title>Mail Filters</title>
<id>tag:mail.google.com,2008:filters:1437465402971</id>
<updated>2015-07-21T07:57:20Z</updated>
<author>
<name>Maksim Shabunin</name>
</author>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:1437465402971</id>
<updated>2015-07-21T07:57:20Z</updated>
<content></content>
<apps:property name='from' value='OpenCV Pushbot'/>
<apps:property name='hasTheWord' value='Transferred from'/>
<apps:property name='shouldTrash' value='true'/>
<apps:property name='sizeOperator' value='s_sl'/>
<apps:property name='sizeUnit' value='s_smb'/>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment