From 6c073ea23cd0e3760b072727cc18114860c27647 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 24 Aug 2010 18:07:48 +0100 Subject: [PATCH] dbox: Create dbox temp files with ".temp." prefix, not "temp." This makes it consistent with the rest of the created temp files and also gets any stale temp files deleted. --- src/lib-storage/index/dbox-common/dbox-storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-storage/index/dbox-common/dbox-storage.h b/src/lib-storage/index/dbox-common/dbox-storage.h index 84955aaa32..12c417900c 100644 --- a/src/lib-storage/index/dbox-common/dbox-storage.h +++ b/src/lib-storage/index/dbox-common/dbox-storage.h @@ -10,7 +10,7 @@ struct dbox_storage; #define DBOX_SUBSCRIPTION_FILE_NAME "subscriptions" #define DBOX_UIDVALIDITY_FILE_NAME "dovecot-uidvalidity" #define DBOX_INDEX_PREFIX "dovecot.index" -#define DBOX_TEMP_FILE_PREFIX "temp." +#define DBOX_TEMP_FILE_PREFIX ".temp." #define DBOX_MAILBOX_DIR_NAME "mailboxes" #define DBOX_TRASH_DIR_NAME "trash" -- 2.47.3