diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-05 00:37:10 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-05 00:37:10 +0000 |
| commit | 08da5273ebc148c320ae7f2b9ecd2b2b1c1bc5f0 (patch) | |
| tree | 31be5d19550ab52a439bc399d215a1a5581fba97 /roundcubemail/skins/default/templates | |
| parent | e786e636683429a4c57dbea03b4e35007a593371 (diff) | |
Optimized loading time; added periodic mail check; added EXPUNGE command
git-svn-id: https://svn.roundcube.net/trunk@93 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates')
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 0f87c635d..1af25ed88 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -28,6 +28,11 @@ <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" /> +</div> + <div id="mailcontframe"> <roundcube:object name="messages" |
