<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc, branch 0.2.0</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>Ring bell when new messages arrive</title>
<updated>2019-07-29T19:01:49+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2019-07-29T14:50:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=152f8c9519ac1b7b35c3789b03f3d1cc3b1e8881'/>
<id>152f8c9519ac1b7b35c3789b03f3d1cc3b1e8881</id>
<content type='text'>
Add a "new-message-bell" option to the UI section of aerc.conf. A new
hook into the message store allows the msglist widget to detect new
messages being added to the displayed list. When new messages are
delivered, and the new-message-bell option is enabled (as it is by
default), the terminal will beep.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a "new-message-bell" option to the UI section of aerc.conf. A new
hook into the message store allows the msglist widget to detect new
messages being added to the displayed list. When new messages are
delivered, and the new-message-bell option is enabled (as it is by
default), the terminal will beep.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/msgstore: Fix Select, Next, Prev with filter</title>
<updated>2019-07-29T18:51:39+00:00</updated>
<author>
<name>Kevin Kuehler</name>
<email>keur@ocf.berkeley.edu</email>
</author>
<published>2019-07-28T23:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=2804f000017c0ef6bcaf8d571627fa08784f48ac'/>
<id>2804f000017c0ef6bcaf8d571627fa08784f48ac</id>
<content type='text'>
When filter is active we want to use store.results instead of
store.uids, since we are dealing with a subset of the uids. Otherwise
any methods involving len will have undefined behavior.

Signed-off-by: Kevin Kuehler &lt;keur@ocf.berkeley.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When filter is active we want to use store.results instead of
store.uids, since we are dealing with a subset of the uids. Otherwise
any methods involving len will have undefined behavior.

Signed-off-by: Kevin Kuehler &lt;keur@ocf.berkeley.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Print errors from config load issues.</title>
<updated>2019-07-29T18:51:16+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-07-28T13:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=b812257ba97020e90e7598378b54f737364a1636'/>
<id>b812257ba97020e90e7598378b54f737364a1636</id>
<content type='text'>
Currently we /dev/null stdout, if it is a tty.
The checkConfigPerms function, as well as the error print were incorrectly
writing to stdout and therefore weren't visible to most users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently we /dev/null stdout, if it is a tty.
The checkConfigPerms function, as well as the error print were incorrectly
writing to stdout and therefore weren't visible to most users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sendmail: allow for arbitrary parameters</title>
<updated>2019-07-29T18:51:12+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-07-28T12:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=c81b3eb1cb8f25fb563b7d9ea99814e9ba21c737'/>
<id>c81b3eb1cb8f25fb563b7d9ea99814e9ba21c737</id>
<content type='text'>
Allows the outgoing command to contain arguments and flags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows the outgoing command to contain arguments and flags
</pre>
</div>
</content>
</entry>
<entry>
<title>Add index option to change-tab</title>
<updated>2019-07-27T16:40:28+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2019-07-26T21:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=989730d47000feb297b5fab4e273a9d9b13c5741'/>
<id>989730d47000feb297b5fab4e273a9d9b13c5741</id>
<content type='text'>
This allows selection of a tab using its index. It attempts to parse the
given argument as a number, if it fails then it uses it as a name.

Also supports relative indexes using prefixed + or -.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows selection of a tab using its index. It attempts to parse the
given argument as a number, if it fails then it uses it as a name.

Also supports relative indexes using prefixed + or -.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add :detach command</title>
<updated>2019-07-27T16:37:55+00:00</updated>
<author>
<name>Galen Abell</name>
<email>galen@galenabell.com</email>
</author>
<published>2019-07-27T14:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=0ee7d30187920751c6e79facbd87ebce86d62ec9'/>
<id>0ee7d30187920751c6e79facbd87ebce86d62ec9</id>
<content type='text'>
Add a command for removing attachments from a composed message. Syntax
is :detach [path], with path being an optional argument specifying the
path of one existing attachment. If no path is specified, the first
attachment is removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a command for removing attachments from a composed message. Syntax
is :detach [path], with path being an optional argument specifying the
path of one existing attachment. If no path is specified, the first
attachment is removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix review message not filling entire space</title>
<updated>2019-07-27T16:37:54+00:00</updated>
<author>
<name>Galen Abell</name>
<email>galen@galenabell.com</email>
</author>
<published>2019-07-27T14:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=a669233614d3b4134baabd3325cb64e8f0f2cdeb'/>
<id>a669233614d3b4134baabd3325cb64e8f0f2cdeb</id>
<content type='text'>
Adding an attachment, switching to a different tab, and switching back
to the review message caused the "filled space" in the review message to
disappear, since there was one too many rows in the layout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding an attachment, switching to a different tab, and switching back
to the review message caused the "filled space" in the review message to
disappear, since there was one too many rows in the layout.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing fallthrough</title>
<updated>2019-07-27T16:36:30+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-07-27T16:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=d931bbeff149d603c3210db23aea50dbd3d88d57'/>
<id>d931bbeff149d603c3210db23aea50dbd3d88d57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tcell</title>
<updated>2019-07-27T16:33:59+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-07-27T16:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=84f49e96ce6d0d7011a05a4932461fd97c7daf63'/>
<id>84f49e96ce6d0d7011a05a4932461fd97c7daf63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2019-07-27T16:11:42+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2019-07-27T14:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=974b22c8f1541a79bc38850a955978643e189445'/>
<id>974b22c8f1541a79bc38850a955978643e189445</id>
<content type='text'>
A bug corrupting long In-Reply-To headers has been fixed upstream in
go-message:
https://github.com/emersion/go-message/issues/44
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug corrupting long In-Reply-To headers has been fixed upstream in
go-message:
https://github.com/emersion/go-message/issues/44
</pre>
</div>
</content>
</entry>
</feed>
