Fix typo on the manual's search page

Fixes #192
This commit is contained in:
Michael Gratton 2019-01-29 16:46:28 +11:00 committed by Michael James Gratton
parent 8fdad4e888
commit 8cbc76a41d

View file

@ -61,10 +61,10 @@
</tr>
<tr>
<td><p><input>to:<var>recipient</var></input></p></td>
<td><p>Finds messages where <var>sender</var> matches the To, CC, or BCC header.</p></td>
<td><p>Finds messages where <var>recipient</var> matches the To, CC, or BCC header.</p></td>
</tr>
</table>
<p>As a special case, the <input>bcc</input>, <input>cc</input>, <input>from</input>, and
<input>to</input> operators support <input>me</input> as their argument, which searches for the
account's email address in the appropriate context.</p>