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
Age
Commit message (
Expand
)
Author
2016-04-27
Read aliases file as bytes and convert to string
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
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
Remove dependency on 'getopts'
Teddy Wing
2016-04-23
Specify alias file as a command line argument
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
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
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
2016-04-06
Add a couple tests for `build_alias`
Teddy Wing
2016-04-06
Create a couple new functions to build our alias (stubs)
Teddy Wing
2016-04-05
Find "From: " line in input
Teddy Wing
2016-04-05
Remove old commented code from 55b07581cf2e414460461e9e1591059b5dc459d3
Teddy Wing
2016-04-05
Read stdin
Teddy Wing
2016-04-05
Add a comment with some implementation details
Teddy Wing
2016-03-27
Initial commit. Base Rust 1.7.0 project.
Teddy Wing