Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-24 | Add missing man pages to uninstall target in Makefile | Ariel Popper | |
2019-12-07 | fix make install directiories permissions | Leszek 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-21 | Update version to 0.3.00.3.0 | Drew DeVault | |
2019-11-19 | Install aerc-templates | Srivathsan Murali | |
2019-11-10 | Add Templates with Parsing | Srivathsan 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-29 | extract search criteria parsing into the backends | Reto Brunner | |
2019-08-08 | Add notmuch docs | Reto Brunner | |
2019-07-29 | Update version to 0.2.10.2.1 | Drew DeVault | |
2019-07-29 | Change how VERSION is set in Makefile | Drew DeVault | |
2019-07-27 | Implement sendmail support | Drew DeVault | |
2019-07-23 | Makefile: Use GO variable to specify compiler path | Kacper 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-12 | Add maildir docs | Ben Burwell | |
2019-06-27 | Move contrib -> filters | Drew DeVault | |
2019-06-19 | Makefile: fix -ldflags -X invocation | Reto 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-18 | Add aerc -v to print the installed version | Drew DeVault | |
2019-06-14 | Add uninstall target to Makefile | Lyle Hanson | |
Also removes leftover directories if there isn't anything else in them. https://todo.sr.ht/~sircmpwn/aerc2/179 | |||
2019-06-07 | Update filter names in Makefile | Drew DeVault | |
2019-06-04 | Added config file to Make clean0.1.1 | Jonas Kalderstam | |
Config file will be incorrect if make is run with different values for PREFIX otherwise. | |||
2019-06-03 | Fix Makefile for non-GNU find | rage 311 | |
derp | |||
2019-06-01 | Remove more GNU-isms from Makefile | Sam Whited | |
Signed-off-by: Sam Whited <sam@samwhited.com> | |||
2019-05-30 | Remove "wildcard" GNU-ism from Makefile | Sam Whited | |
Signed-off-by: Sam Whited <sam@samwhited.com> | |||
2019-05-26 | Implement :edit in compose screen | Drew DeVault | |
2019-05-26 | Subsitute prefix in aerc.conf for install | Drew DeVault | |
2019-05-22 | Makefile: Minor improvements, usage of $@ and $(RM) | Stefan Tatschner | |
2019-05-22 | Correct typo in Makefile | Drew DeVault | |
2019-05-22 | Install $(MANDIR)/man7 | Drew DeVault | |
2019-05-22 | Install aerc-tutorial man page with make install | Drew DeVault | |
2019-05-22 | Install default configs to XDG config if not found | Drew DeVault | |
2019-05-22 | Add GOFLAGS variable to Makefile | Drew DeVault | |
2019-05-22 | Implement opening tutorial after account wizard | Drew DeVault | |
2019-05-17 | Install filters to /usr/share/aerc/filters | Drew DeVault | |
2019-05-17 | Add install target to Makefile | Drew DeVault | |
2019-05-17 | Add man pages | Drew DeVault | |
2018-03-02 | Switch to vgo | Drew DeVault | |
2018-02-13 | Make Makefile more POSIXly portable | Drew DeVault | |
This breaks out of tree builds though | |||
2018-01-09 | Load UI configuration | Drew DeVault | |
2018-01-09 | Initial commit | Drew DeVault | |