<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/lib, branch 0.3.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>Complete the F rune.</title>
<updated>2019-11-17T18:19:20+00:00</updated>
<author>
<name>Srivathsan Murali</name>
<email>sri@vathsan.com</email>
</author>
<published>2019-11-12T11:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=c655afa32bea3208885386cc3e600d19c934dd39'/>
<id>c655afa32bea3208885386cc3e600d19c934dd39</id>
<content type='text'>
%F now shows the auth name or recepient name/address if the
message is from you.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
%F now shows the auth name or recepient name/address if the
message is from you.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UI options to save/pipe messages with unsupported mimetypes</title>
<updated>2019-11-17T18:19:13+00:00</updated>
<author>
<name>Greg Anders</name>
<email>greg@gpanders.com</email>
</author>
<published>2019-11-15T20:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=4bdef7d8609aa2d382fa74018e28ccb176276615'/>
<id>4bdef7d8609aa2d382fa74018e28ccb176276615</id>
<content type='text'>
Adds a message indicating the user's ability to :save or :pipe a message
with an unsupported mimetype and also adds a selector widget (similar to
the tutorial).

The selector widget was previously defined in the account wizard module,
so this commit breaks it out into its own module to allow for re-use.

Further, modify the BeginExLine() function to take an argument that
pre-populates the command line, allowing functions to initiate an ex
command without executing it.

Closes #95.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a message indicating the user's ability to :save or :pipe a message
with an unsupported mimetype and also adds a selector widget (similar to
the tutorial).

The selector widget was previously defined in the account wizard module,
so this commit breaks it out into its own module to allow for re-use.

Further, modify the BeginExLine() function to take an argument that
pre-populates the command line, allowing functions to initiate an ex
command without executing it.

Closes #95.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct capitalization in quoted_reply</title>
<updated>2019-11-10T18:36:25+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-11-10T18:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=08574104bc9ba550153888cfdc4ebf28d500ce56'/>
<id>08574104bc9ba550153888cfdc4ebf28d500ce56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some defaults for template options</title>
<updated>2019-11-10T16:00:21+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-11-10T16:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=cb7d7a043892e9911491c3acc32a36b61d891ea7'/>
<id>cb7d7a043892e9911491c3acc32a36b61d891ea7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Templates with Parsing</title>
<updated>2019-11-10T15:15:49+00:00</updated>
<author>
<name>Srivathsan Murali</name>
<email>sri@vathsan.com</email>
</author>
<published>2019-11-03T12:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=3ba69edab5f0c787424dac9649e43a7743da13ca'/>
<id>3ba69edab5f0c787424dac9649e43a7743da13ca</id>
<content type='text'>
+ Changes NewComposer to return error.
+ Add lib to handle templates using "text/template".
+ Add -T option to following commands
    - compose.
    - reply
    - forward
+ Quoted replies using templates.
+ Forwards as body using templates
+ Default templates are installed similar to filters.
+ Templates Config in aerc.conf.
    - Required templates are parsed while loading config.
+ Add aerc-templates.7 manual for using template data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ Changes NewComposer to return error.
+ Add lib to handle templates using "text/template".
+ Add -T option to following commands
    - compose.
    - reply
    - forward
+ Quoted replies using templates.
+ Forwards as body using templates
+ Default templates are installed similar to filters.
+ Templates Config in aerc.conf.
    - Required templates are parsed while loading config.
+ Add aerc-templates.7 manual for using template data.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/msgstore: fix invalid callback invocation</title>
<updated>2019-10-14T14:38:05+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-10-09T07:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=48a88fe44f617585050e7640a687a82bc5623970'/>
<id>48a88fe44f617585050e7640a687a82bc5623970</id>
<content type='text'>
creating a directory must not invoke the callback, as this is meant for the
completion of the move
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
creating a directory must not invoke the callback, as this is meant for the
completion of the move
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tab refocus on remove</title>
<updated>2019-10-14T14:38:04+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2019-10-10T12:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=03d182ca88329db778e6d271e44b480223f31807'/>
<id>03d182ca88329db778e6d271e44b480223f31807</id>
<content type='text'>
Previously removing a tab would always pop from the history of tabs.
This checks to see if the closing tab is the one selected, if it is then
we use the history, otherwise we only need to change the selected tab if
it was after (to the right of) the closing tab, in which case we just
decrement the selected index.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously removing a tab would always pop from the history of tabs.
This checks to see if the closing tab is the one selected, if it is then
we use the history, otherwise we only need to change the selected tab if
it was after (to the right of) the closing tab, in which case we just
decrement the selected index.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pushing invalid tabs to history</title>
<updated>2019-10-14T14:38:02+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2019-10-10T12:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=2542c65af2c24c94d70e8ab51cc590fe8fc3bd28'/>
<id>2542c65af2c24c94d70e8ab51cc590fe8fc3bd28</id>
<content type='text'>
A tab can now only be pushed onto the history if it is a selectable tab.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A tab can now only be pushed onto the history if it is a selectable tab.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Show spinner when fetching contents"</title>
<updated>2019-10-09T23:57:53+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-10-09T23:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=f1b365dfc30b7253f3baea270ebcc8d1fb754db9'/>
<id>f1b365dfc30b7253f3baea270ebcc8d1fb754db9</id>
<content type='text'>
This reverts commit 1339faf7881f33762c6e0a4915404e362fc51de1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1339faf7881f33762c6e0a4915404e362fc51de1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve sorting order in search results</title>
<updated>2019-10-09T23:46:43+00:00</updated>
<author>
<name>Jeffas</name>
<email>dev@jeffas.io</email>
</author>
<published>2019-10-02T16:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=d3379dd7f0d2e5caffeda4a97fc72649421cccca'/>
<id>d3379dd7f0d2e5caffeda4a97fc72649421cccca</id>
<content type='text'>
This ensures that the search results follow the order of the current
sort so that cycling throught the results proceeds in displayed order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that the search results follow the order of the current
sort so that cycling throught the results proceeds in displayed order.
</pre>
</div>
</content>
</entry>
</feed>
