summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-02-27mk: rebuild if goflags or ldflags have changedRobin Jarry
Running make with different values for GOFLAGS or VERSION does not cause aerc to be rebuilt whereas it should. Write the go build command line into a file and force aerc to be rebuilt if the command line has changed. Use the BSD make compatible != operator to run the command. This operator is also available in GNU make since version 4.0. Link: https://git.savannah.gnu.org/cgit/make.git/commit/?id=b34438bee83ee Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Koni Marti <koni.marti@gmail.com>
2022-02-19config: do not hardcode sharedirRobin Jarry
Instead of using a static SHAREDIR at compile time, use a list of standard paths to use at runtime for templates, config files and stylesets. This implies removing all default filters in the default configuration. Replace them with basic commands. New users can configure the filters as they wish. Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-02-02mk: use debug to generate a non-optimized binaryRobin Jarry
Do not use this to run the debugger. Instead, build a non-optimized binary and display what command should be executed to attach to a running program. Signed-off-by: Robin Jarry <robin@jarry.cc>
2019-05-26Subsitute prefix in aerc.conf for installDrew DeVault
2019-05-22Implement opening tutorial after account wizardDrew DeVault
2019-05-17Add man pagesDrew DeVault
2019-01-13Initialize worker in account widgetDrew DeVault
2018-03-02Switch to vgoDrew DeVault
2018-01-31Improve loggingDrew DeVault
2018-01-09Initial commitDrew DeVault