Hi all,
I am glad to announce the release of aerc 0.7.0.
Please note that I have forked this project recently. I will keep old
mailing lists in Cc for a while to give people time to react. See
https://sr.ht/~rjarry/aerc/ for more details.
Thanks to all contributors!
~$ git shortlog 0.6.0..0.7.0
Dian M Fay (2):
doc: fix typo in stylesets-dirs
style: customize vertical and horizontal border characters
Jonathan Bartlett (1):
binds: add account specific bindings
Kalyan Sriram (3):
notmuch: allow empty searches
binds: add escape to clear search
notmuch: allow sort by file order
Koni Marti (4):
pgp: update openpgp packages (go-crypto and go-pgpmail)
pgp: PGP/MIME signing for outgoing emails
pgp: PGP/MIME encryption for outgoing emails
fix segfault when copy-pasting into compose editor
Nguyễn Gia Phong (1):
Stop wrapping OriginalText in default templates
Parasrah (1):
completions: add support for completing multiple addresses
Robin Jarry (14):
doc: fix default values for dynamic date formats
imap: fix segfault when disconnecting
maildir: watch for external changes
maildir: watch for message renames
imap: move connect procedure into a dedicated function
imap: use low level tcp connection
imap: add tcp connection options
readme: add contribution guide
imap: fix build on macos
config: fix code formatting
build: add check for code formatting
format: reformat code with go 1.17
imap: attempt automatic reconnection on error
Release version 0.7.0
inwit (1):
recall: allow recalling messages from any folder
psykose (1):
mk: remove version override
y0ast (1):
messages: allow displaying email threads
--
Robin
On January 14, 2022 9:31:11 PM GMT+01:00, Robin Jarry <robin@jarry.cc> wrote:
> imap: attempt automatic reconnection on error
There is an issue with that last patch. I should have trusted my gut and tagged the version without it...
I will revert it and release 0.7.1 tomorrow. Sorry about the noise.
On Fri Jan 14, 2022 at 11:15 PM CET, Robin Jarry wrote:
> There is an issue with that last patch. I should have trusted my gut and> tagged the version without it...
Sincere thanks for your work, Robin et al.
On Fri Jan 14, 2022 at 11:15 PM CET, Robin Jarry wrote:
> There is an issue with that last patch. I should have trusted my gut and tagged the version without it...>> I will revert it and release 0.7.1 tomorrow. Sorry about the noise.
I don't know if that the issue you're talking about, just telling you
in case that's not the same, but I have no mail content displayed with
this commit just the header, I reset it to the one before and it works.
On January 15, 2022 9:29:35 AM GMT+01:00, Hugo Machet <mail@hmachet.com> wrote:
>I don't know if that the issue you're talking about, just telling you>in case that's not the same, but I have no mail content displayed with>this commit just the header, I reset it to the one before and it works.
Yes that's the same problem.
Hi Robin,
On 1/15/22 3:45 AM, Robin Jarry wrote:
> On January 14, 2022 9:31:11 PM GMT+01:00, Robin Jarry <robin@jarry.cc> wrote:>> imap: attempt automatic reconnection on error> > There is an issue with that last patch. I should have trusted my gut and tagged the version without it...> > I will revert it and release 0.7.1 tomorrow. Sorry about the noise.
I see a 0.7.1 release already: https://git.sr.ht/~rjarry/aerc/log/0.7.1
Is it ready to use? I'll put in efforts to update this in debian accordingly.
Regards,
Nilesh
Nilesh Patra, Jan 15, 2022 at 12:56:
> I see a 0.7.1 release already: https://git.sr.ht/~rjarry/aerc/log/0.7.1>> Is it ready to use? I'll put in efforts to update this in debian accordingly.
Yes, I have sent another release email a couple of hours ago.
Note that I have started signing the git tags. Maybe you can update
debian/watch with the following content:
version=4
opts="mode=git, gitmode=full, pgpmode=gittag" \
https://git.sr.ht/~rjarry/aerc \
refs/tags/(\d[\d\.]+)
My public key is available here https://meta.sr.ht/~rjarry.pgp for
verification.
Thanks!
On 1/15/22 6:24 PM, Robin Jarry wrote:
> Nilesh Patra, Jan 15, 2022 at 12:56:>> I see a 0.7.1 release already: https://git.sr.ht/~rjarry/aerc/log/0.7.1>>>> Is it ready to use? I'll put in efforts to update this in debian accordingly.> > Yes, I have sent another release email a couple of hours ago> Note that I have started signing the git tags. Maybe you can update> debian/watch with the following content:> version=4> opts="mode=git, gitmode=full, pgpmode=gittag" \> https://git.sr.ht/~rjarry/aerc \> refs/tags/(\d[\d\.]+)> > My public key is available here https://meta.sr.ht/~rjarry.pgp for> verification.
Great, thanks for release and signing tags.
This is always nice.
I just uploaded the new upstream release to unstable :)
Regards,
Nilesh