From e04e3144407b7a863999d8aeaf6c3a653219359f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 24 Oct 2012 06:24:37 -0400 Subject: [PATCH] Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686) --- skins/classic/templates/compose.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html index 1e1403e..23998ee 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> -- Gitblit v1.9.1