- Update to version 0.15.2+git.1689918241.ae2cacc:
* 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
This commit is contained in:
parent
a59881df3e
commit
607f16676f
4
_service
4
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://git.sr.ht/~rjarry/aerc</param>
|
<param name="url">https://git.sr.ht/~mcepl/aerc</param>
|
||||||
<param name="versionprefix">0.15.2+git</param>
|
<param name="versionprefix">0.15.2+git</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">devel</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="changesauthor">mcepl@cepl.eu</param>
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://git.sr.ht/~rjarry/aerc</param>
|
<param name="url">https://git.sr.ht/~rjarry/aerc</param>
|
||||||
<param name="changesrevision">ab3debc1fad99e7a10a530055eed185eb370be79</param></service></servicedata>
|
<param name="changesrevision">ab3debc1fad99e7a10a530055eed185eb370be79</param></service><service name="tar_scm">
|
||||||
|
<param name="url">https://git.sr.ht/~mcepl/aerc</param>
|
||||||
|
<param name="changesrevision">ae2cacce222c6c83a8675b5de11e2a299567be4d</param></service></servicedata>
|
BIN
aerc-0.15.2+git.1688995014.ab3debc.tar.gz
(Stored with Git LFS)
BIN
aerc-0.15.2+git.1688995014.ab3debc.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
aerc-0.15.2+git.1689918241.ae2cacc.tar.gz
(Stored with Git LFS)
Normal file
BIN
aerc-0.15.2+git.1689918241.ae2cacc.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
15
aerc.changes
15
aerc.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 21 05:49:30 UTC 2023 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
- Update to version 0.15.2+git.1689918241.ae2cacc:
|
||||||
|
* 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 11 14:03:41 UTC 2023 - mcepl@cepl.eu
|
Tue Jul 11 14:03:41 UTC 2023 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: aerc
|
Name: aerc
|
||||||
Version: 0.15.2+git.1688995014.ab3debc
|
Version: 0.15.2+git.1689918241.ae2cacc
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An email client for terminals
|
Summary: An email client for terminals
|
||||||
License: MIT
|
License: MIT
|
||||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user