about summary refs log tree commit diff stats
path: root/widgets/account.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix buildElias Naur2019-02-101-1/+1
* Implement Container interface in widgets/Drew DeVault2019-01-201-0/+4
* Send commands up to the top-level aerc widgetDrew DeVault2019-01-141-4/+10
* Handle errors from worker initializationDrew DeVault2019-01-131-1/+1
* Swap message list placeholder for spinnerDrew DeVault2019-01-131-1/+3
* Handle connection errors properlyDrew DeVault2019-01-131-3/+4
* Simplify approach to directory listDrew DeVault2019-01-131-5/+17
* Filter dirlist according to user configDrew DeVault2019-01-131-1/+1
* Add directory list widgetDrew DeVault2019-01-131-23/+26
* Move ex line into accountDrew DeVault2019-01-131-26/+49
* Move status line into account, update behaviorDrew DeVault2019-01-131-9/+35
* Initialize worker in account widgetDrew DeVault2019-01-131-2/+50
* Add basic account widget, populate real acct viewsDrew DeVault2019-01-131-0/+41