| Commit message (Expand) | Author | Age | Files | Lines |
* | viewer: add colon after header names | Robin Jarry | 2021-11-05 | 1 | -2/+2 |
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 1 | -7/+7 |
* | view,compose: use border color to separate headers from body | Robin Jarry | 2021-10-28 | 1 | -1/+2 |
* | compose: apply default style to header separator | Eyal Sawady | 2021-01-14 | 1 | -3/+3 |
* | update tcell to v2 and enable TrueColor support | y0ast | 2020-12-18 | 1 | -1/+1 |
* | Use extensions for querying the mime type of attachments | Reto Brunner | 2020-12-15 | 1 | -8/+16 |
* | compose: use a proper header instead of a string map | Reto Brunner | 2020-11-14 | 1 | -123/+165 |
* | rename header to heditors | Reto Brunner | 2020-11-14 | 1 | -6/+6 |
* | Implement style configuration. | Kalyan Sriram | 2020-08-06 | 1 | -29/+39 |
* | Revert "Implement style configuration." | Reto Brunner | 2020-07-30 | 1 | -39/+29 |
* | Implement style configuration. | Kalyan Sriram | 2020-07-30 | 1 | -29/+39 |
* | Make grid sizes dynamic | Jeffas | 2020-06-09 | 1 | -8/+13 |
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 1 | -40/+29 |
* | Revert "Remove duration from the status methods" | Drew DeVault | 2020-05-28 | 1 | -2/+3 |
* | Remove duration from the status methods | Reto Brunner | 2020-05-27 | 1 | -3/+2 |
* | Add Style configuration | Reto Brunner | 2020-05-27 | 1 | -29/+40 |
* | Set AnsweredFlag on successful reply | Srivathsan Murali | 2020-05-25 | 1 | -0/+9 |
* | Add recall command | Jeffas | 2020-04-24 | 1 | -1/+1 |
* | Add postpone command | Jeffas | 2020-04-24 | 1 | -19/+25 |
* | Remove ability to specify headers in the editor | Reto Brunner | 2020-04-24 | 1 | -147/+42 |
* | compose: add space between headers and editor | Drew DeVault | 2020-03-03 | 1 | -3/+5 |
* | Correct spelling | Reto Brunner | 2020-01-16 | 1 | -1/+1 |
* | remove Original* check | Leszek Cimała | 2020-01-09 | 1 | -2/+1 |
* | create OriginalMail struct | Leszek Cimała | 2020-01-09 | 1 | -2/+3 |
* | Add address book completion in composer | Ben Burwell | 2019-12-21 | 1 | -3/+20 |
* | Composer: fix EOF errors | Drew DeVault | 2019-12-12 | 1 | -6/+10 |
* | remove garbage headers in reply message | Leszek Cimała | 2019-12-08 | 1 | -1/+2 |
* | Parse headers from template | Robert Günzler | 2019-12-07 | 1 | -3/+50 |
* | Revert "Parse headers from template" | Drew DeVault | 2019-12-04 | 1 | -39/+3 |
* | Parse headers from template | Robert Günzler | 2019-12-04 | 1 | -3/+39 |
* | Allow fields in compose widget to be clicked | Greg Anders | 2019-11-17 | 1 | -2/+32 |
* | Add some defaults for template options | Drew DeVault | 2019-11-10 | 1 | -2/+4 |
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 1 | -3/+34 |
* | Add signatures | Jeffas | 2019-09-12 | 1 | -1/+65 |
* | Add Mouseable | Jeffas | 2019-09-11 | 1 | -4/+17 |
* | widgets: rewrite references to os.SET_SEEK to io.SeekStart | Wagner Riffel | 2019-09-04 | 1 | -4/+4 |
* | Add forwarding as attachment feature | Jelle Besseling | 2019-08-20 | 1 | -0/+9 |
* | Add addresses argument to forward command | Jelle Besseling | 2019-08-20 | 1 | -0/+7 |
* | Allow cc/bcc command to receive no arguments | Daniel Bridges | 2019-08-07 | 1 | -0/+17 |
* | cc/bcc: Append to existing headers if called twice | Kevin Kuehler | 2019-08-07 | 1 | -1/+6 |
* | Add cc and bcc commands | Daniel Bridges | 2019-08-03 | 1 | -14/+44 |
* | Fix sending attachments with less than 512 bytes | Ben Burwell | 2019-08-02 | 1 | -1/+1 |
* | Include body MIME terminator in multipart messages | Ben Burwell | 2019-08-02 | 1 | -23/+30 |
* | Add :detach command | Galen Abell | 2019-07-27 | 1 | -0/+20 |
* | Fix review message not filling entire space | Galen Abell | 2019-07-27 | 1 | -1/+1 |
* | Add command history and cycling | Galen Abell | 2019-07-26 | 1 | -2/+7 |
* | Support configurable header layout in compose widget | Daniel Bridges | 2019-07-26 | 1 | -113/+138 |
* | Add [a]ttach to the review message prompts | Drew DeVault | 2019-07-19 | 1 | -1/+1 |
* | Add Unix socket for communicating with aerc | Drew DeVault | 2019-07-19 | 1 | -0/+7 |
* | Add :attach command for compose | Galen Abell | 2019-07-19 | 1 | -17/+129 |