show mail content in modal on double click

This commit is contained in:
grimhilt
2023-04-11 18:59:10 +02:00
parent 8cc738c9b2
commit 9842ebeb12
6 changed files with 122 additions and 63 deletions

View File

@@ -53,7 +53,7 @@ export async function getRooms(mailboxId) {
INNER JOIN flag ON flag.flag_id = flag_name.flag_id AND flag.message_id = app_room_message.message_id
WHERE flag_name.flag_id = flag.flag_id
)
) notSeenRoom ON notSeenThreads.room_id = room.room_id
) notSeenRoom ON notSeenRoom.room_id = room.room_id
LEFT JOIN (
SELECT app_room_message.message_id, app_thread.parent_id