mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-07-01 03:30:21 +02:00
![]() Recently, in the process of updating the codebase to go-maildir v0.6.0
the logic to strip potential UID parts from the message filenames was
dropped. However, maildir synchronizer isync/mbsync encodes the UID
within the filename of the email and cannot recover if the UID is
preserved during a move.
Re-add the UID stripping logic to remove the "U=xxx" part from message
filenames.
Fixes:
|
||
---|---|---|
.. | ||
container.go | ||
message.go | ||
search.go | ||
worker.go |