From: Timo Sirainen Date: Fri, 13 Jan 2023 01:15:06 +0000 (+0200) Subject: lib-storage: Rename "raw mail user" to "raw-mail-user" X-Git-Tag: 2.4.0~3113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f3bda4ce2ffc989efef72011399ffe3c5d3feb;p=thirdparty%2Fdovecot%2Fcore.git lib-storage: Rename "raw mail user" to "raw-mail-user" It works better in logs without spaces. --- diff --git a/src/lib-storage/index/raw/raw-storage.c b/src/lib-storage/index/raw/raw-storage.c index 1fd642f25d..876cbbb827 100644 --- a/src/lib-storage/index/raw/raw-storage.c +++ b/src/lib-storage/index/raw/raw-storage.c @@ -26,7 +26,7 @@ raw_storage_create_from_set(struct setting_parser_context *unexpanded_set_parser /* Don't include raw user's events in statistics or anything else. They would just cause confusion. */ event_disable_callbacks(event); - user = mail_user_alloc(event, "raw mail user", unexpanded_set_parser); + user = mail_user_alloc(event, "raw-mail-user", unexpanded_set_parser); event_unref(&event); user->autocreated = TRUE;