about summary refs log tree commit diff stats
path: root/widgets/account.go
Commit message (Expand)AuthorAgeFilesLines
* messages: allow displaying email threadsy0ast2021-11-131-0/+8
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-28/+31
* go.mod: change base git urlRobin Jarry2021-11-051-7/+7
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Add support for :rmdirARaspiK2020-08-191-0/+2
* show error if account view creation failsReto Brunner2020-08-101-4/+9
* Implement style configuration.Kalyan Sriram2020-08-061-3/+2
* Revert "Implement style configuration."Reto Brunner2020-07-301-2/+3
* Implement style configuration.Kalyan Sriram2020-07-301-3/+2
* Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco2020-07-091-2/+1
* Make grid sizes dynamicJeffas2020-06-091-27/+20
* Revert "Add Style configuration"Drew DeVault2020-05-281-5/+6
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-1/+2
* Remove duration from the status methodsReto Brunner2020-05-271-2/+1
* Add Style configurationReto Brunner2020-05-271-6/+5
* Change MarkedMessages to return uidsReto Brunner2020-05-111-2/+2
* Add recall commandJeffas2020-04-241-0/+4
* 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
* Revert "Only fetch the directory contents when we are switching directories"Reto Brunner2020-02-191-1/+1
* Only fetch the directory contents when we are switching directoriesReto Brunner2020-02-161-1/+1
* dirlist: adapt to dynamic UIconfigReto Brunner2020-01-281-1/+1
* config: Strongly type context typeReto Brunner2020-01-241-2/+2
* Contextual UI ConfigurationSrivathsan Murali2020-01-241-6/+17
* add LabelList eventReto Brunner2019-12-211-0/+7
* AccountView: implement ProvidesMessagesReto Brunner2019-12-211-0/+7
* Add sorting functionalityJeffas2019-09-201-0/+14
* Fix segfault on deleteDevon Johnson2019-09-111-1/+5
* Add MouseableJeffas2019-09-111-2/+9
* Ignore scroll command when msgstore is nilJelle Besseling2019-08-121-0/+3
* msglist: add initialization stateReto Brunner2019-08-021-0/+2
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-291-0/+4
* Move msgstore map to dirstoreJeffas2019-07-261-25/+23
* Add new-email triggerJeffas2019-07-261-1/+5
* Implement :filter, :clearKevin Kuehler2019-07-191-1/+1
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-101-2/+6
* Factor UI models out of the worker message packageBen Burwell2019-07-081-4/+5
* Make :pipe command more genericDrew DeVault2019-07-051-2/+6
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-141-2/+4
* imap: respect the folder config optionReto Brunner2019-06-141-1/+1
* Add archive commandRobert Günzler2019-06-091-0/+2
* Add binding to toggle headersDrew DeVault2019-06-071-1/+1
* Skip rendering dirlist if sidebar width is 0Lucas F. Souza2019-06-071-1/+3
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-021-0/+12
* Only add message to store if store existsKevin Kuehler2019-06-021-8/+12
* Load IMAP worker for imap+insecureDrew DeVault2019-05-201-1/+5
* Verify TLS certificatesDrew DeVault2019-05-201-7/+1
* Update internal state and draw from the same goroutineSimon Ser2019-05-191-7/+11
* s/aerc2/aerc/gDrew DeVault2019-05-171-5/+5
* Remove unimplemented color configurationDrew DeVault2019-05-171-1/+1