Skip to content

Instantly share code, notes, and snippets.

@superstrong
Last active December 27, 2015 00:59
Show Gist options
  • Save superstrong/7242145 to your computer and use it in GitHub Desktop.
Save superstrong/7242145 to your computer and use it in GitHub Desktop.
This Gmail filter is intended to help you remember notes, milestones, and feedback-related items, whether positive or negative, for later reference. HOW IT WORKS: Send yourself a new email or forward an existing thread to yourself; use the words "breadcrumb for {name}" in your new message, where name is the person the note is about. The filter w…
<?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>
<updated>2013-10-30T19:29:02Z</updated>
<author>
<name>Robbie Mitchell</name>
<email>robbie@knewton.com</email>
</author>
<entry>
<category term='filter'></category>
<title>general filter</title>
<updated>2013-10-31T24:49:57Z</updated>
<content></content>
<apps:property name='from' value='me'/>
<apps:property name='to' value='me'/>
<apps:property name='hasTheWord' value='breadcrumb'/>
<apps:property name='doesNotHaveTheWord' value='&quot;breadcrumb for&quot;'/>
<apps:property name='label' value='feedback'/>
<apps:property name='shouldArchive' value='true'/>
<apps:property name='shouldNeverSpam' value='true'/>
<apps:property name='smartLabelToApply' value='^smartlabel_personal'/>
</entry>
<entry>
<category term='filter'></category>
<title>superman filter</title>
<updated>2013-10-30T19:29:02Z</updated>
<content></content>
<apps:property name='from' value='me'/>
<apps:property name='to' value='me'/>
<apps:property name='hasTheWord' value='breadcrumb for superman'/>
<apps:property name='label' value='feedback/for superman'/>
<apps:property name='shouldArchive' value='true'/>
<apps:property name='shouldNeverSpam' value='true'/>
<apps:property name='smartLabelToApply' value='^smartlabel_personal'/>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment