<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/worker, 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>notmuch: emit dirinfo upon label change</title>
<updated>2020-03-01T10:58:39+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-03-01T10:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=979da6d6f7cf9e20c06607c9b7fd5e1ee085ef57'/>
<id>979da6d6f7cf9e20c06607c9b7fd5e1ee085ef57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the dirInfoUpdateRequest functionality</title>
<updated>2020-02-29T18:16:33+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-02-29T13:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=f3dbecaaea16fe8956af2bbd29472243f0496995'/>
<id>f3dbecaaea16fe8956af2bbd29472243f0496995</id>
<content type='text'>
The notmuch worker followed suit in handling the dirInfo submission manually.
That removes the last user so we might as well remove the functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The notmuch worker followed suit in handling the dirInfo submission manually.
That removes the last user so we might as well remove the functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>notmuch: align dirInfo logic to the maildir worker</title>
<updated>2020-02-29T18:16:33+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-02-29T13:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=fb2df7e1694a99c8c74e931453aa863125e208f2'/>
<id>fb2df7e1694a99c8c74e931453aa863125e208f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Update DirectoryInfo handling for maildir</title>
<updated>2020-02-28T14:26:17+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2020-02-28T00:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=01c96e78dfe88056e0e6ff4155354f7a985c9af9'/>
<id>01c96e78dfe88056e0e6ff4155354f7a985c9af9</id>
<content type='text'>
This ensures that the directory info is up to date on events in the
maildir worker. This also sets up the initial dirinfo for other
directories and updates them when using built-in commands.

FS events are still only watched for the selected directory. This should
be changed in a future patch to watch other directories too in order to
cover UI updates for folders when an event occurs in a non-selected
folder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that the directory info is up to date on events in the
maildir worker. This also sets up the initial dirinfo for other
directories and updates them when using built-in commands.

FS events are still only watched for the selected directory. This should
be changed in a future patch to watch other directories too in order to
cover UI updates for folders when an event occurs in a non-selected
folder.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make search more lenient</title>
<updated>2020-02-26T20:46:35+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2020-02-26T20:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=d6696f34b83044d4b9e7e714e75b8ff02d54cbc0'/>
<id>d6696f34b83044d4b9e7e714e75b8ff02d54cbc0</id>
<content type='text'>
When we fail to read a single message we don't need to fail the whole
search, just log the error and we can still get results back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we fail to read a single message we don't need to fail the whole
search, just log the error and we can still get results back.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing notmuch build tags</title>
<updated>2020-02-26T20:46:31+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2020-02-26T19:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=00ed2ef06a9bfb35d05c33948cbd93c03153636a'/>
<id>00ed2ef06a9bfb35d05c33948cbd93c03153636a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure new directory exists before unwatching old</title>
<updated>2020-02-25T21:36:37+00:00</updated>
<author>
<name>Galen Abell</name>
<email>galen@galenabell.com</email>
</author>
<published>2020-02-25T21:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=5ba1569734be25f5f696b85c79788392a12bb0a3'/>
<id>5ba1569734be25f5f696b85c79788392a12bb0a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/msgstore: debounce directoryUpdateRequests</title>
<updated>2020-02-25T16:05:26+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-02-24T19:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=5dd0f454c197ccbce369ee88d47d5be8cd5e8265'/>
<id>5dd0f454c197ccbce369ee88d47d5be8cd5e8265</id>
<content type='text'>
Apparently sending an event for every incoming messageInfo slows down
the application significantly.

Therefore this slows down the emmision rate, on the cost of being out of date
in some cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently sending an event for every incoming messageInfo slows down
the application significantly.

Therefore this slows down the emmision rate, on the cost of being out of date
in some cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>notmuch: refresh dirlist in background</title>
<updated>2020-02-16T15:41:19+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-02-15T13:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=78dd043057af9ccf82d1d7ea1f316f2d55b769c2'/>
<id>78dd043057af9ccf82d1d7ea1f316f2d55b769c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
