~j-r

https://jugendhacker.de/

~j-r/fdroid-news

Last active 3 years ago

~j-r/jitsilg

Last active 3 years ago

~j-r/aur-packages-jr

Last active 4 years ago

~j-r/public-inbox

Last active 4 years ago
View more

Recent activity

Re: [PATCH aerc v6] widgets/compose: use domain name in Message-ID 1 year, 6 months ago

From j.r to ~rjarry/aerc-devel

Hi,

I'm the one who originally had the idea to set a better hostname inside
the message id and therefore wrote the patch for go-message. After the
new release including the patch I was going to submit something here,
but your solution is already good IMHO especially that you even though
about backwards compatibility!

Thanks
j.r

Re: [PATCH] community/aerc: upgrade to 0.10.0 2 years ago

From j.r to ~sircmpwn/alpine-aports

Hi,

> Thanks, sent a v2.
Sorry for my mistake, but seems like it not only requires gpg for the
test, but the full gnupg metapackage because it also does signing etc.
Could you maybe send a v3?

Thanks
j.r

Re: [PATCH] community/aerc: upgrade to 0.10.0 2 years ago

From j.r to ~sircmpwn/alpine-aports

Hello Drew,

seems like this does fail because it's missing 

> checkdepends="gpg"

If I add this locally I could build the package.

Thanks,
j.r

Re: [PATCH] widgets/compose: Generate Message ID with domain name from address 3 years ago

From j.r to ~sircmpwn/aerc

On Sat Sep 4, 2021 at 5:30 PM CEST, Connor Kuehl wrote:
> Should this be upstreamed into go-messages instead then? Perhaps
> GenerateMessageID could be updated to take the hostname as an argument.
This sound resonable, yes, but then we would also need to update
go-message to the latest version. I don't know the codebase enough to
tell if this might break something.

j.r

[PATCH] widgets/compose: Generate Message ID with domain name from address 3 years ago

From j.r to ~sircmpwn/aerc

go-messages GenerateMessageID does generate the Message ID based on the
hostname of the local machine. This is ok in this context because the
lib does not know really anything of the surroundings. But aerc does
know about the sender domain and could use this instead of the hostname.
This also aligns with the recommendation of RFC4322 to use a unique
domain name, to ensure the uniqueness of the whole Message ID [1].

A side effect of this change is that it also improves the score of some
spam filters a bit, if an E-Mail has a fully qualified domain name after
the @.

This patch fixes https://todo.sr.ht/~sircmpwn/aerc2/526

[1] https://www.rfc-editor.org/rfc/rfc5322.html#section-3.6.4
[message trimmed]

Re: When we will have threading 3 years ago

From j.r to ~sircmpwn/aerc

Hi Vladimír,

looks like there is already a ticket for tracking this feature and also
a bit of a discussion around how it would fit best into the UX:
https://todo.sr.ht/~sircmpwn/aerc2/94

On Fri Sep 3, 2021 at 11:39 AM CEST, Vladimír Magyar wrote:
> It's good to see that the progress on aerc is more dynamic in the last
> weeks. But one feature, a crucial one I would say, is to display
> messages in threads.
>
> It is too complicated to search for the previous mails, especially when
> they are already in archive or trash. Also many times I've seen comments
> that the lack of this feature prevents new people to use aerc.