aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-20Update TODOHEADv0.0.1masterTeddy Wing
2021-03-20doc/ottolangy.1.txt: Add the version command line argument to docsTeddy Wing
2021-03-20main(): Add a version command line argumentTeddy Wing
2021-03-20Makefile: Create a distribution packageTeddy Wing
2021-03-20doc/ottolangy.1.txt: Add the install prefix to installed filesTeddy Wing
2021-03-20README: Add more description, examples, and install informationTeddy Wing
2021-03-20Add man pageTeddy Wing
2021-03-17README: Remove the Usage section and replace it with InstallTeddy Wing
2021-03-17Add in-progress READMETeddy Wing
2021-03-16Update TODOTeddy Wing
2021-03-16100-creates-a-french-attribution-config: Fix test for attribution_localeTeddy Wing
2021-03-16Set `$attribution_locale` in generated muttrcTeddy Wing
2021-03-16Update TODOTeddy Wing
2021-03-14muttrc: Add description and licenseTeddy Wing
2021-03-14Update TODOTeddy Wing
2021-03-14Remove TODOs and debug output from multipart and HTML workTeddy Wing
2021-03-14Extract HTML tag remover to a functionTeddy Wing
2021-03-14Extract email body from HTML part if no text part existsTeddy Wing
2021-03-14get_email_body(): Remove unnecessary loops over headersTeddy Wing
2021-03-14Strip HTML tags from single-part HTML emailsTeddy Wing
2021-03-14Debug email content typesTeddy Wing
2021-03-14Update TODOTeddy Wing
2021-03-14get_email_body(): Add TODOsTeddy Wing
2021-03-14get_email_body(): Support emails with attachmentsTeddy Wing
2021-03-14Update TODOTeddy Wing
2021-03-14muttrc: Add help text to macrosTeddy Wing
2021-03-14muttrc: Only define `L` macro in `pager`, not `index`Teddy Wing
2021-03-14muttrc: Unset `wait_key`Teddy Wing
2021-03-14Add a muttrc fileTeddy Wing
2021-03-14Add TODOTeddy Wing
2021-03-14Import `thiserror::Error` as `Error`Teddy Wing
2021-03-14main: Collapse `match`Teddy Wing
2021-03-14Add additional sysexits error codes for other errorsTeddy Wing
2021-03-14Exit with sysexits.h error codes on errorTeddy Wing
2021-03-14Wrap errors in a custom `OttolangyError` typeTeddy Wing
2021-03-14Add an integration testTeddy Wing
2021-03-14Remove Idea.txtTeddy Wing
2021-03-14Remove mail.pyTeddy Wing
2021-03-14Add license (GNU GPLv3+)Teddy Wing
2021-03-13Add context to errorsTeddy Wing
2021-03-13Add documentationTeddy Wing
2021-03-13get_email_body(): Add a real error stringTeddy Wing
2021-03-13get_email_body(): Remove unnecessary `else` branchTeddy Wing
2021-03-13Remove debug print callsTeddy Wing
2021-03-13main(): Replace `unwrap`s with tryTeddy Wing
2021-03-13Replace `unwrap`s with try in non-main functionsTeddy Wing
2021-03-13Write an attribution config fileTeddy Wing
2021-03-09Use 'whatlang' to detect the language of the email bodyTeddy Wing
2021-03-09Move email body parsing code to a new functionTeddy Wing
2021-03-09Fix single-part email handlingTeddy Wing