about summary refs log tree commit diff stats
path: root/commands/account
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault on :select-message for unloaded messagesTom Lebreux2019-04-171-0/+3
| | | | Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
* Fix segfault on :view-message for unloaded messageTom Lebreux2019-04-101-0/+6
| | | | | | This also fixes segfault on :view-message on empty directory Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
* Make tab width of :pipe consistentDrew DeVault2019-03-311-5/+3
|
* Add basic filter implementationDrew DeVault2019-03-311-1/+1
|
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-1/+1
|
* Make the message viewer real, part oneDrew DeVault2019-03-312-3/+27
|
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-312-34/+2
|
* Add basic message viewer mockupDrew DeVault2019-03-301-2/+1
|
* Correct color of error messagesDrew DeVault2019-03-301-4/+4
|
* Implement :pipeDrew DeVault2019-03-301-0/+73
|
* Add body fetching support codeDrew DeVault2019-03-291-0/+29
|
* Add context-specific commandsDrew DeVault2019-03-216-0/+214