aboutsummaryrefslogtreecommitdiff
path: root/aerc.go
AgeCommit message (Expand)Author
2019-12-21Don't use current input as a possible completionBen Burwell
2019-09-29Open mailto links in a new aerc instance if needed.Reto Brunner
2019-09-11Add initial command to end of completionsJeffas
2019-09-04aerc.go: simplify completionsDrew DeVault
2019-09-04aerc.go: remove unused variableDrew DeVault
2019-08-08Close backends prior to shutdownReto Brunner
2019-08-03Remove aerc specific code from the uiNicolai Dagestad
2019-07-29Print errors from config load issues.Reto Brunner
2019-07-26Add command history and cyclingGalen Abell
2019-07-26Add new-email triggerJeffas
2019-07-23Discard stdout if not redirected to fileDaniel Bridges
2019-07-19Forward mailto links to server via ./aerc <mailto>Drew DeVault
2019-07-19Add Unix socket for communicating with aercDrew DeVault
2019-07-17Show usage on getopt.Getopts errorAsger Hautop Drewsen
2019-07-1571: Allow user to change config options at runtimePedro L. Ramos
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-18Add aerc -v to print the installed versionDrew DeVault
2019-06-02widget: Add ProvidesMessage interfaceKevin Kuehler
2019-05-22Install default configs to XDG config if not foundDrew DeVault
2019-05-19Update internal state and draw from the same goroutineSimon Ser
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-16Abort if accounts.conf is world readableReto Brunner
2019-05-16Revert "Abort if accounts.conf is world readable"Drew DeVault
2019-05-16Abort if accounts.conf is world readableReto Brunner
2019-05-12Implement :{next,prev}-field in compose viewDrew DeVault
2019-05-12Add initial compose widgetDrew DeVault
2019-05-05lib/ui: fix UI.Exit race conditionSimon Ser
2019-03-30Add message view commands, :closeDrew DeVault
2019-03-30Add basic message viewer mockupDrew DeVault
2019-03-21Add terminal command contextDrew DeVault
2019-03-21Add context-specific commandsDrew DeVault
2019-03-15Add :quit commandDrew DeVault
2019-03-10Start building out command subsystemDrew DeVault
2019-01-13Add basic account widget, populate real acct viewsDrew DeVault
2018-03-02Switch to vgoDrew DeVault