Created
March 11, 2013 13:30
-
-
Save mattmcmanus/5134216 to your computer and use it in GitHub Desktop.
Gmail Notifications Filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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:1359735724802</id> | |
<updated>2013-03-11T13:27:31Z</updated> | |
<author> | |
<name>Matt McManus</name> | |
<email>[email protected]</email> | |
</author> | |
<entry> | |
<category term='filter'></category> | |
<title>Mail Filter</title> | |
<id>tag:mail.google.com,2008:filter:1359735724802</id> | |
<updated>2013-03-11T13:27:31Z</updated> | |
<content></content> | |
<apps:property name='hasTheWord' value='from:{mailer doreply auto store apps customercare alerts confirm service order news newsletter sale sales do_not_reply no-reply noreply notification notifications updates donotreply do-not-reply postmaster support contactus} | subject:{notice newsletter notification confirmation order} | {unsubscribe "alert preferences" "To stop receiving" "Please do not reply to this email" "contact a representative"}'/> | |
<apps:property name='doesNotHaveTheWord' value='subject:{Invitation}'/> | |
<apps:property name='label' value='Notifications'/> | |
<apps:property name='shouldArchive' value='true'/> | |
<apps:property name='shouldNeverMarkAsImportant' value='true'/> | |
</entry> | |
</feed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment