mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
Typo
This commit is contained in:
parent
cc7057d2b4
commit
b4f84d4d89
2 changed files with 4 additions and 3 deletions
|
@ -75,7 +75,8 @@ public:
|
|||
private:
|
||||
// the mailbox, the chat belongs to
|
||||
#define MR_CHAT_FIELDS " c.id,c.type,c.name "
|
||||
#define MR_GET_CHATS_PREFIX "SELECT " MR_CHAT_FIELDS "," MR_MSG_FIELDS " FROM chats c LEFT JOIN msg m ON (c.id=m.chat_id AND m.timestamp=(SELECT MIN(timestamp) FROM msg WHERE chat_id=c.id)) "
|
||||
#define MR_GET_CHATS_PREFIX "SELECT " MR_CHAT_FIELDS "," MR_MSG_FIELDS " FROM chats c " \
|
||||
"LEFT JOIN msg m ON (c.id=m.chat_id AND m.timestamp=(SELECT MIN(timestamp) FROM msg WHERE chat_id=c.id)) "
|
||||
bool SetChatFromStmt (sqlite3_stmt* row);
|
||||
void Empty ();
|
||||
MrMailbox* m_mailbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue