From 25bf81fb0320460cecb07ef2d2d3918d99f5da00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Fri, 4 Oct 2024 15:30:34 +0300 Subject: [PATCH] proppatch_todb_nomask() - store for user "" --- imap/http_dav.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imap/http_dav.c b/imap/http_dav.c index fa89a35ec9..b7d723b33d 100644 --- a/imap/http_dav.c +++ b/imap/http_dav.c @@ -3379,8 +3379,7 @@ static int proppatch_todb_internal(xmlNodePtr prop, unsigned set, if (!r) r = mask ? annotate_state_writemask(astate, buf_cstring(&pctx->buf), httpd_userid, &value) : - annotate_state_write(astate, buf_cstring(&pctx->buf), - httpd_userid, &value); + annotate_state_write(astate, buf_cstring(&pctx->buf), "", &value); if (!r) { xml_add_prop(HTTP_OK, pctx->ns[NS_DAV], &propstat[PROPSTAT_OK],