summaryrefslogtreecommitdiff
path: root/skins/classic/templates
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-10-24 12:24:37 +0200
committerAleksander Machniak <alec@alec.pl>2012-10-24 12:24:37 +0200
commite04e3144407b7a863999d8aeaf6c3a653219359f (patch)
treea384120c20254a15b831980970e51f0800f4f032 /skins/classic/templates
parente377ed30d204f6b7315df98443f20c6628cb9673 (diff)
Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686)
Diffstat (limited to 'skins/classic/templates')
-rw-r--r--skins/classic/templates/compose.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html
index 1e1403e18..23998ee0f 100644
--- a/skins/classic/templates/compose.html
+++ b/skins/classic/templates/compose.html
@@ -143,10 +143,10 @@
</tr><tr>
<td><label for="rcmcomposepriority"><roundcube:label name="priority" />:</label></td>
<td><roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></td>
- </tr><tr>
+ </tr><roundcube:if condition="!config:no_save_sent_messages" /><tr>
<td><label><roundcube:label name="savesentmessagein" />:</label></td>
<td><roundcube:object name="storetarget" maxlength="30" /></td>
- </tr>
+ </tr><roundcube:endif />
</table>
</div>