diff options
| author | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-01 16:09:58 +0000 |
|---|---|---|
| committer | cmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-01 16:09:58 +0000 |
| commit | aac5af2d81918e68075d60ad83aeee599b1f88cf (patch) | |
| tree | f6899b3c8f6b5e5b73726c2e029de832a0eefaed | |
| parent | 1da6ed35348cb4efa466fe692bd51916e1614cdf (diff) | |
Added deleted icon
git-svn-id: https://svn.roundcube.net/trunk@208 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 7e5d4474d..7cb7efc12 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -46,6 +46,7 @@ summary="Message list" messageIcon="/images/icons/dot.png" unreadIcon="/images/icons/unread.png" + deletedIcon="/images/icons/folder-trash.png" repliedIcon="/images/icons/replied.png" attachmentIcon="/images/icons/attachment.png" /> </div> |
