<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/commands/msg, 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>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>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>Move select functionality from msglist to msgstore</title>
<updated>2019-06-11T13:34:36+00:00</updated>
<author>
<name>Kevin Kuehler</name>
<email>kkuehler@brave.com</email>
</author>
<published>2019-06-11T05:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=32f970e0531a0811392d2836773870acf649cf26'/>
<id>32f970e0531a0811392d2836773870acf649cf26</id>
<content type='text'>
Remove msglist Next and Prev commands

Signed-off-by: Kevin Kuehler &lt;kkuehler@brave.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove msglist Next and Prev commands

Signed-off-by: Kevin Kuehler &lt;kkuehler@brave.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>commands/msg/archive: Work with msgviwer</title>
<updated>2019-06-11T13:18:51+00:00</updated>
<author>
<name>Kevin Kuehler</name>
<email>kkuehler@brave.com</email>
</author>
<published>2019-06-11T05:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=d1df7103280ef488434b103e5e9e3129c407e5b6'/>
<id>d1df7103280ef488434b103e5e9e3129c407e5b6</id>
<content type='text'>
Inside the generic msg command we cannot use aerc.SelectedAccount()
because the method naively assumes the current tab is an AccountView.
Use the ProvidesMessage interface instead.

Signed-off-by: Kevin Kuehler &lt;kkuehler@brave.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inside the generic msg command we cannot use aerc.SelectedAccount()
because the method naively assumes the current tab is an AccountView.
Use the ProvidesMessage interface instead.

Signed-off-by: Kevin Kuehler &lt;kkuehler@brave.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix :copy arg handling</title>
<updated>2019-06-09T23:14:04+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-09T23:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=57471a0e67feb37aff1ab5aeb3f2712ea327fa55'/>
<id>57471a0e67feb37aff1ab5aeb3f2712ea327fa55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix :move command's arg parsing</title>
<updated>2019-06-09T22:29:21+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-09T22:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=c55223106dc68a330bef4fde55260fb4502eeb4e'/>
<id>c55223106dc68a330bef4fde55260fb4502eeb4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update reply to use getopt posix optind format</title>
<updated>2019-06-09T19:50:50+00:00</updated>
<author>
<name>Clayton Craft</name>
<email>clayton@craftyguy.net</email>
</author>
<published>2019-06-08T18:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=f5a4d935ef26ee7e7c0e4cabd840a759c6b132bf'/>
<id>f5a4d935ef26ee7e7c0e4cabd840a759c6b132bf</id>
<content type='text'>
This changes the handling of optind for the 'reply' command to match
recent changes to getopt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the handling of optind for the 'reply' command to match
recent changes to getopt.
</pre>
</div>
</content>
</entry>
</feed>
