<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/commands/msgview, branch 0.2.1</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>Make :pipe command more generic</title>
<updated>2019-07-05T16:21:12+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-07-05T16:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=363aab5cc19135599cae93f6c9c7abcd23c111c9'/>
<id>363aab5cc19135599cae93f6c9c7abcd23c111c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>commands/msgview: add open command</title>
<updated>2019-06-17T18:52:52+00:00</updated>
<author>
<name>Réouven Assouly</name>
<email>reouvenassouly@yahoo.fr</email>
</author>
<published>2019-06-16T20:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=ce475e4952fe182a15d8897c3cd94f59df4b64e1'/>
<id>ce475e4952fe182a15d8897c3cd94f59df4b64e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make part encoding checks case insensitive</title>
<updated>2019-06-16T15:24:42+00:00</updated>
<author>
<name>Réouven Assouly</name>
<email>reouvenassouly@yahoo.fr</email>
</author>
<published>2019-06-15T10:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=dfe114b643702b31a4dedc7cfe5b67a798f2e6cd'/>
<id>dfe114b643702b31a4dedc7cfe5b67a798f2e6cd</id>
<content type='text'>
commands/msgview/save and commands/msgview/pipe now use case
insensitive comparisons to determine if the part is encoded as base64
or quoted-printable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commands/msgview/save and commands/msgview/pipe now use case
insensitive comparisons to determine if the part is encoded as base64
or quoted-printable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support directories in path to :save</title>
<updated>2019-06-14T13:48:20+00:00</updated>
<author>
<name>Clayton Craft</name>
<email>clayton@craftyguy.net</email>
</author>
<published>2019-06-11T18:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=e56ceb099e23cf170750758c67f00713bff1cce1'/>
<id>e56ceb099e23cf170750758c67f00713bff1cce1</id>
<content type='text'>
This adds new functionality to :save in the message view for specifying
directories in the path. A new flag, -p, is also added to :save for
automatically creating any directories in the path that do not exist.

If the path ends in a / (e.g. "Downloads/mail/") or if the path is an
existing directory, the part's file name is the filename from the mail
header for the part. Otherwise, it uses the last element in the path as
the filename (e.g. 'blah.jpg' is the filename if the path is
'Downloads/mail/blah.jpg')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds new functionality to :save in the message view for specifying
directories in the path. A new flag, -p, is also added to :save for
automatically creating any directories in the path that do not exist.

If the path ends in a / (e.g. "Downloads/mail/") or if the path is an
existing directory, the part's file name is the filename from the mail
header for the part. Otherwise, it uses the last element in the path as
the filename (e.g. 'blah.jpg' is the filename if the path is
'Downloads/mail/blah.jpg')
</pre>
</div>
</content>
</entry>
<entry>
<title>commands/msgview: Add next/prev commands</title>
<updated>2019-06-11T13:34:48+00:00</updated>
<author>
<name>Kevin Kuehler</name>
<email>kkuehler@brave.com</email>
</author>
<published>2019-06-11T05:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=9746f4858c6b21673a85a19df3ff8b8e076c36d5'/>
<id>9746f4858c6b21673a85a19df3ff8b8e076c36d5</id>
<content type='text'>
Signed-off-by: Kevin Kuehler &lt;kkuehler@brave.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kevin Kuehler &lt;kkuehler@brave.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>implements ability to view headers in message view</title>
<updated>2019-06-07T13:20:24+00:00</updated>
<author>
<name>Yash Srivastav</name>
<email>yash111998@gmail.com</email>
</author>
<published>2019-06-07T08:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=b83e7c9fa6a0d187a0f20d98d522cff792053cdd'/>
<id>b83e7c9fa6a0d187a0f20d98d522cff792053cdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add :save and :pipe commands to viewer</title>
<updated>2019-05-27T13:37:07+00:00</updated>
<author>
<name>Galen Abell</name>
<email>galen@galenabell.com</email>
</author>
<published>2019-05-26T21:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=28fc9fa53da1449498392f83d63a8502a5a958a3'/>
<id>28fc9fa53da1449498392f83d63a8502a5a958a3</id>
<content type='text'>
* :save takes a path and saves the current message part to that location
* :pipe is the same as pipe on the account page, but uses the current
  message part rather than the whole email (ie :pipe gzip -d)
* Refactored account:pipe and extracted common pipe code to
  commands.util.QuickTerm
* Added helper command aerc.PushError
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* :save takes a path and saves the current message part to that location
* :pipe is the same as pipe on the account page, but uses the current
  message part rather than the whole email (ie :pipe gzip -d)
* Refactored account:pipe and extracted common pipe code to
  commands.util.QuickTerm
* Added helper command aerc.PushError
</pre>
</div>
</content>
</entry>
</feed>
