<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/completer, branch shivesh</title>
<subtitle>A pretty good email client (shivesh branch)</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/'/>
<entry>
<title>Strip trailing newline from address book entries without names</title>
<updated>2020-01-09T19:32:22+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2020-01-09T14:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=598e39f523024ae36bd94c2fbee87cf13165c78e'/>
<id>598e39f523024ae36bd94c2fbee87cf13165c78e</id>
<content type='text'>
When the list of completions from the external command doesn't have
associated contact names, the email address we attempt to parse was
being terminated with a newline. Now, we strip the trailing newline if
present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the list of completions from the external command doesn't have
associated contact names, the email address we attempt to parse was
being terminated with a newline. Now, we strip the trailing newline if
present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle MIME encoded addresses in address book</title>
<updated>2019-12-30T20:31:16+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2019-12-30T14:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=0c9f59bad49d5b7073efd1acd7c0299a02b25509'/>
<id>0c9f59bad49d5b7073efd1acd7c0299a02b25509</id>
<content type='text'>
When addresses contain special characters, net/mail MIME-encodes them
to a valid RFC 5322 address for use in headers. However, these are not
pleasant for human consumption, so we decode them for use in the
completion list. Aerc properly encodes addresses when the message is
sent.

This patch also removes surrounding white space from contact names, if
present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When addresses contain special characters, net/mail MIME-encodes them
to a valid RFC 5322 address for use in headers. However, these are not
pleasant for human consumption, so we decode them for use in the
completion list. Aerc properly encodes addresses when the message is
sent.

This patch also removes surrounding white space from contact names, if
present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add address book completion in composer</title>
<updated>2019-12-21T14:23:22+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2019-12-20T18:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=fad375c673e7bab4b01bbe6a774fae460ce62b86'/>
<id>fad375c673e7bab4b01bbe6a774fae460ce62b86</id>
<content type='text'>
Complete email address fields in the message composer with an external
address book command, compatible with mutt's query_cmd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Complete email address fields in the message composer with an external
address book command, compatible with mutt's query_cmd.
</pre>
</div>
</content>
</entry>
</feed>
