<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/commands, branch mdps1</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>Factor UI models out of the worker message package</title>
<updated>2019-07-05T02:37:29+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2019-07-05T02:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=b46b497f99d7f4dcba8936ce0ebfe8cf982cec1f'/>
<id>b46b497f99d7f4dcba8936ce0ebfe8cf982cec1f</id>
<content type='text'>
Before, the information needed to display different parts of the UI was
tightly coupled to the specific messages being sent back and forth to
the backend worker. Separating out a models package allows us to be more
specific about exactly what a backend is able to and required to provide
for the UI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, the information needed to display different parts of the UI was
tightly coupled to the specific messages being sent back and forth to
the backend worker. Separating out a models package allows us to be more
specific about exactly what a backend is able to and required to provide
for the UI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused caps string</title>
<updated>2019-07-04T16:33:19+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-07-04T16:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=f9f523ad59491eda08003ce2ccc6d57d7f19ea1e'/>
<id>f9f523ad59491eda08003ce2ccc6d57d7f19ea1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add IMAP folder tab completion</title>
<updated>2019-07-04T15:28:04+00:00</updated>
<author>
<name>Gregory Mullen</name>
<email>greg@cmdline.org</email>
</author>
<published>2019-07-03T16:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=f9d26eef58ce2b9fa1e2443032c17c2ccc6afa36'/>
<id>f9d26eef58ce2b9fa1e2443032c17c2ccc6afa36</id>
<content type='text'>
Credit for this fix goes to Reto; I guess if we're not gonna be mutt
we should probabaly do things correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credit for this fix goes to Reto; I guess if we're not gonna be mutt
we should probabaly do things correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Crash on delete in empty folder (#213)</title>
<updated>2019-07-04T15:08:08+00:00</updated>
<author>
<name>Zach Sisco</name>
<email>zach@zsisco.net</email>
</author>
<published>2019-07-03T01:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=ddd0fa428f0a0e394883cdec2a11c351b70f72a2'/>
<id>ddd0fa428f0a0e394883cdec2a11c351b70f72a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unsubscribe command</title>
<updated>2019-07-04T15:06:14+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2019-07-04T15:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=030f39043628f01b174ebb11595a4e74da95f0b3'/>
<id>030f39043628f01b174ebb11595a4e74da95f0b3</id>
<content type='text'>
The unsubscribe command, available when in a message viewer context,
enables users to easily unsubscribe from mailing lists.

When the command is executed, aerc looks for a List-Unsubscribe header
as defined in RFC 2369. If found, aerc will attempt to present the user
with a suitable interface for completing the request. Currently, mailto
and http(s) URLs are supported. In the case of a HTTP(S) URL, aerc will
open the link in a browser. For mailto links, a new composer tab will be
opened with a message filled out according to the URL. The message is
not sent automatically in order to provide the user a chance to review
it first.

Closes #101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The unsubscribe command, available when in a message viewer context,
enables users to easily unsubscribe from mailing lists.

When the command is executed, aerc looks for a List-Unsubscribe header
as defined in RFC 2369. If found, aerc will attempt to present the user
with a suitable interface for completing the request. Currently, mailto
and http(s) URLs are supported. In the case of a HTTP(S) URL, aerc will
open the link in a browser. For mailto links, a new composer tab will be
opened with a message filled out according to the URL. The message is
not sent automatically in order to provide the user a chance to review
it first.

Closes #101
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "open" instead of "xdg-open" on Darwin systems</title>
<updated>2019-07-04T14:58:33+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2019-07-02T22:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=1bb1a8015659e0cfde45be9fe9440dbb254680cf'/>
<id>1bb1a8015659e0cfde45be9fe9440dbb254680cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement basic tab completion support</title>
<updated>2019-06-29T18:24:19+00:00</updated>
<author>
<name>Gregory Mullen</name>
<email>greg@cmdline.org</email>
</author>
<published>2019-06-27T17:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=2a0961701c4cabecc53d134ed1782e5612e64580'/>
<id>2a0961701c4cabecc53d134ed1782e5612e64580</id>
<content type='text'>
Tab completion currently only works on commands. Contextual completion
will be added in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tab completion currently only works on commands. Contextual completion
will be added in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement :search, :next-result, :prev-result</title>
<updated>2019-06-27T00:50:54+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-27T00:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=91a75cd98b705bd5e6689b154ecaca0e7c81630e'/>
<id>91a75cd98b705bd5e6689b154ecaca0e7c81630e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msgview/save: Use defaultSavePath if no path is provided</title>
<updated>2019-06-25T14:38:55+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-06-25T07:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=ccf5c02c3815efbe3b2e495cbc6eaca9f017aefd'/>
<id>ccf5c02c3815efbe3b2e495cbc6eaca9f017aefd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Cc &amp; Bcc handling in replies</title>
<updated>2019-06-21T18:33:09+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-21T18:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=ceeb30abeb5c55da0f1e54a5cfe06afcf5d9c356'/>
<id>ceeb30abeb5c55da0f1e54a5cfe06afcf5d9c356</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
