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
F11780196: D548.id1279.diff
Thu, Apr 18, 8:57 AM
Unknown Object (File)
Wed, Apr 17, 11:19 AM
Unknown Object (File)
Sun, Apr 14, 7:22 PM
Unknown Object (File)
Fri, Apr 12, 1:59 AM
Unknown Object (File)
Thu, Apr 4, 6:07 AM
Unknown Object (File)
Wed, Apr 3, 1:34 PM
Unknown Object (File)
Wed, Apr 3, 1:34 PM
Unknown Object (File)
Wed, Apr 3, 1:34 PM

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.