Matěj Cepl
607f16676f
* split: ensure messagestore is available * compose: only add signature if missing * compose: allow changing edit-headers on the fly * compose: implement embedded headers in editor * compose: always use cr-lf line endings * compose: improve error handling * compose: factorize body read in a method * compose: only allow setting content at creation * send: return error when recipients list is empty * imap: fix header cache key collisions - Switch to the devel branch of my fork https://git.sr.ht/~mcepl/aerc
17 lines
602 B
Plaintext
17 lines
602 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://git.sr.ht/~mcepl/aerc</param>
|
|
<param name="versionprefix">0.15.2+git</param>
|
|
<param name="revision">devel</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled" />
|
|
</services>
|