Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-27 | Fix review message not filling entire space | Galen Abell | |
Adding an attachment, switching to a different tab, and switching back to the review message caused the "filled space" in the review message to disappear, since there was one too many rows in the layout. | |||
2019-07-26 | Add command history and cycling | Galen Abell | |
Aerc will keep track of the previous 1000 commands, which the user can cycle through using the arrow keys while in the ex-line. Pressing up will move backwards in history while pressing down will move forward. | |||
2019-07-26 | Support configurable header layout in compose widget | Daniel Bridges | |
2019-07-19 | Add [a]ttach to the review message prompts | Drew DeVault | |
2019-07-19 | Add Unix socket for communicating with aerc | Drew DeVault | |
2019-07-19 | Add :attach command for compose | Galen Abell | |
Allow users to add attachments to emails in the Compose view. Syntax is :attach <path>, where path is a valid file. Attachments will show up in the pre-send review screen. | |||
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 | |