Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release version 0.6.00.6.0 | Robin Jarry | 2021-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Jarry <robin@jarry.cc> | ||||
* | Makefile: use git version string if we can | Reto Brunner | 2021-02-07 | 1 | -0/+6 |
| | | | | | | | Some packagers overwrote the version we embed in aerc, we really don't want that. Hence we force clear the variable at the beginning of the makefile. If git is available and returns a useful info we now use that version instead of the hardcoded version | ||||
* | Make makefile compatible with 3.81 (default MacOS) | y0ast | 2020-12-24 | 1 | -1/+1 |
| | | | | Enables using the makefile with mac default make. | ||||
* | version bump: 0.5.20.5.2 | Reto Brunner | 2020-11-14 | 1 | -1/+1 |
| | |||||
* | makefile: add debug target | Reto Brunner | 2020-11-13 | 1 | -1/+5 |
| | |||||
* | update the makefile version0.5.1 | Reto Brunner | 2020-11-10 | 1 | -1/+1 |
| | |||||
* | Makefile: remove aerc-stylesets upon uninstall | JD | 2020-09-27 | 1 | -0/+1 |
| | |||||
* | Implement style configuration. | Kalyan Sriram | 2020-08-06 | 1 | -2/+5 |
| | | | | | | Introduce the ability to configure stylesets, allowing customization of aerc's look (color scheme, font weight, etc). Default styleset is installed to /path/to/aerc/stylesets/default. | ||||
* | Revert "Implement style configuration." | Reto Brunner | 2020-07-30 | 1 | -5/+2 |
| | | | | This reverts commit 1ff687ca2b0821c2cacc1fa725abb3302d2af9da. | ||||
* | Implement style configuration. | Kalyan Sriram | 2020-07-30 | 1 | -2/+5 |
| | | | | | | Introduce the ability to configure stylesets, allowing customization of aerc's look (color scheme, font weight, etc). Default styleset is installed to /path/to/aerc/stylesets/default. | ||||
* | Fix usage of DESTDIR | Ben Fiedler | 2020-07-05 | 1 | -42/+41 |
| | | | | | | | It should only be used when installing/uninstalling according to the GNU spec. Closes: https://todo.sr.ht/~sircmpwn/aerc2/418 | ||||
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 1 | -5/+2 |
| | | | | This reverts commit 0f78f06610c0e8887aba2ae50e99b86477a384b3. | ||||
* | Add Style configuration | Reto Brunner | 2020-05-27 | 1 | -2/+5 |
| | | | | | | | | | | The following functionalities are added to configure aerc ui styles. - Read stylesets from file with very basic fnmatch wildcard matching - Add default styleset - Support different stylesets as part of UiConfig allowing contextual styles. - Move widgets/ui elements to use the stylesets. - Add configuration manual for the styleset | ||||
* | Update version to 0.4.00.4.0 | Drew DeVault | 2020-05-19 | 1 | -1/+1 |
| | |||||
* | Add missing man pages to uninstall target in Makefile | Ariel Popper | 2019-12-24 | 1 | -0/+2 |
| | |||||
* | fix make install directiories permissions | Leszek Cimała | 2019-12-07 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | Update version to 0.3.00.3.0 | Drew DeVault | 2019-11-21 | 1 | -1/+1 |
| | |||||
* | Install aerc-templates | Srivathsan Murali | 2019-11-19 | 1 | -0/+1 |
| | |||||
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | + 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. | ||||
* | extract search criteria parsing into the backends | Reto Brunner | 2019-08-29 | 1 | -0/+2 |
| | |||||
* | Add notmuch docs | Reto Brunner | 2019-08-08 | 1 | -0/+3 |
| | |||||
* | Update version to 0.2.10.2.1 | Drew DeVault | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Change how VERSION is set in Makefile | Drew DeVault | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Implement sendmail support | Drew DeVault | 2019-07-27 | 1 | -0/+3 |
| | |||||
* | Makefile: Use GO variable to specify compiler path | Kacper Kołodziej | 2019-07-23 | 1 | -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 docs | Ben Burwell | 2019-07-12 | 1 | -0/+3 |
| | |||||
* | Move contrib -> filters | Drew DeVault | 2019-06-27 | 1 | -3/+3 |
| | |||||
* | Makefile: fix -ldflags -X invocation | Reto Brunner | 2019-06-19 | 1 | -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 version | Drew DeVault | 2019-06-18 | 1 | -0/+4 |
| | |||||
* | Add uninstall target to Makefile | Lyle Hanson | 2019-06-14 | 1 | -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 Makefile | Drew DeVault | 2019-06-07 | 1 | -2/+2 |
| | |||||
* | Added config file to Make clean0.1.1 | Jonas Kalderstam | 2019-06-04 | 1 | -1/+1 |
| | | | | | Config file will be incorrect if make is run with different values for PREFIX otherwise. | ||||
* | Fix Makefile for non-GNU find | rage 311 | 2019-06-03 | 1 | -1/+1 |
| | | | | derp | ||||
* | Remove more GNU-isms from Makefile | Sam Whited | 2019-06-01 | 1 | -11/+18 |
| | | | | Signed-off-by: Sam Whited <sam@samwhited.com> | ||||
* | Remove "wildcard" GNU-ism from Makefile | Sam Whited | 2019-05-30 | 1 | -15/+2 |
| | | | | Signed-off-by: Sam Whited <sam@samwhited.com> | ||||
* | Implement :edit in compose screen | Drew DeVault | 2019-05-26 | 1 | -1/+7 |
| | |||||
* | Subsitute prefix in aerc.conf for install | Drew DeVault | 2019-05-26 | 1 | -4/+17 |
| | |||||
* | Makefile: Minor improvements, usage of $@ and $(RM) | Stefan Tatschner | 2019-05-22 | 1 | -2/+2 |
| | |||||
* | Correct typo in Makefile | Drew DeVault | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | Install $(MANDIR)/man7 | Drew DeVault | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | Install aerc-tutorial man page with make install | Drew DeVault | 2019-05-22 | 1 | -0/+1 |
| | |||||
* | Install default configs to XDG config if not found | Drew DeVault | 2019-05-22 | 1 | -9/+13 |
| | |||||
* | Add GOFLAGS variable to Makefile | Drew DeVault | 2019-05-22 | 1 | -1/+3 |
| | |||||
* | Implement opening tutorial after account wizard | Drew DeVault | 2019-05-22 | 1 | -1/+5 |
| | |||||
* | Install filters to /usr/share/aerc/filters | Drew DeVault | 2019-05-17 | 1 | -1/+9 |
| | |||||
* | Add install target to Makefile | Drew DeVault | 2019-05-17 | 1 | -2/+12 |
| | |||||
* | Add man pages | Drew DeVault | 2019-05-17 | 1 | -0/+26 |
| | |||||
* | Switch to vgo | Drew DeVault | 2018-03-02 | 1 | -24/+0 |
| | |||||
* | Make Makefile more POSIXly portable | Drew DeVault | 2018-02-13 | 1 | -2/+2 |
| | | | | This breaks out of tree builds though | ||||
* | Load UI configuration | Drew DeVault | 2018-01-09 | 1 | -1/+1 |
| |