Page MenuHomePhorge

Fix the problem with undelete-mailbox command when listing deleted mailboxes command actually doesn't replace placeholders with values, which prevents correctly list deleted mailboxes and then undelete them.
ClosedPublic

Authored by adomaitis on Sep 27 2017, 9:41 AM.
Tags
None
Referenced Files
F11585058: D548.diff
Thu, Mar 28, 10:35 AM
Unknown Object (File)
Mon, Mar 25, 2:49 AM
Unknown Object (File)
Sun, Mar 24, 6:12 PM
Unknown Object (File)
Feb 15 2024, 3:17 AM
Unknown Object (File)
Feb 10 2024, 5:13 PM
Unknown Object (File)
Feb 9 2024, 11:53 AM
Unknown Object (File)
Feb 8 2024, 12:24 PM
Unknown Object (File)
Feb 3 2024, 7:17 AM

Diff Detail

Repository
rP pykolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf subscribed.

As the % operator has higher precedence than the + operator this change correctly fixes the string formatting resulting the desired "DELETED/$FOLDERHIERARCHY/*" search string (assuming the separator is a slash).

This revision is now accepted and ready to land.Feb 23 2018, 4:05 PM
This revision was automatically updated to reflect the committed changes.