Make search help more explicit for is:{mentioned,private,starred}.

(imported from commit 736228d483372a571e5e07b0764da521febcc970)
This commit is contained in:
Steve Howell
2013-12-05 11:51:31 -05:00
parent 424994ec9b
commit b612d0a53f

View File

@@ -37,12 +37,16 @@
<td class="definition">Narrow to just message ID <span class="operator_value">id</span></td>
</tr>
<tr>
<td class="operator">is:<span class="operator_value">property</span></td>
<td class="definition">Narrow to messages that
have property <span class="operator_value">property</span>. Possible
values
include <span class="operator">private</span>, <span class="operator">starred</span>,
and <span class="operator">mentioned</span></td>
<td class="operator">is:mentioned</td>
<td class="definition">Narrow to messages that mention you.</td>
</tr>
<tr>
<td class="operator">is:private</td>
<td class="definition">Narrow to private messages.</td>
</tr>
<tr>
<td class="operator">is:starred</td>
<td class="definition">Narrow to starred messages.</td>
</tr>
<tr>
<td class="operator"><span class="operator_value">keyword</span></td>