about summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* msgviewer: implement ProvidesMessages interfaceReto Brunner2019-12-211-0/+7
* AccountView: implement ProvidesMessagesReto Brunner2019-12-211-0/+7
* widgets: add msgInfoFromUids helperReto Brunner2019-12-211-0/+20
* add ProvidesMessages interfaceReto Brunner2019-12-211-0/+8
* Add address book completion in composerBen Burwell2019-12-211-3/+20
* Show textinput completions in popoversBen Burwell2019-12-212-6/+13
* Use timestamp-format in msgviewerBen Burwell2019-12-191-3/+3
* Composer: fix EOF errorsDrew DeVault2019-12-121-6/+10
* Add custom sorting for foldersMichele Finotto2019-12-091-2/+34
* remove garbage headers in reply messageLeszek Cimała2019-12-081-1/+2
* failback to Content-Type filename when encoded Content-Disposition is usedLeszek Cimała2019-12-071-0/+3
* fix non-utf8 encoding in msgviewerernierasta2019-12-071-2/+2
* Parse headers from templateRobert Günzler2019-12-071-3/+50
* Revert "Parse headers from template"Drew DeVault2019-12-041-39/+3
* Parse headers from templateRobert Günzler2019-12-041-3/+39