]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Rename "raw mail user" to "raw-mail-user"
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 13 Jan 2023 01:15:06 +0000 (03:15 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 27 Jan 2023 11:08:35 +0000 (11:08 +0000)
It works better in logs without spaces.

src/lib-storage/index/raw/raw-storage.c

index 1fd642f25d52aa28a07c4fa7a82d1ad2eeda705e..876cbbb827781c79c7c7a64b9e2b74ced5b19311 100644 (file)
@@ -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;