]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-imap-client: Make %{owner_user} the default imapc_user setting
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Wed, 28 Feb 2024 16:00:51 +0000 (17:00 +0100)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Jan 2025 08:39:59 +0000 (10:39 +0200)
src/lib-storage/index/imapc/imapc-settings.c

index 66376d675b0aea6fdc58f9a48071d2d3f2e706ac..036ccac29a82a2b7206b2dc113844b0ee8553e54 100644 (file)
@@ -43,7 +43,7 @@ static const struct imapc_settings imapc_default_settings = {
        .imapc_host = "",
        .imapc_port = 143,
 
-       .imapc_user = "",
+       .imapc_user = "%{owner_user}",
        .imapc_master_user = "",
        .imapc_password = "",
        .imapc_sasl_mechanisms = ARRAY_INIT,