about summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Apply relevant msglist styles in orderChris Vittal2020-11-011-13/+14
* refactor ParseMessageFormat to use a ctx objectReto Brunner2020-10-141-3/+8
* dirlist: fix empty row if dir is addedReto Brunner2020-09-081-0/+6
* Make mimetype check consistent across casesy0ast2020-09-071-1/+1
* correctly apply msglist_read colory0ast2020-09-011-1/+4
* base models.Address on the mail.Address typeReto Brunner2020-08-201-7/+8
* Add support for :rmdirARaspiK2020-08-191-0/+2
* show error if account view creation failsReto Brunner2020-08-103-8/+39
* Rename selecter to selectorKalyan Sriram2020-08-062-21/+21
* Implement style configuration.Kalyan Sriram2020-08-0614-193/+288
* 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