]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
dbox: mail_temp_scan_interval - Fix deleted temp file prefix
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 20 Jun 2023 19:28:35 +0000 (22:28 +0300)
committerMarkus Valentin <markus.valentin@open-xchange.com>
Wed, 28 Jun 2023 12:25:38 +0000 (14:25 +0200)
commit6b4a3f8e7b32fd8e5a584db3573590a764e2df1c
tree389bb76580a46ece90d578d5799de66de22af316
parent41ddf3076239f7dbc44f4df17f6e0d7bf7a39ded
dbox: mail_temp_scan_interval - Fix deleted temp file prefix

dbox files are always created with DBOX_TEMP_FILE_PREFIX, not the mailbox
list-specific prefix. This was a problem only if dbox was used with
LAYOUT=Maildir++, which nobody was likely to do. Other layouts had
identical temp file prefixes to DBOX_TEMP_FILE_PREFIX.
src/lib-storage/index/dbox-common/dbox-storage.c