index
:
mutt-alias-auto-add
master
A display filter for Mutt to automatically add aliases for emails that you read
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-04-27
Add CHANGELOG
HEAD
v0.0.2
master
Teddy Wing
2016-04-27
Increase version 0.0.1 -> 0.0.2
Teddy Wing
2016-04-27
Makefile: Add task to compress/package a release build
Teddy Wing
2016-04-27
Merge branch 'use-writer-for-STDOUT-instead-of-println'
Teddy Wing
2016-04-27
main: Ignore errors, don't write to STDERR
Teddy Wing
2016-04-27
Makefile: Add some new targets
Teddy Wing
2016-04-27
README: Add section on testing
v0.0.1
Teddy Wing
2016-04-27
README: Update GitHub URL
Teddy Wing
2016-04-27
Merge branch 'stream-did-not-contain-valid-utf8-error'
Teddy Wing
2016-04-27
Read aliases file as bytes and convert to string
Teddy Wing
2016-04-25
README: Fix Mutt `display_filter` setting
Teddy Wing
2016-04-25
Merge branch 'add-readme'
Teddy Wing
2016-04-25
Add README
Teddy Wing
2016-04-25
Set `install.root` configuration
Teddy Wing
2016-04-24
Merge branch 'append-alias-even-if-it-doesn,t-already-exist'
Teddy Wing
2016-04-24
test: Fix `write_to_file` race condition
Teddy Wing
2016-04-24
Write alias even if we haven't found a matching one
Teddy Wing
2016-04-24
`write_to_file` test: Extract append lines to closure
Teddy Wing
2016-04-24
Extract `alias_write_to_file` test function contents to helper
Teddy Wing
2016-04-24
Add a documentation comment to our crate
Teddy Wing
2016-04-24
main: Change `unwrap` to `expect`
Teddy Wing
2016-04-24
Merge branch 'extract-alias-module'
Teddy Wing
2016-04-24
Move `Alias` to separate alias module
Teddy Wing
2016-04-24
Move `write_alias` function to `Alias#write_to_file`
Teddy Wing
2016-04-24
Move `find_alias_in_file` function to `Alias#find_in_file`
Teddy Wing
2016-04-23
Add license information (GPLv3)
Teddy Wing
2016-04-23
Merge branch 'specify-alias-file-on-command-line'
Teddy Wing
2016-04-23
Update integration test to use the better test alias file
Teddy Wing
2016-04-23
Add a test email file
Teddy Wing
2016-04-23
Remove dependency on 'getopts'
Teddy Wing
2016-04-23
Specify alias file as a command line argument
Teddy Wing
2016-04-22
Merge branch 'integration-test'
Teddy Wing
2016-04-22
Add Makefile
Teddy Wing
2016-04-22
Add integration test
Teddy Wing
2016-04-22
Revert "test.sh: Initial stab at an integration test"
Teddy Wing
2016-04-22
test.sh: Initial stab at an integration test
Teddy Wing
2016-04-22
Add descriptions to `AliasSearchError` `fmt::Display`
Teddy Wing
2016-04-22
Write alias errors to STDERR instead of panicking
Teddy Wing
2016-04-22
main: Simplify the STDOUT writer
Teddy Wing
2016-04-22
main: Write message to STDOUT
Teddy Wing
2016-04-22
tests: Make constant name uppercase
Teddy Wing
2016-04-22
Get the full integration working for real
Teddy Wing
2016-04-22
main: Remove pseudocode
Teddy Wing
2016-04-22
Merge branch 'check-for-alias-in-file'
Teddy Wing
2016-04-22
Alias#write_to_file: Fix append and ending newline
Teddy Wing
2016-04-22
Add `Alias#write_to_file`
Teddy Wing
2016-04-22
Make `update_alias_id` tests more DRY
Teddy Wing
2016-04-21
Add Alias#update_alias_id
Teddy Wing
2016-04-21
find_alias_in_file: Return list of aliases not alias lines
Teddy Wing
2016-04-21
Remove `build_alias` function
Teddy Wing
[next]