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
F11876334: D548.id1250.diff
Wed, Apr 24, 8:00 AM
Unknown Object (File)
Sun, Apr 21, 5:13 PM
Unknown Object (File)
Sun, Apr 21, 5:13 PM
Unknown Object (File)
Sun, Apr 21, 5:13 PM
Unknown Object (File)
Sun, Apr 21, 5:05 PM
Unknown Object (File)
Sat, Apr 20, 11:46 AM
Unknown Object (File)
Thu, Apr 18, 8:57 AM
Unknown Object (File)
Wed, Apr 17, 11:19 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.