summary refs log tree commit diff stats
path: root/commands/msg/read.go
Commit message (Expand)AuthorAgeFilesLines
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-1/+1
* run go fmtReto Brunner2020-07-171-2/+2
* Add additional flagging functionalityARaspiK2020-07-081-86/+135
* Revert "Add Style configuration"Drew DeVault2020-05-281-2/+2
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-4/+5
* Remove duration from the status methodsReto Brunner2020-05-271-5/+4
* Add Style configurationReto Brunner2020-05-271-2/+2
* Fix typosMartin Michlmayr2020-05-211-1/+1
* commands/helper: remove duplicated methodReto Brunner2020-05-111-1/+1
* msg/read: don't copy waitgroupReto Brunner2020-05-111-3/+3
* gofmt fixesDrew DeVault2020-04-241-2/+2
* 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