New thread list logic (step 2)

This commit is contained in:
RainLoop Team 2015-04-21 02:39:14 +04:00
parent b656b6365b
commit 03d26bc4c6
18 changed files with 139 additions and 517 deletions

View file

@ -272,7 +272,7 @@
if ('' !== sFolder)
{
sResult += encodeURI(sFolder) + (0 < iThreadUid ? '|' + iThreadUid : '');
sResult += encodeURI(sFolder) + (0 < iThreadUid ? '~' + iThreadUid : '');
}
if (1 < iPage)