aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2019-12-24Add missing man pages to uninstall target in MakefileAriel Popper
2019-12-07fix make install directiories permissionsLeszek Cimała
Hi everyone! On my system I have strict umask set, so make install creates them unreadable by non-root. This trivial fix ensures, that directories are created as expected. Leszek
2019-11-21Update version to 0.3.00.3.0Drew DeVault
2019-11-19Install aerc-templatesSrivathsan Murali
2019-11-10Add Templates with ParsingSrivathsan Murali
+ Changes NewComposer to return error. + Add lib to handle templates using "text/template". + Add -T option to following commands - compose. - reply - forward + Quoted replies using templates. + Forwards as body using templates + Default templates are installed similar to filters. + Templates Config in aerc.conf. - Required templates are parsed while loading config. + Add aerc-templates.7 manual for using template data.
2019-08-29extract search criteria parsing into the backendsReto Brunner
2019-08-08Add notmuch docsReto Brunner
2019-07-29Update version to 0.2.10.2.1Drew DeVault
2019-07-29Change how VERSION is set in MakefileDrew DeVault
2019-07-27Implement sendmail supportDrew DeVault
2019-07-23Makefile: Use GO variable to specify compiler pathKacper Kołodziej
It is useful when somebody has different Go versions across one system and first go in $PATH points to version older than 1.12 (common in stable distributions). Signed-off-by: Kacper Kołodziej <kacper@kolodziej.it>
2019-07-12Add maildir docsBen Burwell
2019-06-27Move contrib -> filtersDrew DeVault
2019-06-19Makefile: fix -ldflags -X invocationReto Brunner
Aerc uses the go linker to add some variables like main.Prefix / main.ShareDir etc. however the go linker only considers the last -ldflags invocation it seems. This commit fixes the makefile to use only a single -ldflags invocation, which again sets the vars as expected.
2019-06-18Add aerc -v to print the installed versionDrew DeVault
2019-06-14Add uninstall target to MakefileLyle Hanson
Also removes leftover directories if there isn't anything else in them. https://todo.sr.ht/~sircmpwn/aerc2/179
2019-06-07Update filter names in MakefileDrew DeVault
2019-06-04Added config file to Make clean0.1.1Jonas Kalderstam
Config file will be incorrect if make is run with different values for PREFIX otherwise.
2019-06-03Fix Makefile for non-GNU findrage 311
derp
2019-06-01Remove more GNU-isms from MakefileSam Whited
Signed-off-by: Sam Whited <sam@samwhited.com>
2019-05-30Remove "wildcard" GNU-ism from MakefileSam Whited
Signed-off-by: Sam Whited <sam@samwhited.com>
2019-05-26Implement :edit in compose screenDrew DeVault
2019-05-26Subsitute prefix in aerc.conf for installDrew DeVault
2019-05-22Makefile: Minor improvements, usage of $@ and $(RM)Stefan Tatschner
2019-05-22Correct typo in MakefileDrew DeVault
2019-05-22Install $(MANDIR)/man7Drew DeVault
2019-05-22Install aerc-tutorial man page with make installDrew DeVault
2019-05-22Install default configs to XDG config if not foundDrew DeVault
2019-05-22Add GOFLAGS variable to MakefileDrew DeVault
2019-05-22Implement opening tutorial after account wizardDrew DeVault
2019-05-17Install filters to /usr/share/aerc/filtersDrew DeVault
2019-05-17Add install target to MakefileDrew DeVault
2019-05-17Add man pagesDrew DeVault
2018-03-02Switch to vgoDrew DeVault
2018-02-13Make Makefile more POSIXly portableDrew DeVault
This breaks out of tree builds though
2018-01-09Load UI configurationDrew DeVault
2018-01-09Initial commitDrew DeVault