<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mutt-alias-auto-add/testdata, branch v0.0.2</title>
<subtitle>A display filter for Mutt to automatically add aliases for emails that you read</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/'/>
<entry>
<title>Add a test email file</title>
<updated>2016-04-23T07:08:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-23T07:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/commit/?id=56d5771a96ce93c535dfed252b3a755a15e52840'/>
<id>56d5771a96ce93c535dfed252b3a755a15e52840</id>
<content type='text'>
Meant to commit this as part of 9b967f55333c82d333d88bfda41dd576b9ff5b46
when I first added the TAP integration test but forgot to do so.

This is a sample email that we can use in our integration test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Meant to commit this as part of 9b967f55333c82d333d88bfda41dd576b9ff5b46
when I first added the TAP integration test but forgot to do so.

This is a sample email that we can use in our integration test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for `find_alias_in_file` Ok case</title>
<updated>2016-04-21T20:30:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-21T20:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/commit/?id=ae0d8ed71f315d49bf10cc6b63344f399b56894d'/>
<id>ae0d8ed71f315d49bf10cc6b63344f399b56894d</id>
<content type='text'>
New test for when alias matches are found in the given file. We want to
match all aliases that don't have the searched email and start with the
searched alias string.

This gives us a list of aliases. We'll then be able to use this list to
determine the highest-ranking id of the searched alias and append
${id}+1 to it to create our new alias.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New test for when alias matches are found in the given file. We want to
match all aliases that don't have the searched email and start with the
searched alias string.

This gives us a list of aliases. We'll then be able to use this list to
determine the highest-ranking id of the searched alias and append
${id}+1 to it to create our new alias.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a function that will check whether an alias is in a file</title>
<updated>2016-04-18T01:32:53+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-18T01:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/commit/?id=ad2d9e0e1fa965ef94fcbf6e239729008cc34ba2'/>
<id>ad2d9e0e1fa965ef94fcbf6e239729008cc34ba2</id>
<content type='text'>
This will allow us to pass an alias and grep for it in a given file.
Just a rough outline to start. Added a super basic test and a file in
"testdata" to operate on for testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow us to pass an alias and grep for it in a given file.
Just a rough outline to start. Added a super basic test and a file in
"testdata" to operate on for testing.
</pre>
</div>
</content>
</entry>
</feed>
