about summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Revert "Implement style configuration."Reto Brunner2020-07-3014-288/+193
* Revert "Rename selecter to selector"Reto Brunner2020-07-302-21/+21
* Rename selecter to selectorKalyan Sriram2020-07-302-21/+21
* Implement style configuration.Kalyan Sriram2020-07-3014-193/+288
* msgviewer: set max line length to 1 GBReto Brunner2020-07-301-0/+8
* msgviewer: simplify attemptCopyReto Brunner2020-07-301-66/+80
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-1/+1
* Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco2020-07-091-2/+1
* status: invalidate when neededReto Brunner2020-07-051-0/+1
* Add a 'folders-exclude' optionARaspiK2020-07-021-14/+31
* Fix nil pointer deref on EnvelopeAndrew Jeffery2020-07-021-3/+7
* Add scrollbarJeffas2020-06-091-3/+37
* Rework msglist scrollingJeffas2020-06-091-14/+30
* Add dirlist scrollbarJeffas2020-06-091-2/+36
* Make grid sizes dynamicJeffas2020-06-095-99/+96
* Add dirlist scrollingJeffas2020-06-091-3/+35
* Revert "Add Style configuration"Drew DeVault2020-05-2814-295/+195
* Revert "Remove duration from the status methods"Drew DeVault2020-05-286-20/+28
* Remove duration from the status methodsReto Brunner2020-05-276-28/+20
* Add Style configurationReto Brunner2020-05-2714-195/+295
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+9
* aerc: Refactor getpasswd dialogRay Ganardi2020-05-252-40/+56
* feat(pgp): Show error message from pgpRay Ganardi2020-05-251-1/+4
* feat(pgp): Add <ESC> to cancel password promptRay Ganardi2020-05-252-10/+19
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-1/+5
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-171-2/+1
* Change MarkedMessages to return uidsReto Brunner2020-05-113-5/+5
* Use stdout as controlling terminalGuillaume J. Charmes2020-05-061-1/+2
* Revert "Dont detach process under vterm"Drew DeVault2020-05-061-1/+1
* Dont detach process under vtermGuillaume J. Charmes2020-05-061-1/+1
* gofmt fixesDrew DeVault2020-04-242-7/+7
* Add recall commandJeffas2020-04-242-1/+5
* Add postpone commandJeffas2020-04-242-20/+28
* Add :choose commandRay Ganardi2020-04-241-0/+33
* Remove ability to specify headers in the editorReto Brunner2020-04-241-147/+42
* Use aerc.PushError where appropriateBen Fiedler2020-04-232-13/+6
* fix: Close unused MessageView when swapping viewRay Ganardi2020-04-201-1/+2
* fix function keys in terminal widgetJonathan Halmen2020-03-261-1/+1
* msgviewer: do not interpret header as format stringDrew DeVault2020-03-191-2/+2
* Add pinned tabsJeffas2020-03-091-1/+9
* Refactoring: remove store from PartInfoDrew DeVault2020-03-092-2/+0
* Reduce size of the password prompt UIDrew DeVault2020-03-031-2/+2
* Yet another revision to PGP UIDrew DeVault2020-03-031-4/+4
* Simplify PGP messagingDrew DeVault2020-03-031-20/+11
* compose: add space between headers and editorDrew DeVault2020-03-031-3/+5
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-036-46/+269
* Add move-tab commandJeffas2020-03-031-0/+12
* Only show spinner while sorting if no uidsJeffas2020-02-281-7/+7
* Don't show empty message while sortingJeffas2020-02-281-0/+6
* Set the store on the message list if it is nilJeffas2020-02-281-0/+3