l

Results 759 comments of l

Let's reopen this, actual users report that they did not know that messages were encrypted until looking into the info.

Opened follow-up issue #6276

General tracking issue for coreutils: https://github.com/ansuz/RIIR/issues/156

The whole winamp repo was removed.

You have a typo in the URL, its 223 not 233: https://web.archive.org/web/20240928162908/https://github.com/WinampDesktop/winamp/issues/223

What is Genshen? Has anyone proposed rewriting it in Rust, and where? Is it a duplicate of https://github.com/ansuz/RIIR/issues/105 ?

While we can change how sorting of seen incoming messages works, it is not clear that it is an improvement. I think it's better not to complicate the logic by...

This issue can be fixed on the receiver side instead: https://github.com/chatmail/core/issues/6408 I made a fix at https://github.com/chatmail/core/pull/6883

It makes some sense to try to deliver the "member added" to the added user as soon as possible and put the user in the beginning of the recipient list....

Have you checked that during failed configuration device message is not added? During configuration `Imap::connect` is called here: https://github.com/deltachat/deltachat-core-rust/blob/f7a705c6da9e6805f12156581aa867740b382756/src/configure.rs#L423 It adds device message if it fails second time. I guess...