sogo/UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar
Wolfgang Sourdeau 5d45e64de9 - see ChangeLog;
Monotone-Parent: a94fdd73f46f13c408afc631567411d8f76242ba
Monotone-Revision: 9a1990daa03b7969b33420752ca0d11ef89f8d64

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-06T19:48:36
Monotone-Branch: ca.inverse.sogo
2006-07-06 19:48:36 +00:00

40 lines
1.4 KiB
Perl

( /* the toolbar groups -*-cperl-*- */
( /* first group */
{
link = "getMail";
cssClass = "tbicon_getmail"; label = "Get Mail";
image = "tb-mail-getmail-flat-24x24.png";
tooltip = "test coucou blabla";
},
{
link = "#"; // "compose"; // target = "_blank";
isSafe = NO;
image = "tb-mail-write-flat-24x24.png";
onclick = "clickedCompose(this);return false;";
cssClass = "tbicon_compose"; label = "Write";
},
),
( // third group
{ link = "emptyTrash"; isSafe = NO;
enabled = clientObject.isDeleteAndExpungeAllowed;
image = "tb-mail-junk-flat-24x24.png";
cssClass = "tbicon_trash"; label = "Empty Trash"; },
/* TODO: enable when implemented
// TODO: enable when delete works (#1212)
{ link = "#"; isSafe = NO;
image = "tb-mail-delete-flat-24x24.png";
cssClass = "tbicon_delete"; label = "Delete"; },
// TODO: enable when we know how to mark junk (#971)
{ link = "#"; isSafe = NO;
image = "tb-mail-junk-flat-24x24.png";
cssClass = "tbicon_junk"; label = "Junk"; },
*/
),
/*
( // fourth group
{ link = "#"; cssClass = "tbicon_stop"; label = "Stop"; },
)
*/
)