<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mutt-alias-auto-add/t, branch master</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>Update integration test to use the better test alias file</title>
<updated>2016-04-23T07:10:56+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-23T07:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/commit/?id=f8490d43dfa0ecea0bb4716d93067ec37c6212dc'/>
<id>f8490d43dfa0ecea0bb4716d93067ec37c6212dc</id>
<content type='text'>
Instead of using the temporary `./testaliases` alias file, use a copy of
the `./testdata/aliases` file.

We're able to do this with our new ability to specify our alias file as
the first argument to our executable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using the temporary `./testaliases` alias file, use a copy of
the `./testdata/aliases` file.

We're able to do this with our new ability to specify our alias file as
the first argument to our executable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add integration test</title>
<updated>2016-04-23T02:18:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-23T02:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/commit/?id=9b967f55333c82d333d88bfda41dd576b9ff5b46'/>
<id>9b967f55333c82d333d88bfda41dd576b9ff5b46</id>
<content type='text'>
Use the TAP harness with `prove` to give ourselves an integration test
of the executable.

This checks that when passing an email to it over STDIN, the proper
alias gets added to the aliases file.

For the moment, we're using the temporary `./testaliases` file. In the
future we'll want to update our program and test code to use something
like `./testdata/tmp` or something like that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the TAP harness with `prove` to give ourselves an integration test
of the executable.

This checks that when passing an email to it over STDIN, the proper
alias gets added to the aliases file.

For the moment, we're using the temporary `./testaliases` file. In the
future we'll want to update our program and test code to use something
like `./testdata/tmp` or something like that.
</pre>
</div>
</content>
</entry>
</feed>
