No description
Find a file
Shautvast 0eda9045cd Cancel stale body fetch requests when selection changes quickly
Uses Arc<AtomicU32> to track the most recently wanted email sequence
number. The worker skips fetch requests that no longer match, avoiding
wasted network calls when scrolling through emails rapidly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 08:59:42 +01:00
src Cancel stale body fetch requests when selection changes quickly 2026-02-18 08:59:42 +01:00
.gitignore basic gui and login to imap 2026-02-17 17:24:35 +01:00
Cargo.lock Clean up leftover quoted-printable artifacts in email body 2026-02-17 21:47:47 +01:00
Cargo.toml Clean up leftover quoted-printable artifacts in email body 2026-02-17 21:47:47 +01:00
CLAUDE.md Update CLAUDE.md for skim project 2026-02-17 21:34:46 +01:00
config.toml.example basic gui and login to imap 2026-02-17 17:24:35 +01:00
docker-compose.yml basic gui and login to imap 2026-02-17 17:24:35 +01:00
MAIL_SERVER_SETUP.md Reorganize mail setup docs with Gmail instructions first 2026-02-17 21:00:43 +01:00