Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-29 | Print success to socket if no error was thrown | Heiko Carrasco | |
When Reto Brunners patch is applied (which works really well for me), the user gets to see the message returned by AercServer. Since this is nil if no errors were thrown it prints "result: <nil>" to the cmd. This patch fixes that by just returning success instead of the error message when err != nil. | |||
2019-07-29 | Fix test failures | Drew DeVault | |
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 | |