summaryrefslogtreecommitdiff
path: root/widgets/account.go
AgeCommit message (Expand)Author
2022-07-26fixup: Hack up message list to be sorted ascendingtopic/asc_sort_imapcos
2022-07-10threading: add force-client-threads optionTim Culverhouse
2022-07-10statusline: show threading status if threading-enabled=trueTim Culverhouse
2022-07-03perf: reduce calls to GetUiConfigTim Culverhouse
2022-07-03uiconfig: use pointer references to uiConfigTim Culverhouse
2022-06-07dirlist: fix panic when disconnecting with dirlist-tree=falseTim Culverhouse
2022-06-07fix: clear dirlist on disconnectTim Culverhouse
2022-06-07dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse
2022-05-31feat: add background mail polling option for all workersTim Culverhouse
2022-04-25statusline: refactor to make it more customizableKoni Marti
2022-03-25sort: keep sort criteria applied to folderKoni Marti
2022-03-25statusline: improve status line updatingKoni Marti
2022-03-24logging: fix race condition in startupMoritz Poldrack
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-23statusline: make statusline folder-specificKoni Marti
2022-03-20statusline: update status only when necessaryKoni Marti
2022-03-18statusline: implement per-account statusKoni Marti
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2022-02-23dirtree: implement foldable tree for directory listKoni Marti
2022-02-06imap: improve reconnect stabilityKoni Marti
2022-01-19imap: auto-reconnects on connection errorKoni Marti
2022-01-19imap: emits connection error on logoutKoni Marti
2021-11-13messages: allow displaying email threadsy0ast
2021-11-05imap: add manual {dis,}connect supportRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-08-19Add support for :rmdirARaspiK
2020-08-10show error if account view creation failsReto Brunner
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-07-09Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco
2020-06-09Make grid sizes dynamicJeffas
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-28Revert "Remove duration from the status methods"Drew DeVault
2020-05-27Remove duration from the status methodsReto Brunner
2020-05-27Add Style configurationReto Brunner
2020-05-11Change MarkedMessages to return uidsReto Brunner
2020-04-24Add recall commandJeffas
2020-02-28Set the store on the message list if it is nilJeffas
2020-02-28Don't set the store on an update to itJeffas
2020-02-19Revert "Only fetch the directory contents when we are switching directories"Reto Brunner
2020-02-16Only fetch the directory contents when we are switching directoriesReto Brunner
2020-01-28dirlist: adapt to dynamic UIconfigReto Brunner
2020-01-24config: Strongly type context typeReto Brunner
2020-01-24Contextual UI ConfigurationSrivathsan Murali
2019-12-21add LabelList eventReto Brunner
2019-12-21AccountView: implement ProvidesMessagesReto Brunner
2019-09-20Add sorting functionalityJeffas
2019-09-11Fix segfault on deleteDevon Johnson