about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* extract search criteria parsing into the backendsReto Brunner2019-08-291-0/+2
|
* Add notmuch docsReto Brunner2019-08-081-0/+3
|
* Update version to 0.2.1 0.2.1Drew DeVault2019-07-291-1/+1
|
* Change how VERSION is set in MakefileDrew DeVault2019-07-291-1/+1
|
* Implement sendmail supportDrew DeVault2019-07-271-0/+3
|
* Makefile: Use GO variable to specify compiler pathKacper Kołodziej2019-07-231-1/+2
| | | | | | | | 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>
* Add maildir docsBen Burwell2019-07-121-0/+3
|
* Move contrib -> filtersDrew DeVault2019-06-271-3/+3
|
* Makefile: fix -ldflags -X invocationReto Brunner2019-06-191-3/+3
| | | | | | | | 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.
* Add aerc -v to print the installed versionDrew DeVault2019-06-181-0/+4
|
* Add uninstall target to MakefileLyle Hanson2019-06-141-1/+20
| | | | | | Also removes leftover directories if there isn't anything else in them. https://todo.sr.ht/~sircmpwn/aerc2/179
* Update filter names in MakefileDrew DeVault2019-06-071-2/+2
|
* Added config file to Make clean 0.1.1Jonas Kalderstam2019-06-041-1/+1
| | | | | Config file will be incorrect if make is run with different values for PREFIX otherwise.
* Fix Makefile for non-GNU findrage 3112019-06-031-1/+1
| | | | derp
* Remove more GNU-isms from MakefileSam Whited2019-06-011-11/+18
| | | | Signed-off-by: Sam Whited <sam@samwhited.com>
* Remove "wildcard" GNU-ism from MakefileSam Whited2019-05-301-15/+2
| | | | Signed-off-by: Sam Whited <sam@samwhited.com>
* Implement :edit in compose screenDrew DeVault2019-05-261-1/+7
|
* Subsitute prefix in aerc.conf for installDrew DeVault2019-05-261-4/+17
|
* Makefile: Minor improvements, usage of $@ and $(RM)Stefan Tatschner2019-05-221-2/+2
|
* Correct typo in MakefileDrew DeVault2019-05-221-1/+1
|
* Install $(MANDIR)/man7Drew DeVault2019-05-221-1/+1
|
* Install aerc-tutorial man page with make installDrew DeVault2019-05-221-0/+1
|
* Install default configs to XDG config if not foundDrew DeVault2019-05-221-9/+13
|
* Add GOFLAGS variable to MakefileDrew DeVault2019-05-221-1/+3
|
* Implement opening tutorial after account wizardDrew DeVault2019-05-221-1/+5
|
* Install filters to /usr/share/aerc/filtersDrew DeVault2019-05-171-1/+9
|
* Add install target to MakefileDrew DeVault2019-05-171-2/+12
|
* Add man pagesDrew DeVault2019-05-171-0/+26
|
* Switch to vgoDrew DeVault2018-03-021-24/+0
|
* Make Makefile more POSIXly portableDrew DeVault2018-02-131-2/+2
| | | | This breaks out of tree builds though
* Load UI configurationDrew DeVault2018-01-091-1/+1
|
* Initial commitDrew DeVault2018-01-091-0/+24