link2xt
f2f2dd42ed
chore: clippy::useless-borrows-in-formatting fixes
2026-05-12 21:28:45 +00:00
Hocuri
5f1d54100f
refactor: Remove unused Authentication-Results parsing ( #8172 )
2026-04-25 23:33:15 +02:00
link2xt
ef265689dd
fix: do not sort received messages below the last seen one
2026-03-30 08:52:19 +00:00
B. Petersen
ada59e8205
docs: comment about outdated timespan
2025-10-02 16:45:06 +00:00
bjoern
6b338a923c
feat: warn for outdated versions after 6 months ( #7144 )
...
3 months were proven to be too short some years ago, after that issue,
we went far up to 12 months.
however, 12 months were considered too long after recent discussions :)
so, 6 months seems to be a good compromise.
the warning is still repeated every months and the text is unchanged.
advantage is still that this approach does not require network or
opt-in, and catches really all lazy updaters with few effort, cmp
https://github.com/deltachat/deltachat-desktop/issues/5422
2025-09-01 17:44:54 +02:00
Hocuri
ff0d5ce179
test: Add another TimeShiftFalsePositiveNote ( #7142 )
...
test_maybe_warn_on_outdated() can also fail when run with `cargo test`,
rather than `cargo nextest` (just happened to me)
2025-08-31 19:32:30 +00:00
link2xt
5c3de759d3
refactor: upgrade to Rust 2024
2025-06-28 17:07:59 +00:00
link2xt
386b91a9a7
feat: stop saving txt_raw
...
It is redundant now that we have HTML view for long messages
and is not updated when the message is edited.
2025-03-29 15:10:57 +00:00
Hocuri
9f67d0f905
refactor: Don't use traits where it's not necessary ( #6567 )
...
Traits are bad for readability and compile times.
2025-02-25 19:52:17 +01:00
Hocuri
fbf3ff0112
refactor: Remove unused blob functions ( #6563 )
2025-02-24 11:02:26 +01:00
Hocuri
85cd3836e0
refactor: Move even even more tests into their own files ( #6559 )
...
With this, all the tests of the "big" files are in their own files, so
this is likely the last PR like this.
2025-02-20 20:29:11 +00:00