Skip to content

Instantly share code, notes, and snippets.

@sbauch
Last active September 1, 2021 15:36
Show Gist options
  • Save sbauch/1557628f15b8ffdd18244e5caa45c24f to your computer and use it in GitHub Desktop.
Save sbauch/1557628f15b8ffdd18244e5caa45c24f to your computer and use it in GitHub Desktop.
Apply a filter to OpenSea emails to skip inbox
<?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:z0000001630333632397*6447181831119360404</id>
<updated>2021-08-30T23:44:15Z</updated>
<author>
<name>Sam Bauch</name>
<email>sam@0xessential.com</email>
</author>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:z0000001630333632397*6447181831119360404</id>
<updated>2021-08-30T23:44:15Z</updated>
<content></content>
<apps:property name='from' value='team@opensea.io'/>
<apps:property name='label' value='OpenSea'/>
<apps:property name='shouldArchive' value='true'/>
<apps:property name='sizeOperator' value='s_sl'/>
<apps:property name='sizeUnit' value='s_smb'/>
</entry>
</feed>
@sbauch
Copy link
Author

sbauch commented Sep 1, 2021

NB: You should also create the OpenSea label such that your offer emails will go to a different section of your inbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment