about summary refs log tree commit diff stats
path: root/widgets/account.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement (basic form) of :replyDrew DeVault2019-05-161-4/+8
* Implement :copy (aka :cp)Drew DeVault2019-05-141-0/+4
* Handle incoming emails gracefullyDrew DeVault2019-05-131-6/+6
* Populate "From" header from config for new emailsDrew DeVault2019-05-131-0/+4
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-10/+9
* Make message viewer real, part twoDrew DeVault2019-03-311-1/+1
* Correct color of error messagesDrew DeVault2019-03-301-1/+1
* Add body fetching support codeDrew DeVault2019-03-291-0/+3
* Implement :delete-messageDrew DeVault2019-03-201-0/+3
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-97/+23
* Add basic terminal widgetDrew DeVault2019-03-171-6/+21
* Move MessageStore into its own fileDrew DeVault2019-03-151-3/+4
* Implement default in accounts.confDrew DeVault2019-03-151-1/+1
* Implement sidebar-width config optionDrew DeVault2019-03-151-1/+1
* Rig up key bindingsDrew DeVault2019-03-151-27/+53
* Implement :{next,prev}-messageDrew DeVault2019-03-141-0/+4
* Use cached message store when re-opening dirsDrew DeVault2019-03-141-1/+9