From bb951f4c14500acd86c29cf9c8c2d3be5f8fd070 Mon Sep 17 00:00:00 2001 From: ellie timoney Date: Mon, 23 Dec 2024 10:41:28 +1100 Subject: [PATCH] docs: changes file --- changes/next/5146-shared-subs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 changes/next/5146-shared-subs diff --git a/changes/next/5146-shared-subs b/changes/next/5146-shared-subs new file mode 100644 index 0000000000..3fae414bf5 --- /dev/null +++ b/changes/next/5146-shared-subs @@ -0,0 +1,24 @@ +Description: + +* Fixed :issue:`5146`: can't subscribe to shared mailbox when username is a + prefix of owner's username + + +Config changes: + +None + + +Upgrade instructions: + +No manual intervention required. + +Subscriptions databases will be upgraded the next time they're opened, and any +bad entries due to the bug will be found and fixed. You can force this for a +particular user by connecting to IMAP as them and issuing a command like +``. LSUB "" "*"`` or similar, but this will happen anyway during normal usage. + + +GitHub issue: + +#5146