<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/Makefile, branch 0.2.1</title>
<subtitle>Mirror of https://git.sr.ht/~sircmpwn/aerc
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/'/>
<entry>
<title>Update version to 0.2.1</title>
<updated>2019-07-29T20:24:09+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-07-29T20:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=23444e6c78188997fb23dcad587419bc016bcc3d'/>
<id>23444e6c78188997fb23dcad587419bc016bcc3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how VERSION is set in Makefile</title>
<updated>2019-07-29T20:23:05+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-07-29T20:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=72e6802266968038643b5ad0fcece8bba8048b11'/>
<id>72e6802266968038643b5ad0fcece8bba8048b11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement sendmail support</title>
<updated>2019-07-27T15:19:49+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-07-27T15:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=48758136c03b89757f7df1dd26331169c3d4ca02'/>
<id>48758136c03b89757f7df1dd26331169c3d4ca02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Use GO variable to specify compiler path</title>
<updated>2019-07-23T14:41:15+00:00</updated>
<author>
<name>Kacper Kołodziej</name>
<email>kacper@kolodziej.it</email>
</author>
<published>2019-07-20T09:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=6c0f228451c171f4901fa214dd8252d2b22bceaa'/>
<id>6c0f228451c171f4901fa214dd8252d2b22bceaa</id>
<content type='text'>
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 &lt;kacper@kolodziej.it&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;kacper@kolodziej.it&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add maildir docs</title>
<updated>2019-07-12T15:26:39+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2019-07-11T13:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=7a26b48c228ef59287847e7540b1cf19eacd6070'/>
<id>7a26b48c228ef59287847e7540b1cf19eacd6070</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move contrib -&gt; filters</title>
<updated>2019-06-27T13:32:46+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-27T13:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=177651bddab145c8a56cdfeb0d57b5fd95a6d0e2'/>
<id>177651bddab145c8a56cdfeb0d57b5fd95a6d0e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: fix -ldflags -X invocation</title>
<updated>2019-06-19T19:48:13+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-06-19T19:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=90db2e54b0150d92e29b939d3cc89ff9c5dd39d4'/>
<id>90db2e54b0150d92e29b939d3cc89ff9c5dd39d4</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add aerc -v to print the installed version</title>
<updated>2019-06-18T13:50:06+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-18T13:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=74af57b6c617382ed0e8cd79626cac98ffc2e549'/>
<id>74af57b6c617382ed0e8cd79626cac98ffc2e549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add uninstall target to Makefile</title>
<updated>2019-06-14T13:56:54+00:00</updated>
<author>
<name>Lyle Hanson</name>
<email>lyle2.0@gmail.com</email>
</author>
<published>2019-06-11T19:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=d3b5a76b4a8ad839991cb686711a0c0d24536d5e'/>
<id>d3b5a76b4a8ad839991cb686711a0c0d24536d5e</id>
<content type='text'>
Also removes leftover directories if there isn't anything else in them.

https://todo.sr.ht/~sircmpwn/aerc2/179
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also removes leftover directories if there isn't anything else in them.

https://todo.sr.ht/~sircmpwn/aerc2/179
</pre>
</div>
</content>
</entry>
<entry>
<title>Update filter names in Makefile</title>
<updated>2019-06-07T16:05:05+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-07T16:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=74d4c0219dae9cee9eca9d6ea6b1988661b0f886'/>
<id>74d4c0219dae9cee9eca9d6ea6b1988661b0f886</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
