index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commands
/
msg
/
read.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
model: change flags array to bitmask
Robin Jarry
2023-01-04
1
-9
/
+2
*
command/read: run in main thread
Tim Culverhouse
2022-09-29
1
-37
/
+18
*
store: extract marking behavior and add tests
Koni Marti
2022-08-22
1
-1
/
+1
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-3
/
+4
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-2
/
+2
*
visual-mode: deselect messages after performing command
Tim Culverhouse
2022-06-14
1
-0
/
+1
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
1
-0
/
+3
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-4
/
+4
*
Get rid of the aerc.PushError(" " + $string) idiom
Reto Brunner
2021-01-30
1
-1
/
+1
*
run go fmt
Reto Brunner
2020-07-17
1
-2
/
+2
*
Add additional flagging functionality
ARaspiK
2020-07-08
1
-86
/
+135
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-2
/
+2
*
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-28
1
-4
/
+5
*
Remove duration from the status methods
Reto Brunner
2020-05-27
1
-5
/
+4
*
Add Style configuration
Reto Brunner
2020-05-27
1
-2
/
+2
*
Fix typos
Martin Michlmayr
2020-05-21
1
-1
/
+1
*
commands/helper: remove duplicated method
Reto Brunner
2020-05-11
1
-1
/
+1
*
msg/read: don't copy waitgroup
Reto Brunner
2020-05-11
1
-3
/
+3
*
gofmt fixes
Drew DeVault
2020-04-24
1
-2
/
+2
*
Use aerc.PushError where appropriate
Ben Fiedler
2020-04-23
1
-6
/
+2
*
read: adapt to ProvidesMessages
Reto Brunner
2019-12-22
1
-17
/
+86
*
all: purge redundant underscores
Wagner Riffel
2019-09-04
1
-3
/
+3
*
Fix `unread` command
Art Wild
2019-08-08
1
-0
/
+2
*
Add space which was missing
Jeffas
2019-07-25
1
-1
/
+1
*
Add an option to toggle between read and unread
Nicolai Dagestad
2019-07-17
1
-3
/
+29
*
commands: Don't crash when store is nil
Kevin Kuehler
2019-07-15
1
-1
/
+4
*
Fix crashes when operating on empty folder (#216)
Daniel Bridges
2019-07-10
1
-1
/
+4
*
Implement basic tab completion support
Gregory Mullen
2019-06-29
1
-3
/
+12
*
Add :read and :unread commands
Drew DeVault
2019-06-09
1
-0
/
+38