index
:
mutt-ottolangy
master
Set Mutt's attribution format based on the language of the message being replied to
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2021-03-20
main(): Add a version command line argument
Teddy Wing
2021-03-16
Set `$attribution_locale` in generated muttrc
Teddy Wing
2021-03-14
Remove TODOs and debug output from multipart and HTML work
Teddy Wing
2021-03-14
Extract HTML tag remover to a function
Teddy Wing
2021-03-14
Extract email body from HTML part if no text part exists
Teddy Wing
2021-03-14
get_email_body(): Remove unnecessary loops over headers
Teddy Wing
2021-03-14
Strip HTML tags from single-part HTML emails
Teddy Wing
2021-03-14
Debug email content types
Teddy Wing
2021-03-14
get_email_body(): Add TODOs
Teddy Wing
2021-03-14
get_email_body(): Support emails with attachments
Teddy Wing
2021-03-14
Import `thiserror::Error` as `Error`
Teddy Wing
2021-03-14
main: Collapse `match`
Teddy Wing
2021-03-14
Add additional sysexits error codes for other errors
Teddy Wing
2021-03-14
Exit with sysexits.h error codes on error
Teddy Wing
2021-03-14
Wrap errors in a custom `OttolangyError` type
Teddy Wing
2021-03-14
Add license (GNU GPLv3+)
Teddy Wing
2021-03-13
Add context to errors
Teddy Wing
2021-03-13
Add documentation
Teddy Wing
2021-03-13
get_email_body(): Add a real error string
Teddy Wing
2021-03-13
get_email_body(): Remove unnecessary `else` branch
Teddy Wing
2021-03-13
Remove debug print calls
Teddy Wing
2021-03-13
main(): Replace `unwrap`s with try
Teddy Wing
2021-03-13
Replace `unwrap`s with try in non-main functions
Teddy Wing
2021-03-13
Write an attribution config file
Teddy Wing
2021-03-09
Use 'whatlang' to detect the language of the email body
Teddy Wing
2021-03-09
Move email body parsing code to a new function
Teddy Wing
2021-03-09
Fix single-part email handling
Teddy Wing
2021-03-09
Remove old email parsing trials
Teddy Wing
2021-03-09
Work out how to get the body of a multipart email
Teddy Wing
2021-03-09
Testing out different libraries for email parsing
Teddy Wing
2021-03-08
New Rust v1.50.0 project
Teddy Wing