Skip to content

Instantly share code, notes, and snippets.

@jalogisch
Created October 31, 2018 13:15
Show Gist options
  • Save jalogisch/f4f13a7f29bbf9cbd3fef2735d57f0a2 to your computer and use it in GitHub Desktop.
Save jalogisch/f4f13a7f29bbf9cbd3fef2735d57f0a2 to your computer and use it in GitHub Desktop.
github google mail simple mail filters
<?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:1462782262417,7457547444473372159,6478136086556640040,9168199058237795172</id>
<updated>2018-10-31T11:34:00Z</updated>
<author>
<name>Jan Doberstein</name>
<email>jd@jalogis.ch</email>
</author>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:1462782262417</id>
<updated>2018-10-31T11:34:00Z</updated>
<content></content>
<apps:property name='from' value='notifications@github.com'/>
<apps:property name='label' value='Github'/>
<apps:property name='shouldArchive' value='true'/>
<apps:property name='sizeOperator' value='s_sl'/>
<apps:property name='sizeUnit' value='s_smb'/>
</entry>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:6478136086556640040</id>
<updated>2018-10-31T11:34:00Z</updated>
<content></content>
<apps:property name='from' value='notifications@github.com'/>
<apps:property name='hasTheWord' value='cc:mention@noreply.github.com'/>
<apps:property name='label' value='Github/gh-mentions'/>
<apps:property name='sizeOperator' value='s_sl'/>
<apps:property name='sizeUnit' value='s_smb'/>
</entry>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:7457547444473372159</id>
<updated>2018-10-31T11:34:00Z</updated>
<content></content>
<apps:property name='from' value='notifications@github.com'/>
<apps:property name='hasTheWord' value='cc:assign@noreply.github.com'/>
<apps:property name='label' value='Github/gh-assignments'/>
<apps:property name='sizeOperator' value='s_sl'/>
<apps:property name='sizeUnit' value='s_smb'/>
</entry>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:9168199058237795172</id>
<updated>2018-10-31T11:34:00Z</updated>
<content></content>
<apps:property name='hasTheWord' value='from:(notifications@github.com) {cc:(review_requested@noreply.github.com) &quot;requested your review on&quot;}'/>
<apps:property name='label' value='Github/gh-review-requested'/>
<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