Skip to content

Instantly share code, notes, and snippets.

@dsalahutdinov
Last active October 1, 2018 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsalahutdinov/d0d33ef0aaedea4c54071665572d1bd5 to your computer and use it in GitHub Desktop.
Save dsalahutdinov/d0d33ef0aaedea4c54071665572d1bd5 to your computer and use it in GitHub Desktop.
Google Mail basic filters for watching pull-requests
<?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:1510918497613,1510822567830,1513010829702,8523309138847398557,6005709173795341693,6468027102504394815,2897077518393306614,1510804842690</id>
<updated>2018-10-01T11:25:05Z</updated>
<author>
<name>Salahutdinov Dmitry</name>
<email>dsalahutdinov@gmail.com</email>
</author>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:1510804842690</id>
<updated>2018-10-01T11:25:05Z</updated>
<content></content>
<apps:property name='from' value='noreply@github.com'/>
<apps:property name='subject' value='Github Subscribed'/>
<apps:property name='shouldMarkAsRead' value='true'/>
<apps:property name='shouldTrash' 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:1510822567830</id>
<updated>2018-10-01T11:25:05Z</updated>
<content></content>
<apps:property name='from' value='notifications@github.com'/>
<apps:property name='label' value='GITHUB'/>
<apps:property name='shouldNeverSpam' 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:1510918497613</id>
<updated>2018-10-01T11:25:05Z</updated>
<content></content>
<apps:property name='from' value='notifications@github.com'/>
<apps:property name='to' value='review_requested@noreply.github.com'/>
<apps:property name='label' value='1) Review'/>
<apps:property name='shouldAlwaysMarkAsImportant' 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:1513010829702</id>
<updated>2018-10-01T11:25:05Z</updated>
<content></content>
<apps:property name='hasTheWord' value='(to:(gazay/gon) OR to:(sferik/twitter) OR to:(philnash/bitly) OR :to:(wilddima/logux_rails)'/>
<apps:property name='label' value='5) Used gems'/>
<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:2897077518393306614</id>
<updated>2018-10-01T11:25:05Z</updated>
<content></content>
<apps:property name='to' value='evilmartians/amplifr &lt;amplifr@noreply.github.com&gt;'/>
<apps:property name='label' value='2) Backend'/>
<apps:property name='shouldAlwaysMarkAsImportant' 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:6005709173795341693</id>
<updated>2018-10-01T11:25:05Z</updated>
<content></content>
<apps:property name='to' value='evilmartians'/>
<apps:property name='label' value='4) Team'/>
<apps:property name='shouldAlwaysMarkAsImportant' 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:6468027102504394815</id>
<updated>2018-10-01T11:25:05Z</updated>
<content></content>
<apps:property name='to' value='evilmartians/amplifr-front &lt;amplifr@noreply.github.com&gt;'/>
<apps:property name='label' value='3) Frontend'/>
<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:8523309138847398557</id>
<updated>2018-10-01T11:25:05Z</updated>
<content></content>
<apps:property name='to' value='browserslist-useragent-ruby'/>
<apps:property name='label' value='6) OSS'/>
<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