sogo/UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar
dev-unix.inverse.qc.ca f18c764ffa see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89

Monotone-Author: dev-unix.inverse.qc.ca
Monotone-Date: 2006-06-15T19:34:10
Monotone-Branch: ca.inverse.sogo
2006-06-15 19:34:10 +00:00

33 lines
1.1 KiB
Plaintext

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