mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-30 01:44:23 +00:00
The import footer showed 'Will import to: X' with no sign that the whole selection lands in that one folder, and the detected-folder badge never said which file the hint came from (only the first valid file is consulted). Multi-file selections now show the file count in the footer and the hint's source file in the badge. The results card now renders the aggregated duplicates count and the processed math includes it. The upload-import path currently always reports duplicates as 0 (duplicates return Ok and count as success server-side), so this only becomes visible once the server reports them, but the aggregate and display are ready. Header unfolding in extractFolderHint matched any whitespace-led line in the remaining 64 KB, so body text could be glued onto the folder name; it now stops at the first non-continuation line per RFC 5322.