Bug fixes for multi-account and Gmail setups.
Fixed
- Sent messages not importing on some Gmail accounts. A saved folder mapping pointing at a non-selectable folder (such as Gmail's
[Gmail]parent) is now ignored in favour of auto-detection, so sent copies save and sync correctly. These parent folders are also hidden from the folder-mapping dropdown so they can't be picked by mistake. Affected accounts self-heal automatically. (#386) - The same email showing twice in the message list. When one email reached the list as two rows — the same message delivered to two accounts in the unified inbox, or a received copy alongside its Sent twin — the first page could render both. The list now de-duplicates by Message-ID on every load, keeping the received (INBOX) copy. (#378)