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-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
2016-04-21
Add test for `find_alias_in_file` Ok case
Teddy Wing
2016-04-21
Add a test for the `AliasSearchError::NotFound` case
Teddy Wing
2016-04-21
Add test find_alias_in_file_email_already_exists
Teddy Wing
2016-04-21
find_alias_in_file: Return a vector of matches
Teddy Wing
2016-04-19
Rename is_alias_in_file to find_alias_in_file
Teddy Wing
2016-04-19
is_alias_in_file_finds_a_match: Change `to_string` to `to_owned`
Teddy Wing
2016-04-19
is_alias_in_file: Make `file` binding immutable
Teddy Wing
2016-04-19
main.rs: Remove unused import `std::path::Path`
Teddy Wing
2016-04-18
is_alias_in_file: Take an Alias instead of an alias string
Teddy Wing
2016-04-18
Merge branch 'master' into check-for-alias-in-file
Teddy Wing
2016-04-18
Merge branch 'create-Alias-type'
Teddy Wing
2016-04-18
Alias#to_string: Don't format `name` if it's empty
Teddy Wing
2016-04-18
tests.rs: Use `Alias::new` instead of `build_alias`
Teddy Wing
2016-04-17
Add a new `Alias` struct and implementation
Teddy Wing
2016-04-17
Create a function that will check whether an alias is in a file
Teddy Wing
2016-04-06
build_alias: Remove comment about special characters
Teddy Wing
2016-04-06
test.rs: Split `build_alias` test into 5 separate tests
Teddy Wing
2016-04-06
build_alias: Remove [,'"] characters
Teddy Wing
2016-04-06
Implement `build_alias`
Teddy Wing
[next]