From: Vincent Kenbeek Date: Mon, 13 May 2024 12:09:51 +0000 (+0200) Subject: imap: Use DOVECOT_NAME instead of PACKAGE_NAME for ID command X-Git-Tag: 2.4.0~1645 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcd3e106b076cc506620ff21749d22f21e5becde;p=thirdparty%2Fdovecot%2Fcore.git imap: Use DOVECOT_NAME instead of PACKAGE_NAME for ID command --- diff --git a/src/lib-imap/imap-id.c b/src/lib-imap/imap-id.c index b399d20543..54b20de7b2 100644 --- a/src/lib-imap/imap-id.c +++ b/src/lib-imap/imap-id.c @@ -39,7 +39,7 @@ static const char *imap_id_get_uname(const char *key) static const char *imap_id_get_default(const char *key) { if (strcasecmp(key, "name") == 0) - return PACKAGE_NAME; + return DOVECOT_NAME; if (strcasecmp(key, "version") == 0) return PACKAGE_VERSION; if (strcasecmp(key, "revision") == 0)