index
:
aerc
master
mbox
threading
threading-v2
Mirror of https://git.sr.ht/~sircmpwn/aerc
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aerc.go
Age
Commit message (
Expand
)
Author
2019-09-29
Open mailto links in a new aerc instance if needed.
Reto Brunner
2019-09-11
Add initial command to end of completions
Jeffas
2019-09-04
aerc.go: simplify completions
Drew DeVault
2019-09-04
aerc.go: remove unused variable
Drew DeVault
2019-08-08
Close backends prior to shutdown
Reto Brunner
2019-08-03
Remove aerc specific code from the ui
Nicolai Dagestad
2019-07-29
Print errors from config load issues.
Reto Brunner
2019-07-26
Add command history and cycling
Galen Abell
2019-07-26
Add new-email trigger
Jeffas
2019-07-23
Discard stdout if not redirected to file
Daniel Bridges
2019-07-19
Forward mailto links to server via ./aerc <mailto>
Drew DeVault
2019-07-19
Add Unix socket for communicating with aerc
Drew DeVault
2019-07-17
Show usage on getopt.Getopts error
Asger Hautop Drewsen
2019-07-15
71: Allow user to change config options at runtime
Pedro L. Ramos
2019-06-29
Implement basic tab completion support
Gregory Mullen
2019-06-18
Add aerc -v to print the installed version
Drew DeVault
2019-06-02
widget: Add ProvidesMessage interface
Kevin Kuehler
2019-05-22
Install default configs to XDG config if not found
Drew DeVault
2019-05-19
Update internal state and draw from the same goroutine
Simon Ser
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-05-16
Abort if accounts.conf is world readable
Reto Brunner
2019-05-16
Revert "Abort if accounts.conf is world readable"
Drew DeVault
2019-05-16
Abort if accounts.conf is world readable
Reto Brunner
2019-05-12
Implement :{next,prev}-field in compose view
Drew DeVault
2019-05-12
Add initial compose widget
Drew DeVault
2019-05-05
lib/ui: fix UI.Exit race condition
Simon Ser
2019-03-30
Add message view commands, :close
Drew DeVault
2019-03-30
Add basic message viewer mockup
Drew DeVault
2019-03-21
Add terminal command context
Drew DeVault
2019-03-21
Add context-specific commands
Drew DeVault
2019-03-15
Add :quit command
Drew DeVault
2019-03-10
Start building out command subsystem
Drew DeVault
2019-01-13
Add basic account widget, populate real acct views
Drew DeVault
2018-03-02
Switch to vgo
Drew DeVault