From 5e35126796f14e0910a007972779d96fd49e1789 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 25 Jan 2006 17:56:53 -0500 Subject: [PATCH] Added folder purge function and some checks --- skins/default/templates/mail.html | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 61d0e6d..0913018 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -28,6 +28,12 @@ <div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div> <div id="mailboxlist-container"><roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /></div> +<div id="mailboxcontrols"> +<roundcube:label name="folder" />: +<roundcube:button command="expunge" label="compact" classAct="active" /> +<roundcube:button command="purge" label="empty" classAct="active" /> +</div> + <div id="mailcontframe"> <roundcube:object name="messages" @@ -37,9 +43,7 @@ messageIcon="/images/icons/dot.png" unreadIcon="/images/icons/unread.png" repliedIcon="/images/icons/replied.png" - attachmentIcon="/images/icons/attachment.png" - sortDescButton="/images/buttons/up_arrow.png" - sortAscButton="/images/buttons/down_arrow.png" /> + attachmentIcon="/images/icons/attachment.png" /> </div> <div id="listcontrols"> -- Gitblit v1.9.1