<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/config, branch master</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>config: Strongly type context type</title>
<updated>2020-01-24T17:25:59+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-01-24T17:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=e78b7b85e4792f413175e13ef2fe437839b017a2'/>
<id>e78b7b85e4792f413175e13ef2fe437839b017a2</id>
<content type='text'>
The go compiler can't help much with untyped int constants.
Even though the only valid constants are 0-3 it will happily accept 4 as input.

Let's let the go compiler worry about correctness here. This also allows people
not very familiar with the code to use it properly via auto completion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The go compiler can't help much with untyped int constants.
Even though the only valid constants are 0-3 it will happily accept 4 as input.

Let's let the go compiler worry about correctness here. This also allows people
not very familiar with the code to use it properly via auto completion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Contextual UI Configuration</title>
<updated>2020-01-24T15:50:21+00:00</updated>
<author>
<name>Srivathsan Murali</name>
<email>sri@vathsan.com</email>
</author>
<published>2020-01-23T12:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=b2fa5a16f52741a6f7f6e5f33561457d702dc31d'/>
<id>b2fa5a16f52741a6f7f6e5f33561457d702dc31d</id>
<content type='text'>
+ Adds parsing of contextual ui sections to aerc config.
+ Add GetUiConfig method for AercConfig that is used to get the
  specialized UI config.
+ Add UiConfig method to AccountView to get specialized UI Config.
+ Modifies Aerc codebase to use specialized UIConfig instead.
+ Adds documentation for Contextual UI Configuration
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ Adds parsing of contextual ui sections to aerc config.
+ Add GetUiConfig method for AercConfig that is used to get the
  specialized UI config.
+ Add UiConfig method to AccountView to get specialized UI Config.
+ Modifies Aerc codebase to use specialized UIConfig instead.
+ Adds documentation for Contextual UI Configuration
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of multiple template-dirs</title>
<updated>2020-01-24T11:11:03+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2020-01-23T17:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=aa967682bcdbeaa11b3e79d66b1d68b129dd4161'/>
<id>aa967682bcdbeaa11b3e79d66b1d68b129dd4161</id>
<content type='text'>
Before, while the docs stated that template-dirs was a colon-separated
list, a delimiter was not specified in the struct tag, so it was falling
back to the default for the ini library (a comma). Also added a note to
the docs to clarify that templates are configured in the [templates]
section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, while the docs stated that template-dirs was a colon-separated
list, a delimiter was not specified in the struct tag, so it was falling
back to the default for the ini library (a comma). Also added a note to
the docs to clarify that templates are configured in the [templates]
section.
</pre>
</div>
</content>
</entry>
<entry>
<title>binds.conf: mark bindings</title>
<updated>2019-12-21T14:27:54+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-12-18T05:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=1ba9f0da1945671370740a484c0e2c0ac69bf4fd'/>
<id>1ba9f0da1945671370740a484c0e2c0ac69bf4fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msglist: highlight marked messages</title>
<updated>2019-12-21T14:27:53+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-12-18T05:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=b9d2938f9fd13c290f187901c2fd43c957a24dd7'/>
<id>b9d2938f9fd13c290f187901c2fd43c957a24dd7</id>
<content type='text'>
Note that, until we get color configuration, this means that the user *must*
have the %Z verb in the index format else it'll be horribly confusing
as no visual indication is provided
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that, until we get color configuration, this means that the user *must*
have the %Z verb in the index format else it'll be horribly confusing
as no visual indication is provided
</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://git.benburwell.com/mirrors/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>
<entry>
<title>Show textinput completions in popovers</title>
<updated>2019-12-21T14:23:21+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2019-12-20T18:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=7160f98a9081bcab05904484eae790ec0a006b87'/>
<id>7160f98a9081bcab05904484eae790ec0a006b87</id>
<content type='text'>
Rather than showing completions inline in the text input, show them in a
popover which can be scrolled by repeatedly pressing the tab key. The
selected completion can be executed by pressing enter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than showing completions inline in the text input, show them in a
popover which can be scrolled by repeatedly pressing the tab key. The
selected completion can be executed by pressing enter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add custom sorting for folders</title>
<updated>2019-12-09T17:42:40+00:00</updated>
<author>
<name>Michele Finotto</name>
<email>m@finotto.org</email>
</author>
<published>2019-12-03T19:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=dfe58842b967e2951604b631b89dfd61117745ec'/>
<id>dfe58842b967e2951604b631b89dfd61117745ec</id>
<content type='text'>
A new config options for accounts.conf (folders-sort) was added to
allow a user to choose which folders should be shown on top.
My use case was to avoid stepping into heavy, but rarely viewed folders
when cycling through other often accessed ones.

To test add this to your account.conf:

folders-sort  = INBOX,Sent,Archive

INBOX, Sent and Archive should then show at the top of your dirlist,
and all other folders should come next in alphabetical order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new config options for accounts.conf (folders-sort) was added to
allow a user to choose which folders should be shown on top.
My use case was to avoid stepping into heavy, but rarely viewed folders
when cycling through other often accessed ones.

To test add this to your account.conf:

folders-sort  = INBOX,Sent,Archive

INBOX, Sent and Archive should then show at the top of your dirlist,
and all other folders should come next in alphabetical order.
</pre>
</div>
</content>
</entry>
<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 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>
</feed>
