about summary refs log tree commit diff stats
path: root/commands/msg/read.go
Commit message (Expand)AuthorAgeFilesLines
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-6/+2
* read: adapt to ProvidesMessagesReto Brunner2019-12-221-17/+86
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Fix `unread` commandArt Wild2019-08-081-0/+2
* Add space which was missingJeffas2019-07-251-1/+1
* Add an option to toggle between read and unreadNicolai Dagestad2019-07-171-3/+29
* commands: Don't crash when store is nilKevin Kuehler2019-07-151-1/+4
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-101-1/+4
* Implement basic tab completion supportGregory Mullen2019-06-291-3/+12
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+38