about summary refs log tree commit diff stats
path: root/widgets/account.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement :cd commandDrew DeVault2019-03-141-0/+5
* Implement message store side of message fetchingDrew DeVault2019-03-141-2/+2
* Lay out message list widget basic designDrew DeVault2019-03-141-4/+7
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-101-6/+29
* Improve error reportingDrew DeVault2019-03-101-3/+2
* Flesh out command parsing & handlingDrew DeVault2019-03-101-1/+1
* Start building out command subsystemDrew DeVault2019-03-101-1/+9