<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/worker/lib, branch master</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>Cleanup sorting logic</title>
<updated>2020-02-29T01:54:14+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2020-02-29T01:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=e8b7b3bcc16329ab9fe402d6629db775f197b73b'/>
<id>e8b7b3bcc16329ab9fe402d6629db775f197b73b</id>
<content type='text'>
There was an unused error value as well as unnecessary usage of the sort
interface. There should now be less copying so a bit better performance
in some cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was an unused error value as well as unnecessary usage of the sort
interface. There should now be less copying so a bit better performance
in some cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>worker/lib/parse: be more tolerant with parsing email addresses</title>
<updated>2020-02-06T19:38:55+00:00</updated>
<author>
<name>Timmy Douglas</name>
<email>mail@timmydouglas.com</email>
</author>
<published>2020-02-01T22:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=8c8096da9728870bd8d39ec22e3fd8d14f44912d'/>
<id>8c8096da9728870bd8d39ec22e3fd8d14f44912d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>maildir/notmuch: don't re-encode readers</title>
<updated>2020-01-05T21:02:46+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-01-04T20:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=da6fb1a1551767609e1d5a97631bdaffdc301f4c'/>
<id>da6fb1a1551767609e1d5a97631bdaffdc301f4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add labels to index format (%g)</title>
<updated>2019-12-27T17:20:29+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-12-23T11:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=63391b7dca09e3f2cf3c4ff903592d23fe8f56a3'/>
<id>63391b7dca09e3f2cf3c4ff903592d23fe8f56a3</id>
<content type='text'>
Exposes the notmuch tags accordingly, stubs it for the maildir worker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exposes the notmuch tags accordingly, stubs it for the maildir worker.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse Reply-To header while parsing envelope</title>
<updated>2019-11-17T18:24:23+00:00</updated>
<author>
<name>Srivathsan Murali</name>
<email>sri@vathsan.com</email>
</author>
<published>2019-11-15T10:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=59c24523af859dfbd2d5d33f46ab8d5c5a347f8f'/>
<id>59c24523af859dfbd2d5d33f46ab8d5c5a347f8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sorting functionality</title>
<updated>2019-09-20T18:56:02+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2019-09-19T22:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=90d26da58a4af2d34328f5916adf3781222966c6'/>
<id>90d26da58a4af2d34328f5916adf3781222966c6</id>
<content type='text'>
There is a command and config option. The criteria are a list of the
sort criterion and each can be individually reversed.

This only includes support for sorting in the maildir backend currently.
The other backends are not supported in this patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a command and config option. The criteria are a list of the
sort criterion and each can be individually reversed.

This only includes support for sorting in the maildir backend currently.
The other backends are not supported in this patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: rewrite references to strings.Index to strings.Contains</title>
<updated>2019-09-05T02:30:57+00:00</updated>
<author>
<name>Wagner Riffel</name>
<email>wgrriffel@gmail.com</email>
</author>
<published>2019-09-03T19:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=baa70469c3b25e1b937c9c2a9e0b16762a227bca'/>
<id>baa70469c3b25e1b937c9c2a9e0b16762a227bca</id>
<content type='text'>
Signed-off-by: Wagner Riffel &lt;wgrriffel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Wagner Riffel &lt;wgrriffel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract message parsing to common worker module</title>
<updated>2019-08-08T01:10:31+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-08-05T07:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=07a4b0fef0c159023a2608532e06b2a3685c0930'/>
<id>07a4b0fef0c159023a2608532e06b2a3685c0930</id>
<content type='text'>
Things like FetchEntityPartReader etc can be reused by most workers
working with raw email files from disk (or any reader for that matter).

This patch extract that common functionality in a separate package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Things like FetchEntityPartReader etc can be reused by most workers
working with raw email files from disk (or any reader for that matter).

This patch extract that common functionality in a separate package.
</pre>
</div>
</content>
</entry>
</feed>
