Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-17 | When reviewing an email don't pass characters on | Jeffas | |
This stops characters being passed to the focused box when reviewing an email. To edit headers the user should go back to the edit page. | |||
2019-07-04 | Use go-message implementation of GenerateMessageID | Ben Burwell | |
Now that this is available in the upstream, we no longer need to maintain a parallel implementation. | |||
2019-06-27 | Reopening mailcontent file to fix #166 | Stefan Rakel | |
Because editors like vim use backupfiles and rename them to the original name, the file handle used can point to the wrong file. Reopening the file should fix this. | |||
2019-06-21 | Fix Cc & Bcc handling in replies | Drew DeVault | |
2019-06-07 | Execute the editor with the shell | Drew DeVault | |
Fixes #164 | |||
2019-06-05 | Use SetAddressList for From header | Drew DeVault | |
2019-06-02 | Enumerate Cc and Bcc lists in composer | Drew DeVault | |
2019-05-26 | Implement :edit in compose screen | Drew DeVault | |
2019-05-25 | Fix special characters in address.PersonalName | Drew DeVault | |
2019-05-17 | s/aerc2/aerc/g | Drew DeVault | |
2019-05-17 | Fix date header on outgoing emails | Drew DeVault | |
2019-05-16 | Decode email when reading it for quoting | Drew DeVault | |
2019-05-16 | Implement :reply -q and :reply -a | Drew DeVault | |
2019-05-16 | Implement (basic form) of :reply | Drew DeVault | |
2019-05-16 | Let caller pass in custom headers to compose | Drew DeVault | |
2019-05-15 | Copy sent emails to the Sent folder | Drew DeVault | |
Or rather, to a user-specified folder | |||
2019-05-14 | Update tab name as subject changes | Drew DeVault | |
Also moves truncation to the tab widget | |||
2019-05-14 | Add $EDITOR, internal config for compose | Drew DeVault | |
2019-05-14 | Add distinct keybindings for each compose view | Drew DeVault | |
2019-05-14 | Implement sending emails /o/ | Drew DeVault | |
2019-05-14 | Add :send-message, prepares & writes email to /tmp | Drew DeVault | |
2019-05-13 | Spec out review message screen | Drew DeVault | |
2019-05-13 | Populate "From" header from config for new emails | Drew DeVault | |
2019-05-12 | Implement :{next,prev}-field in compose view | Drew DeVault | |
2019-05-12 | Expand compose focus handling a bit | Drew DeVault | |
2019-05-12 | Add initial compose widget | Drew DeVault | |