Skip to content

Instantly share code, notes, and snippets.

@pbull
Created September 24, 2014 11:06
Show Gist options
  • Save pbull/38fe62f21ae22b065338 to your computer and use it in GitHub Desktop.
Save pbull/38fe62f21ae22b065338 to your computer and use it in GitHub Desktop.
Arlington List Gmail Filter
<?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>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<content></content>
<apps:property name='to' value='arlington@arlingtonlist.org'/>
<apps:property name='subject' value='[arlington]'/>
<apps:property name='label' value='ArlingtonList'/>
<apps:property name='shouldArchive' value='true'/>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment