1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00
This commit is contained in:
B. Petersen 2018-02-15 00:30:32 +01:00
parent 6b7d05906d
commit d3f460d917
11 changed files with 82 additions and 83 deletions

View file

@ -208,7 +208,7 @@ Public Member Functions</h2></td></tr>
<p>Get chat type. </p>
<p>Currently, there are two chat types:</p>
<ul>
<li>MR_CHAT_TYPE_NORMAL (100) - a normal chat is a chat with a single contact, chats_contacts contains one record for the user, MR_CONTACT_ID_SELF (see mrcontact_t::m_id) is added <em>only</em> for a self talk.</li>
<li>MR_CHAT_TYPE_NORMAL (100) - a normal chat is a chat with a single contact, chats_contacts contains one record for the user. MR_CONTACT_ID_SELF (see mrcontact_t::m_id) is added <em>only</em> for a self talk; in addition to this, for self talks also the flag MRP_SELFTALK is set.</li>
<li>MR_CHAT_TYPE_GROUP (120) - a group chat, chats_contacts conain all group members, incl. MR_CONTACT_ID_SELF</li>
</ul>
<dl class="params"><dt>Parameters</dt><dd>

View file

@ -158,7 +158,7 @@ Public Member Functions</h2></td></tr>
<tr class="memdesc:ad106b9c23b3a559b524a37bb5504e096"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get chat object by a chat ID. <a href="#ad106b9c23b3a559b524a37bb5504e096">More...</a><br /></td></tr>
<tr class="separator:ad106b9c23b3a559b524a37bb5504e096"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a07cc8fe0cfd900a9449bffc4ca5a7a95"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95">mrmailbox_marknoticed_chat</a> (<a class="el" href="classmrmailbox__t.html">mrmailbox_t</a> *mailbox, uint32_t chat_id)</td></tr>
<tr class="memdesc:a07cc8fe0cfd900a9449bffc4ca5a7a95"><td class="mdescLeft">&#160;</td><td class="mdescRight">Mark all message in a chat as <em>noticed</em>. <a href="#a07cc8fe0cfd900a9449bffc4ca5a7a95">More...</a><br /></td></tr>
<tr class="memdesc:a07cc8fe0cfd900a9449bffc4ca5a7a95"><td class="mdescLeft">&#160;</td><td class="mdescRight">Mark all messages in a chat as <em>noticed</em>. <a href="#a07cc8fe0cfd900a9449bffc4ca5a7a95">More...</a><br /></td></tr>
<tr class="separator:a07cc8fe0cfd900a9449bffc4ca5a7a95"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a97eb029d9dd0d33ae492217608958a73"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmrmailbox__t.html#a97eb029d9dd0d33ae492217608958a73">mrmailbox_get_chat_id_by_contact_id</a> (<a class="el" href="classmrmailbox__t.html">mrmailbox_t</a> *mailbox, uint32_t contact_id)</td></tr>
<tr class="memdesc:a97eb029d9dd0d33ae492217608958a73"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check, if there is a normal chat with a given contact. <a href="#a97eb029d9dd0d33ae492217608958a73">More...</a><br /></td></tr>
@ -206,7 +206,7 @@ Public Member Functions</h2></td></tr>
<tr class="memdesc:a2fdedd72b9f792463e4af173f21bb11c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Send an image to a chat. <a href="#a2fdedd72b9f792463e4af173f21bb11c">More...</a><br /></td></tr>
<tr class="separator:a2fdedd72b9f792463e4af173f21bb11c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8c0dc35fd9696d35f6a8301501f37c5a"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmrmailbox__t.html#a8c0dc35fd9696d35f6a8301501f37c5a">mrmailbox_send_video_msg</a> (<a class="el" href="classmrmailbox__t.html">mrmailbox_t</a> *mailbox, uint32_t chat_id, const char *file, const char *filemime, int width, int height, int duration)</td></tr>
<tr class="memdesc:a8c0dc35fd9696d35f6a8301501f37c5a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Send an video to a chat. <a href="#a8c0dc35fd9696d35f6a8301501f37c5a">More...</a><br /></td></tr>
<tr class="memdesc:a8c0dc35fd9696d35f6a8301501f37c5a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Send a video to a chat. <a href="#a8c0dc35fd9696d35f6a8301501f37c5a">More...</a><br /></td></tr>
<tr class="separator:a8c0dc35fd9696d35f6a8301501f37c5a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a42935531261ba3ed8afd82cf39fe928a"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmrmailbox__t.html#a42935531261ba3ed8afd82cf39fe928a">mrmailbox_send_voice_msg</a> (<a class="el" href="classmrmailbox__t.html">mrmailbox_t</a> *mailbox, uint32_t chat_id, const char *file, const char *filemime, int duration)</td></tr>
<tr class="memdesc:a42935531261ba3ed8afd82cf39fe928a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Send a voice message to a chat. <a href="#a42935531261ba3ed8afd82cf39fe928a">More...</a><br /></td></tr>
@ -257,7 +257,7 @@ Public Member Functions</h2></td></tr>
<tr class="memdesc:a057660d94350ff98eca72785c6e88962"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get a single contact object. <a href="#a057660d94350ff98eca72785c6e88962">More...</a><br /></td></tr>
<tr class="separator:a057660d94350ff98eca72785c6e88962"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7150c575193d43e048689aa264c74c79"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmrmailbox__t.html#a7150c575193d43e048689aa264c74c79">mrmailbox_marknoticed_contact</a> (<a class="el" href="classmrmailbox__t.html">mrmailbox_t</a> *mailbox, uint32_t contact_id)</td></tr>
<tr class="memdesc:a7150c575193d43e048689aa264c74c79"><td class="mdescLeft">&#160;</td><td class="mdescRight">Mark all messages send by the given contact as <em>noticed</em>. <a href="#a7150c575193d43e048689aa264c74c79">More...</a><br /></td></tr>
<tr class="memdesc:a7150c575193d43e048689aa264c74c79"><td class="mdescLeft">&#160;</td><td class="mdescRight">Mark all messages sent by the given contact as <em>noticed</em>. <a href="#a7150c575193d43e048689aa264c74c79">More...</a><br /></td></tr>
<tr class="separator:a7150c575193d43e048689aa264c74c79"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abb069358386b767a60444651195e0895"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmrmailbox__t.html#abb069358386b767a60444651195e0895">mrmailbox_block_contact</a> (<a class="el" href="classmrmailbox__t.html">mrmailbox_t</a> *mailbox, uint32_t contact_id, int new_blocking)</td></tr>
<tr class="memdesc:abb069358386b767a60444651195e0895"><td class="mdescLeft">&#160;</td><td class="mdescRight">Block or unblock a contact. <a href="#abb069358386b767a60444651195e0895">More...</a><br /></td></tr>
@ -278,7 +278,7 @@ Public Member Functions</h2></td></tr>
<tr class="memdesc:ab316ed8a30c968085fa503e6c215e2f1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Forward messages to another chat. <a href="#ab316ed8a30c968085fa503e6c215e2f1">More...</a><br /></td></tr>
<tr class="separator:ab316ed8a30c968085fa503e6c215e2f1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ed1c3bd08cd6515abf6046ebad9cafc"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmrmailbox__t.html#a8ed1c3bd08cd6515abf6046ebad9cafc">mrmailbox_star_msgs</a> (<a class="el" href="classmrmailbox__t.html">mrmailbox_t</a> *mailbox, const uint32_t *msg_ids, int msg_cnt, int star)</td></tr>
<tr class="memdesc:a8ed1c3bd08cd6515abf6046ebad9cafc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Star/unstar messages by setting the last parameter to 0 (unstar) or 1(star). <a href="#a8ed1c3bd08cd6515abf6046ebad9cafc">More...</a><br /></td></tr>
<tr class="memdesc:a8ed1c3bd08cd6515abf6046ebad9cafc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Star/unstar messages by setting the last parameter to 0 (unstar) or 1 (star). <a href="#a8ed1c3bd08cd6515abf6046ebad9cafc">More...</a><br /></td></tr>
<tr class="separator:a8ed1c3bd08cd6515abf6046ebad9cafc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adf02bfc046577b46e1f0f5a31869890f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmrmailbox__t.html#adf02bfc046577b46e1f0f5a31869890f">mrmailbox_delete_msgs</a> (<a class="el" href="classmrmailbox__t.html">mrmailbox_t</a> *mailbox, const uint32_t *msg_ids, int msg_cnt)</td></tr>
<tr class="memdesc:adf02bfc046577b46e1f0f5a31869890f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Delete messages. <a href="#adf02bfc046577b46e1f0f5a31869890f">More...</a><br /></td></tr>
@ -955,8 +955,8 @@ Public Member Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Mark all message in a chat as <em>noticed</em>. </p>
<p><em>Noticed</em> messages are no longer <em>fresh</em> and do not count as being unseen. IMAP/MDNs is not done for noticed messages. See also <a class="el" href="classmrmailbox__t.html#a7150c575193d43e048689aa264c74c79" title="Mark all messages send by the given contact as noticed. ">mrmailbox_marknoticed_contact()</a> and <a class="el" href="classmrmailbox__t.html#a67281e50b568dc18df710275e0e13f5b" title="Mark a message as seen, updates the IMAP state and sends MDNs. ">mrmailbox_markseen_msgs()</a></p>
<p>Mark all messages in a chat as <em>noticed</em>. </p>
<p><em>Noticed</em> messages are no longer <em>fresh</em> and do not count as being unseen. IMAP/MDNs is not done for noticed messages. See also <a class="el" href="classmrmailbox__t.html#a7150c575193d43e048689aa264c74c79" title="Mark all messages sent by the given contact as noticed. ">mrmailbox_marknoticed_contact()</a> and <a class="el" href="classmrmailbox__t.html#a67281e50b568dc18df710275e0e13f5b" title="Mark a message as seen, updates the IMAP state and sends MDNs. ">mrmailbox_markseen_msgs()</a></p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">mailbox</td><td>The mailbox object as returned from <a class="el" href="classmrmailbox__t.html#a32825e3e0a1b16679580704a4b43db1a" title="Create a new mailbox object. ">mrmailbox_new()</a>.</td></tr>
@ -1670,7 +1670,7 @@ Public Member Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Send an video to a chat. </p>
<p>Send a video to a chat. </p>
<p>Sends the event <a class="el" href="mrevent_8h.html#a17eaeb107cbab46c0d9271d0b5560fc8" title="Messages or chats changed. ">MR_EVENT_MSGS_CHANGED</a> on succcess. However, this does not imply, the message really reached the recipient - sending may be delayed eg. due to network problems. However, from your view, you're done with the message. Sooner or later it will find its way.</p>
<p>See also <a class="el" href="classmrmailbox__t.html#a2fdedd72b9f792463e4af173f21bb11c" title="Send an image to a chat. ">mrmailbox_send_image_msg()</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
@ -1907,7 +1907,6 @@ Public Member Functions</h2></td></tr>
<p>Sends the name and the email address of another contact to a chat. The contact this may or may not be a member of the chat.</p>
<p>Typically used to share a contact to another member or to a group of members.</p>
<p>Internally, the function just creates an appropriate text message and sends it using <a class="el" href="classmrmailbox__t.html#a3f9ac5fb9ff2dcbaafdddb5d955ac39b" title="Send a simple text message a given chat. ">mrmailbox_send_text_msg()</a>.</p>
<p>Future implementations may also send the key of the user though gossip; currently, this is not done.</p>
<p>NB: The "vcard" in the function name is just an abbreviation of "visiting card" and is not related to the VCARD data format.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
@ -1946,7 +1945,7 @@ Public Member Functions</h2></td></tr>
</div><div class="memdoc">
<p>Create a new group chat. </p>
<p>After creation, the group has one member with the ID MR_CONTACT_ID_SELF and is in <em>unpromoted</em> state. This means, you can add or remove members, change the name, the group image and so on without messages being send to all group members.</p>
<p>After creation, the group has one member with the ID MR_CONTACT_ID_SELF and is in <em>unpromoted</em> state. This means, you can add or remove members, change the name, the group image and so on without messages being sent to all group members.</p>
<p>This changes as soon as the first message is sent to the group members and the group becomes <em>promoted</em>. After that, all changes are synced with all group members by sending status message.</p>
<p>To check, if a chat is still unpromoted, you <a class="el" href="classmrchat__t.html#af23f2fd022f9978f7eed5ed46f3d9fbb" title="Check if a chat is still unpromoted. ">mrchat_is_unpromoted()</a></p>
<dl class="params"><dt>Parameters</dt><dd>
@ -2417,8 +2416,8 @@ Public Member Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Mark all messages send by the given contact as <em>noticed</em>. </p>
<p>See also <a class="el" href="classmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95" title="Mark all message in a chat as noticed. ">mrmailbox_marknoticed_chat()</a> and <a class="el" href="classmrmailbox__t.html#a67281e50b568dc18df710275e0e13f5b" title="Mark a message as seen, updates the IMAP state and sends MDNs. ">mrmailbox_markseen_msgs()</a></p>
<p>Mark all messages sent by the given contact as <em>noticed</em>. </p>
<p>See also <a class="el" href="classmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95" title="Mark all messages in a chat as noticed. ">mrmailbox_marknoticed_chat()</a> and <a class="el" href="classmrmailbox__t.html#a67281e50b568dc18df710275e0e13f5b" title="Mark a message as seen, updates the IMAP state and sends MDNs. ">mrmailbox_markseen_msgs()</a></p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">mailbox</td><td>The mailbox object as created by mrmmailbox_new()</td></tr>
@ -2536,7 +2535,7 @@ Public Member Functions</h2></td></tr>
</div><div class="memdoc">
<p>Delete a contact. </p>
<p>The contact is deleted from the local device. It may happen that this is not possible as the contact is in used. In this case, the contact can be blocked.</p>
<p>The contact is deleted from the local device. It may happen that this is not possible as the contact is in use. In this case, the contact can be blocked.</p>
<p>May result in a <a class="el" href="mrevent_8h.html#ad50b3a76349834631dc26b6c9557be8f" title="Contact(s) created, renamed, blocked or deleted. ">MR_EVENT_CONTACTS_CHANGED</a> event.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
@ -2709,7 +2708,7 @@ Public Member Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Star/unstar messages by setting the last parameter to 0 (unstar) or 1(star). </p>
<p>Star/unstar messages by setting the last parameter to 0 (unstar) or 1 (star). </p>
<p>Starred messages are collected in a virtual chat that can be shown using <a class="el" href="classmrmailbox__t.html#af5ac7f527aef58f8e834f3bd740acd46" title="Get all message IDs belonging to a chat. ">mrmailbox_get_chat_msgs()</a> using the chat_id MR_CHAT_ID_STARRED.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
@ -2799,7 +2798,7 @@ Public Member Functions</h2></td></tr>
</div><div class="memdoc">
<p>Mark a message as <em>seen</em>, updates the IMAP state and sends MDNs. </p>
<p>if the message is not in a real chat (eg. a contact request), the message is only marked as NOTICED and no IMAP/MDNs is done. See also <a class="el" href="classmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95" title="Mark all message in a chat as noticed. ">mrmailbox_marknoticed_chat()</a> and <a class="el" href="classmrmailbox__t.html#a7150c575193d43e048689aa264c74c79" title="Mark all messages send by the given contact as noticed. ">mrmailbox_marknoticed_contact()</a></p>
<p>if the message is not in a real chat (eg. a contact request), the message is only marked as NOTICED and no IMAP/MDNs is done. See also <a class="el" href="classmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95" title="Mark all messages in a chat as noticed. ">mrmailbox_marknoticed_chat()</a> and <a class="el" href="classmrmailbox__t.html#a7150c575193d43e048689aa264c74c79" title="Mark all messages sent by the given contact as noticed. ">mrmailbox_marknoticed_contact()</a></p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">mailbox</td><td>The mailbox object.</td></tr>

View file

@ -327,7 +327,7 @@ Public Member Functions</h2></td></tr>
<p>Get the state of a message. </p>
<p>Incoming message states:</p><ul>
<li>MR_STATE_IN_FRESH (10) - Incoming <em>fresh</em> message. Fresh messages are not noticed nor seen and are typically shown in notifications. Use <a class="el" href="classmrmailbox__t.html#a65215149290bec16b173106269b08e5e" title="Returns the message IDs of all fresh messages of any chat. ">mrmailbox_get_fresh_msgs()</a> to get all fresh messages.</li>
<li>MR_STATE_IN_NOTICED (13) - Incoming <em>noticed</em> message. Eg. chat opened but message not yet read - noticed messages are not counted as unread but did not marked as read nor resulted in MDNs. Use <a class="el" href="classmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95" title="Mark all message in a chat as noticed. ">mrmailbox_marknoticed_chat()</a> or <a class="el" href="classmrmailbox__t.html#a7150c575193d43e048689aa264c74c79" title="Mark all messages send by the given contact as noticed. ">mrmailbox_marknoticed_contact()</a> to mark messages as being noticed.</li>
<li>MR_STATE_IN_NOTICED (13) - Incoming <em>noticed</em> message. Eg. chat opened but message not yet read - noticed messages are not counted as unread but did not marked as read nor resulted in MDNs. Use <a class="el" href="classmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95" title="Mark all messages in a chat as noticed. ">mrmailbox_marknoticed_chat()</a> or <a class="el" href="classmrmailbox__t.html#a7150c575193d43e048689aa264c74c79" title="Mark all messages sent by the given contact as noticed. ">mrmailbox_marknoticed_contact()</a> to mark messages as being noticed.</li>
<li>MR_STATE_IN_SEEN (16) - Incoming message, really <em>seen</em> by the user. Marked as read on IMAP and MDN may be send. Use <a class="el" href="classmrmailbox__t.html#a67281e50b568dc18df710275e0e13f5b" title="Mark a message as seen, updates the IMAP state and sends MDNs. ">mrmailbox_markseen_msgs()</a> to mark messages as being seen.</li>
</ul>
<p>Outgoing message states:</p><ul>
@ -337,7 +337,7 @@ Public Member Functions</h2></td></tr>
<li>MR_STATE_OUT_MDN_RCVD (28) - Outgoing message read by the recipient (two checkmarks; this requires goodwill on the receiver's side) If a sent message changes to this state, you'll receive the event <a class="el" href="mrevent_8h.html#a080965cf1f3dd138999c56ec30580b58" title="A single message is read by the receiver (state changed from MR_STATE_OUT_DELIVERED to MR_STATE_OUT_M...">MR_EVENT_MSG_READ</a>.</li>
</ul>
<p>If you just want to check if a message is sent or not, please use <a class="el" href="classmrmsg__t.html#a7714f0f25b2e933dae0898965373b27d" title="Check if a message was sent successfully. ">mrmsg_is_sent()</a> which regards all states accordingly.</p>
<p>The state of just created message objects is MR_STATE_UNDEFINED (0). The state is always set by the core-library, users of the library cannot set the state directly, but it is changed implicitly eg. when calling <a class="el" href="classmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95" title="Mark all message in a chat as noticed. ">mrmailbox_marknoticed_chat()</a> or <a class="el" href="classmrmailbox__t.html#a67281e50b568dc18df710275e0e13f5b" title="Mark a message as seen, updates the IMAP state and sends MDNs. ">mrmailbox_markseen_msgs()</a>.</p>
<p>The state of just created message objects is MR_STATE_UNDEFINED (0). The state is always set by the core-library, users of the library cannot set the state directly, but it is changed implicitly eg. when calling <a class="el" href="classmrmailbox__t.html#a07cc8fe0cfd900a9449bffc4ca5a7a95" title="Mark all messages in a chat as noticed. ">mrmailbox_marknoticed_chat()</a> or <a class="el" href="classmrmailbox__t.html#a67281e50b568dc18df710275e0e13f5b" title="Mark a message as seen, updates the IMAP state and sends MDNs. ">mrmailbox_markseen_msgs()</a>.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">msg</td><td>The message object.</td></tr>
@ -768,7 +768,7 @@ Public Member Functions</h2></td></tr>
<p>Check if a message is starred. </p>
<p>Starred messages are "favorites" marked by the user with a "star" or something like that. Starred messages can typically be shown easily and are not deleted automatically.</p>
<p>To star one or more messages, use <a class="el" href="classmrmailbox__t.html#a8ed1c3bd08cd6515abf6046ebad9cafc" title="Star/unstar messages by setting the last parameter to 0 (unstar) or 1(star). ">mrmailbox_star_msgs()</a>, to get a list of starred messages, use <a class="el" href="classmrmailbox__t.html#af5ac7f527aef58f8e834f3bd740acd46" title="Get all message IDs belonging to a chat. ">mrmailbox_get_chat_msgs()</a> using MR_CHAT_ID_STARRED as the chat_id.</p>
<p>To star one or more messages, use <a class="el" href="classmrmailbox__t.html#a8ed1c3bd08cd6515abf6046ebad9cafc" title="Star/unstar messages by setting the last parameter to 0 (unstar) or 1 (star). ">mrmailbox_star_msgs()</a>, to get a list of starred messages, use <a class="el" href="classmrmailbox__t.html#af5ac7f527aef58f8e834f3bd740acd46" title="Get all message IDs belonging to a chat. ">mrmailbox_get_chat_msgs()</a> using MR_CHAT_ID_STARRED as the chat_id.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">msg</td><td>The message object.</td></tr>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long