summaryrefslogtreecommitdiff
path: root/aerc.go
AgeCommit message (Expand)Author
2022-07-23logging: print init procedure and config contentsRobin Jarry
2022-07-23logging: use level-based logger functionsRobin Jarry
2022-07-23tabs: rename SelectedTab to SelectedTabContentRobin Jarry
2022-07-14aerc: use aerc as an mbox viewerKoni Marti
2022-04-27refactor: refactor pgp implementationTim Culverhouse
2022-04-14main: remove unnecessary pointer dereferenceConnor Kuehl
2022-03-24logging: fix race condition in startupMoritz Poldrack
2022-03-23logging: added a log on panicMoritz Poldrack
2022-02-20main: use terminfo to set window titleRobin Jarry
2022-02-19config: do not hardcode sharedirRobin Jarry
2022-01-24aerc: shutdown if socket communication failsAdnan Maolood
2022-01-24binds: Warning on unexistent account bindingsinwit
2021-11-05go.mod: change base git urlRobin Jarry
2021-11-02main: set xterm titleRobin Jarry
2021-02-11aerc: try to recover from a panicReto Brunner
2020-06-13Sort command completionsJeffas
2020-05-06templates: add version funcReto Brunner
2020-03-03Initial support for PGP decryption & signaturesDrew DeVault
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