summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't set the store on an update to itJeffas2020-02-281-4/+0
* widgets/dirlist: Fix total message countReto Brunner2020-02-251-4/+6
* Fix crash on mouse scrolling between message partsAmir Yalon2020-02-251-2/+2
* Fix crash on mouse scrolling before messages loadWiktor Kwapisiewicz2020-02-221-2/+6
* fix missing importReto Brunner2020-02-191-0/+1
* Revert "Only fetch the directory contents when we are switching directories"Reto Brunner2020-02-192-6/+1
* dirlist: actually honor the DirInfoReto Brunner2020-02-161-25/+36
* Only fetch the directory contents when we are switching directoriesReto Brunner2020-02-162-1/+18
* Ensure we aren't selecting negative directoriesAndreas Rammhold2020-02-071-0/+6
* dirlist: adapt to dynamic UIconfigReto Brunner2020-01-282-11/+21
* dirlist: remove not needed sort functionReto Brunner2020-01-281-2/+1
* config: Strongly type context typeReto Brunner2020-01-242-3/+3
* Contextual UI ConfigurationSrivathsan Murali2020-01-243-10/+27
* Display the mimetype when offering to pipe or saveLuke Drummond2020-01-201-1/+3
* Switch back to upstream pty libraryBen Fiedler2020-01-161-1/+1
* Correct spellingReto Brunner2020-01-161-1/+1
* remove Original* checkLeszek Cimała2020-01-091-2/+1
* create OriginalMail structLeszek Cimała2020-01-092-3/+5
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-23/+3
* msgviewer: decode headers prior to displaying themReto Brunner2020-01-051-1/+7
* msgviewer: bypass filter for headersReto Brunner2020-01-051-3/+6
* msgviewer: do not anchor ansi escape to start of lineReto Brunner2020-01-051-1/+1
* msgviewer: Add Labels as a virtual headerReto Brunner2019-12-272-6/+26
* add LabelList eventReto Brunner2019-12-211-0/+7
* msglist: highlight marked messagesReto Brunner2019-12-211-1/+1