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
path:
root
/
src
/
tests.rs
Age
Commit message (
Expand
)
Author
2016-04-22
tests: Make constant name uppercase
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
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-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-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
tests.rs: Use `Alias::new` instead of `build_alias`
Teddy Wing
2016-04-17
Create a function that will check whether an alias is in a file
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
2016-04-06
Add a couple tests for `build_alias`
Teddy Wing