<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/lib, branch threading</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>Add thread deletion</title>
<updated>2019-10-13T00:58:10+00:00</updated>
<author>
<name>Kevin Kuehler</name>
<email>keur@xcf.berkeley.edu</email>
</author>
<published>2019-10-10T22:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=287bf609554c5b0e9d82f28e89f6ca988b8fd452'/>
<id>287bf609554c5b0e9d82f28e89f6ca988b8fd452</id>
<content type='text'>
Signed-off-by: Kevin Kuehler &lt;keur@xcf.berkeley.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kevin Kuehler &lt;keur@xcf.berkeley.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add threading control path to msglist.Draw()</title>
<updated>2019-10-13T00:58:06+00:00</updated>
<author>
<name>Kevin Kuehler</name>
<email>keur@xcf.berkeley.edu</email>
</author>
<published>2019-10-10T22:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=baa8813dcc1bf4dbd18763df9ee654472ae0e433'/>
<id>baa8813dcc1bf4dbd18763df9ee654472ae0e433</id>
<content type='text'>
Signed-off-by: Kevin Kuehler &lt;keur@xcf.berkeley.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kevin Kuehler &lt;keur@xcf.berkeley.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/msgstore: Handle DirectoryThreaded msg</title>
<updated>2019-10-13T00:58:02+00:00</updated>
<author>
<name>Kevin Kuehler</name>
<email>keur@xcf.berkeley.edu</email>
</author>
<published>2019-10-10T22:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=77c1a1714448092c2355eb1cc046f1939b46c5e4'/>
<id>77c1a1714448092c2355eb1cc046f1939b46c5e4</id>
<content type='text'>
This method is called after a worker fetches a threaded directory
contents from the backend. We iterate over the threads in the same order
that they will be printed in the msglist.

Signed-off-by: Kevin Kuehler &lt;keur@xcf.berkeley.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This method is called after a worker fetches a threaded directory
contents from the backend. We iterate over the threads in the same order
that they will be printed in the msglist.

Signed-off-by: Kevin Kuehler &lt;keur@xcf.berkeley.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Start adding thread support</title>
<updated>2019-10-13T00:56:39+00:00</updated>
<author>
<name>Kevin Kuehler</name>
<email>keur@xcf.berkeley.edu</email>
</author>
<published>2019-10-10T22:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=8cb4a9d751d1497e1059fedb03964bc9e56e5c06'/>
<id>8cb4a9d751d1497e1059fedb03964bc9e56e5c06</id>
<content type='text'>
* Add threading-enabled config option
* Add DirectoryThreaded and FetchDirectoryThreaded types to control path
* Add generic thread type for all backends to use

Signed-off-by: Kevin Kuehler &lt;keur@xcf.berkeley.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add threading-enabled config option
* Add DirectoryThreaded and FetchDirectoryThreaded types to control path
* Add generic thread type for all backends to use

Signed-off-by: Kevin Kuehler &lt;keur@xcf.berkeley.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Show spinner when fetching contents"</title>
<updated>2019-10-09T23:57:53+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-10-09T23:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=f1b365dfc30b7253f3baea270ebcc8d1fb754db9'/>
<id>f1b365dfc30b7253f3baea270ebcc8d1fb754db9</id>
<content type='text'>
This reverts commit 1339faf7881f33762c6e0a4915404e362fc51de1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1339faf7881f33762c6e0a4915404e362fc51de1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve sorting order in search results</title>
<updated>2019-10-09T23:46:43+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2019-10-02T16:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=d3379dd7f0d2e5caffeda4a97fc72649421cccca'/>
<id>d3379dd7f0d2e5caffeda4a97fc72649421cccca</id>
<content type='text'>
This ensures that the search results follow the order of the current
sort so that cycling throught the results proceeds in displayed order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that the search results follow the order of the current
sort so that cycling throught the results proceeds in displayed order.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show spinner when fetching contents</title>
<updated>2019-10-09T23:46:43+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2019-10-02T10:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=1339faf7881f33762c6e0a4915404e362fc51de1'/>
<id>1339faf7881f33762c6e0a4915404e362fc51de1</id>
<content type='text'>
The spinner should be shown when fetching the contents as we don't know
at that point whether there are some messages or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The spinner should be shown when fetching the contents as we don't know
at that point whether there are some messages or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Print success to socket if no error was thrown</title>
<updated>2019-09-29T16:36:34+00:00</updated>
<author>
<name>Heiko Carrasco</name>
<email>me@miterion.de</email>
</author>
<published>2019-09-29T11:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=70c16fc34609893eadabd9a31adb4396931552a5'/>
<id>70c16fc34609893eadabd9a31adb4396931552a5</id>
<content type='text'>
When Reto Brunners patch is applied (which works really well for me), the user gets to see the message
returned by AercServer. Since this is nil if no errors were thrown it
prints "result: &lt;nil&gt;" to the cmd. This patch fixes that by just
returning success instead of the error message when err != nil.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When Reto Brunners patch is applied (which works really well for me), the user gets to see the message
returned by AercServer. Since this is nil if no errors were thrown it
prints "result: &lt;nil&gt;" to the cmd. This patch fixes that by just
returning success instead of the error message when err != nil.
</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>Focus new tab after remove</title>
<updated>2019-09-18T23:20:49+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2019-09-16T16:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=0ce1d42bda406a1d7c83df462206f435a841a809'/>
<id>0ce1d42bda406a1d7c83df462206f435a841a809</id>
<content type='text'>
After removing a tab we should focus the newly selected tab if it is
Interactive. This ensures things like the terminal get drawn properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After removing a tab we should focus the newly selected tab if it is
Interactive. This ensures things like the terminal get drawn properly.
</pre>
</div>
</content>
</entry>
</feed>
