Skip to content

Instantly share code, notes, and snippets.

@theeddieh
Created May 17, 2023 20:50
Show Gist options
  • Select an option

  • Save theeddieh/350ed7a95fe6b994a5633ce8349b29a1 to your computer and use it in GitHub Desktop.

Select an option

Save theeddieh/350ed7a95fe6b994a5633ce8349b29a1 to your computer and use it in GitHub Desktop.
Template email filter for organizing newsletter subscriptions.
<?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:z0</id>
<updated>2023-05-17T20:34:54Z</updated>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:z0</id>
<updated>2023-05-17T20:34:54Z</updated>
<content></content>
<apps:property name='to' value='TKTK_YOUR_EMAIL_HERE_TKTK+newsletters@gmail.com'/>
<apps:property name='label' value='🗞'/>
<apps:property name='shouldArchive' 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