|
|
|
@ -186,11 +186,11 @@ public interface DaoMessage {
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.OUTBOX + "' THEN 2" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.DRAFTS + "' THEN 3" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.SENT + "' THEN 4" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.ARCHIVE + "' THEN 5" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.TRASH + "' THEN 6" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.JUNK + "' THEN 7" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.SYSTEM + "' THEN 8" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.USER + "' THEN 9" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.TRASH + "' THEN 5" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.JUNK + "' THEN 6" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.SYSTEM + "' THEN 7" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.USER + "' THEN 8" +
|
|
|
|
|
" WHEN folder.type = '" + EntityFolder.ARCHIVE + "' THEN 9" +
|
|
|
|
|
" ELSE 999 END")
|
|
|
|
|
// The folder type sort order should match the duplicate algorithm
|
|
|
|
|
DataSource.Factory<Integer, TupleMessageEx> pagedThread(long account, String thread, Long id, boolean ascending, boolean debug);
|
|
|
|
|