aerc/worker/maildir
Tim Culverhouse af72ca3607 maildir: implement MoveMessages handling
Implement MoveMessages in the maildir worker. go-maildir supports Move
operations by default, and is functionally equivalent to a OS-level
rename. Creation date of the file is preserved by using Move, which is
used by at least one maildir-to-IMAP synchronizer (isync/mbsync). The
previous move method of copy-and-delete would reset the creation date of
the message, and potentially cause sorting issues in other email
clients.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-08-22 15:46:54 +02:00
..
container.go maildir: implement MoveMessages handling 2022-08-22 15:46:54 +02:00
message.go lint: work nicely with wrapped errors (errorlint) 2022-08-04 21:58:04 +02:00
search.go go: removed io/ioutil 2022-08-22 09:30:19 +02:00
worker.go maildir: implement MoveMessages handling 2022-08-22 15:46:54 +02:00