-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |