| Commit message (Expand) | Author | Age | Files | Lines |
* | view,compose: use border color to separate headers from body | Robin Jarry | 2021-10-28 | 4 | -18/+21 |
* | index: allow dynamic formatting of message dates | Robin Jarry | 2021-10-28 | 1 | -0/+1 |
* | filters: allow matching any email header | Robin Jarry | 2021-10-28 | 1 | -0/+2 |
* | bindings: prepare for more modifers | Robin Jarry | 2021-10-28 | 1 | -0/+1 |
* | widgets/terminal: Only call vterm.ScreenCell.Attrs once in styleFromCell | Clayton Craft | 2021-04-13 | 1 | -6/+7 |
* | terminal: Add support for Shift+Tab | Alexey Yerin | 2021-02-07 | 1 | -0/+1 |
* | Get rid of the aerc.PushError(" " + $string) idiom | Reto Brunner | 2021-01-30 | 2 | -7/+7 |
* | compose: apply default style to header separator | Eyal Sawady | 2021-01-14 | 1 | -3/+3 |
* | trim <> from messageIDs when handling mailto links | Reto Brunner | 2021-01-12 | 1 | -0/+6 |
* | Apply dirlist style to unselected directories | Eyal Sawady | 2021-01-12 | 1 | -1/+1 |
* | Reapply 'Fix nil pointer deref on Envelope' | Shaw Vrana | 2021-01-03 | 1 | -3/+6 |
* | add italics support | y0ast | 2020-12-24 | 1 | -0/+3 |
* | update tcell to v2 and enable TrueColor support | y0ast | 2020-12-18 | 13 | -15/+15 |
* | Use extensions for querying the mime type of attachments | Reto Brunner | 2020-12-15 | 1 | -8/+16 |
* | fix mailto parsing | Reto Brunner | 2020-11-28 | 1 | -1/+5 |
* | compose: use a proper header instead of a string map | Reto Brunner | 2020-11-14 | 2 | -135/+189 |
* | rename header to heditors | Reto Brunner | 2020-11-14 | 1 | -6/+6 |
* | Apply relevant msglist styles in order | Chris Vittal | 2020-11-01 | 1 | -13/+14 |
* | refactor ParseMessageFormat to use a ctx object | Reto Brunner | 2020-10-14 | 1 | -3/+8 |
* | dirlist: fix empty row if dir is added | Reto Brunner | 2020-09-08 | 1 | -0/+6 |
* | Make mimetype check consistent across cases | y0ast | 2020-09-07 | 1 | -1/+1 |
* | correctly apply msglist_read color | y0ast | 2020-09-01 | 1 | -1/+4 |
* | base models.Address on the mail.Address type | Reto Brunner | 2020-08-20 | 1 | -7/+8 |
* | Add support for :rmdir | ARaspiK | 2020-08-19 | 1 | -0/+2 |
* | show error if account view creation fails | Reto Brunner | 2020-08-10 | 3 | -8/+39 |
* | Rename selecter to selector | Kalyan Sriram | 2020-08-06 | 2 | -21/+21 |
* | Implement style configuration. | Kalyan Sriram | 2020-08-06 | 14 | -193/+288 |
* | Revert "Implement style configuration." | Reto Brunner | 2020-07-30 | 14 | -288/+193 |
* | Revert "Rename selecter to selector" | Reto Brunner | 2020-07-30 | 2 | -21/+21 |
* | Rename selecter to selector | Kalyan Sriram | 2020-07-30 | 2 | -21/+21 |
* | Implement style configuration. | Kalyan Sriram | 2020-07-30 | 14 | -193/+288 |
* | msgviewer: set max line length to 1 GB | Reto Brunner | 2020-07-30 | 1 | -0/+8 |
* | msgviewer: simplify attemptCopy | Reto Brunner | 2020-07-30 | 1 | -66/+80 |
* | Remove hard coded bodystruct path everywhere | Reto Brunner | 2020-07-27 | 1 | -1/+1 |
* | Use PushStatus instead of SetStatus where it makes sense | Heiko Carrasco | 2020-07-09 | 1 | -2/+1 |
* | status: invalidate when needed | Reto Brunner | 2020-07-05 | 1 | -0/+1 |
* | Add a 'folders-exclude' option | ARaspiK | 2020-07-02 | 1 | -14/+31 |
* | Fix nil pointer deref on Envelope | Andrew Jeffery | 2020-07-02 | 1 | -3/+7 |
* | Add scrollbar | Jeffas | 2020-06-09 | 1 | -3/+37 |
* | Rework msglist scrolling | Jeffas | 2020-06-09 | 1 | -14/+30 |
* | Add dirlist scrollbar | Jeffas | 2020-06-09 | 1 | -2/+36 |
* | Make grid sizes dynamic | Jeffas | 2020-06-09 | 5 | -99/+96 |
* | Add dirlist scrolling | Jeffas | 2020-06-09 | 1 | -3/+35 |
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 14 | -295/+195 |
* | Revert "Remove duration from the status methods" | Drew DeVault | 2020-05-28 | 6 | -20/+28 |
* | Remove duration from the status methods | Reto Brunner | 2020-05-27 | 6 | -28/+20 |
* | Add Style configuration | Reto Brunner | 2020-05-27 | 14 | -195/+295 |
* | Set AnsweredFlag on successful reply | Srivathsan Murali | 2020-05-25 | 1 | -0/+9 |
* | aerc: Refactor getpasswd dialog | Ray Ganardi | 2020-05-25 | 2 | -40/+56 |
* | feat(pgp): Show error message from pgp | Ray Ganardi | 2020-05-25 | 1 | -1/+4 |