iequidoo

Results 217 comments of iequidoo

Could you share the new log just in case? I think the full log isn't needed, when a timeout or another network error occurs (which should be WARNING in the...

#7031 is merged, so this can be rechecked after the new release is done. If timeouts continue to happen, we can create a separate issue for that, but i expect...

> The double check appear when we both use Deltachat-specific emails instead. Do you have "Read Receipts" enabled in your non-chatmail profile? If yes, could you try to disable and...

> apart from that, wondering if after [#7200](https://github.com/chatmail/core/pull/7200) it is still needed to detect the trash folder. imu only INBOX is scanned, and maybe the logic can be reverted and...

The bug here is that `scan_folders()` isn't called if `fetch_move_delete()` fails, see `scheduler::fetch_idle()`. `scan_folders()` is the one who updates `Config::ConfiguredTrashFolder`. ... It seems that this doesn't have other consequences, so...

I agree with @r10s that the existing phrasing is probably better for the most users, but just in case tried to improve it once more

> "Could not decrypt outgoing messages that may be from Delta Chat on your other device." can be read as "Could not decrypt ... on your other device." I don't...

It's not clear if we want to change the wording. Will move the commit adding a missing `#define` to a separate PR

There's the code in `BlobObject::check_or_recode_to_size()`: ```Rust if *vt == Viewtype::Sticker && exif.is_none() { return Ok(name); } ``` which returns before any recoding is done. So apparently the problem is stickers...

> yes in the case of stickers with transparency it doesn't make sense to break them Still it's interesting where Exif come from. Maybe UIs should remove it if they...