summaryrefslogtreecommitdiff
path: root/skins/larry/templates/mail.html
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-01 10:54:57 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-01 10:54:57 +0100
commit347ba311e68f3a641805a268313fcd5ed851feb7 (patch)
tree04a989b06aa6778ca5a75a40739b038d268588f9 /skins/larry/templates/mail.html
parent5438956debdf254ed1b49ef144f1626007b9e669 (diff)
Add possibility to search in message body only (#1488770)
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r--skins/larry/templates/mail.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html
index 751ab82a4..cd817c1de 100644
--- a/skins/larry/templates/mail.html
+++ b/skins/larry/templates/mail.html
@@ -133,6 +133,7 @@
<li><label><input type="checkbox" name="s_mods[]" value="to" id="s_mod_to" onclick="UI.set_searchmod(this)" /> <roundcube:label name="to" /></label></li>
<li><label><input type="checkbox" name="s_mods[]" value="cc" id="s_mod_cc" onclick="UI.set_searchmod(this)" /> <roundcube:label name="cc" /></label></li>
<li><label><input type="checkbox" name="s_mods[]" value="bcc" id="s_mod_bcc" onclick="UI.set_searchmod(this)" /> <roundcube:label name="bcc" /></label></li>
+ <li><label><input type="checkbox" name="s_mods[]" value="body" id="s_mod_body" onclick="UI.set_searchmod(this)" /> <roundcube:label name="body" /></label></li>
<li><label><input type="checkbox" name="s_mods[]" value="text" id="s_mod_text" onclick="UI.set_searchmod(this)" /> <roundcube:label name="msgtext" /></label></li>
</ul>
</div>