| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | feat(pgp): Add <ESC> to cancel password prompt | Ray Ganardi | 2020-05-25 | 2 | -10/+19 |
* | pgp: fail gracefully from email decryption | Ray Ganardi | 2020-05-25 | 1 | -1/+5 |
* | FetchBodyPart doesn't need the parent body structure | Reto Brunner | 2020-05-17 | 1 | -2/+1 |
* | Change MarkedMessages to return uids | Reto Brunner | 2020-05-11 | 3 | -5/+5 |
* | Use stdout as controlling terminal | Guillaume J. Charmes | 2020-05-06 | 1 | -1/+2 |
* | Revert "Dont detach process under vterm" | Drew DeVault | 2020-05-06 | 1 | -1/+1 |
* | Dont detach process under vterm | Guillaume J. Charmes | 2020-05-06 | 1 | -1/+1 |
* | gofmt fixes | Drew DeVault | 2020-04-24 | 2 | -7/+7 |
* | Add recall command | Jeffas | 2020-04-24 | 2 | -1/+5 |
* | Add postpone command | Jeffas | 2020-04-24 | 2 | -20/+28 |
* | Add :choose command | Ray Ganardi | 2020-04-24 | 1 | -0/+33 |
* | Remove ability to specify headers in the editor | Reto Brunner | 2020-04-24 | 1 | -147/+42 |
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 2 | -13/+6 |
* | fix: Close unused MessageView when swapping view | Ray Ganardi | 2020-04-20 | 1 | -1/+2 |
* | fix function keys in terminal widget | Jonathan Halmen | 2020-03-26 | 1 | -1/+1 |
* | msgviewer: do not interpret header as format string | Drew DeVault | 2020-03-19 | 1 | -2/+2 |
* | Add pinned tabs | Jeffas | 2020-03-09 | 1 | -1/+9 |
* | Refactoring: remove store from PartInfo | Drew DeVault | 2020-03-09 | 2 | -2/+0 |
* | Reduce size of the password prompt UI | Drew DeVault | 2020-03-03 | 1 | -2/+2 |
* | Yet another revision to PGP UI | Drew DeVault | 2020-03-03 | 1 | -4/+4 |
* | Simplify PGP messaging | Drew DeVault | 2020-03-03 | 1 | -20/+11 |
* | compose: add space between headers and editor | Drew DeVault | 2020-03-03 | 1 | -3/+5 |
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 6 | -46/+269 |
* | Add move-tab command | Jeffas | 2020-03-03 | 1 | -0/+12 |
* | Only show spinner while sorting if no uids | Jeffas | 2020-02-28 | 1 | -7/+7 |
* | Don't show empty message while sorting | Jeffas | 2020-02-28 | 1 | -0/+6 |
* | Set the store on the message list if it is nil | Jeffas | 2020-02-28 | 1 | -0/+3 |
* | Don't set the store on an update to it | Jeffas | 2020-02-28 | 1 | -4/+0 |
* | widgets/dirlist: Fix total message count | Reto Brunner | 2020-02-25 | 1 | -4/+6 |
* | Fix crash on mouse scrolling between message parts | Amir Yalon | 2020-02-25 | 1 | -2/+2 |
* | Fix crash on mouse scrolling before messages load | Wiktor Kwapisiewicz | 2020-02-22 | 1 | -2/+6 |
* | fix missing import | Reto Brunner | 2020-02-19 | 1 | -0/+1 |
* | Revert "Only fetch the directory contents when we are switching directories" | Reto Brunner | 2020-02-19 | 2 | -6/+1 |
* | dirlist: actually honor the DirInfo | Reto Brunner | 2020-02-16 | 1 | -25/+36 |
* | Only fetch the directory contents when we are switching directories | Reto Brunner | 2020-02-16 | 2 | -1/+18 |
* | Ensure we aren't selecting negative directories | Andreas Rammhold | 2020-02-07 | 1 | -0/+6 |
* | dirlist: adapt to dynamic UIconfig | Reto Brunner | 2020-01-28 | 2 | -11/+21 |
* | dirlist: remove not needed sort function | Reto Brunner | 2020-01-28 | 1 | -2/+1 |
* | config: Strongly type context type | Reto Brunner | 2020-01-24 | 2 | -3/+3 |
* | Contextual UI Configuration | Srivathsan Murali | 2020-01-24 | 3 | -10/+27 |
* | Display the mimetype when offering to pipe or save | Luke Drummond | 2020-01-20 | 1 | -1/+3 |
* | Switch back to upstream pty library | Ben Fiedler | 2020-01-16 | 1 | -1/+1 |