mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-19 20:28:32 +00:00
See ChangeLog.
Monotone-Parent: 1ea08f6ec84d602c5e78b6c440e2f7d6297a82cd Monotone-Revision: 61b12be970a9603306d37277ee431b6fd5ab89cd Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-02T07:22:47
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
),
|
||||
(
|
||||
{ link = "#";
|
||||
onclick = "return onContactAdd(null);";
|
||||
onclick = "return onContactAdd(this);";
|
||||
image = "tb-compose-contacts-flat-24x24.png";
|
||||
cssClass = "tbicon_addressbook";
|
||||
label = "Contacts";
|
||||
@@ -35,5 +35,12 @@
|
||||
image = "options.png";
|
||||
cssClass = "tbicon_options";
|
||||
label = "Options"; }
|
||||
),
|
||||
(
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
onclick = "return onCloseButtonClick(event);";
|
||||
label = "Close";
|
||||
image = "tb-mail-stop-flat-24x24.png"; }
|
||||
)
|
||||
)
|
||||
|
||||
@@ -0,0 +1,67 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
|
||||
( // first group
|
||||
{ link = "#";
|
||||
image = "tb-mail-getmail-flat-24x24.png";
|
||||
cssClass = "tbicon_getmail";
|
||||
label = "Get Mail";
|
||||
onclick = "return refreshMailbox(this);";
|
||||
tooltip = "Get new messages"; },
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
image = "tb-mail-write-flat-24x24.png";
|
||||
onclick = "return onComposeMessage();";
|
||||
cssClass = "tbicon_compose";
|
||||
label = "Write";
|
||||
tooltip = "Create a new message"; },
|
||||
),
|
||||
|
||||
( // second group
|
||||
{ link = "#";
|
||||
onclick = "return openMessageWindowsForSelection('reply');";
|
||||
isSafe = NO;
|
||||
image = "tb-mail-reply-flat-24x24.png";
|
||||
cssClass = "tbicon_reply";
|
||||
label = "Reply";
|
||||
tooltip = "Reply to the message"; },
|
||||
{ link = "#";
|
||||
onclick = "return openMessageWindowsForSelection('replyall');";
|
||||
isSafe = NO;
|
||||
image = "tb-mail-replyall-flat-24x24.png";
|
||||
cssClass = "tbicon_replyall";
|
||||
label = "Reply All";
|
||||
tooltip = "Reply to sender and all recipients"; },
|
||||
{ link = "#";
|
||||
onclick = "return openMessageWindowsForSelection('forward');";
|
||||
isSafe = NO;
|
||||
image = "tb-mail-forward-flat-24x24.png";
|
||||
cssClass = "tbicon_forward";
|
||||
label = "Forward";
|
||||
tooltip = "Forward selected message"; },
|
||||
),
|
||||
|
||||
( // third group
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
onclick = "onMenuDeleteMessage(event);";
|
||||
// enabled = showMarkDeletedButton;
|
||||
image = "tb-mail-delete-flat-24x24.png";
|
||||
cssClass = "tbicon_delete";
|
||||
label = "Delete";
|
||||
tooltip = "Delete selected message or folder"; },
|
||||
// { link = "#";
|
||||
// isSafe = NO;
|
||||
// image = "tb-mail-junk-flat-24x24.png";
|
||||
// cssClass = "tbicon_junk";
|
||||
// label = "Junk";
|
||||
// tooltip = "Mark the selected messages as junk"; },
|
||||
),
|
||||
(
|
||||
{ link = "#";
|
||||
onclick = "return onPrintCurrentMessage(event);";
|
||||
cssClass = "tbicon_print";
|
||||
image = "tb-mail-print-flat-24x24.png";
|
||||
label = "Print";
|
||||
tooltip = "Print this message"; },
|
||||
)
|
||||
)
|
||||
@@ -1,29 +1,6 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
|
||||
( /* first group */
|
||||
{ link = "#";
|
||||
image = "tb-mail-getmail-flat-24x24.png";
|
||||
cssClass = "tbicon_getmail";
|
||||
label = "Get Mail";
|
||||
onclick = "return refreshMailbox(this);";
|
||||
tooltip = "Get new messages"; },
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
image = "tb-mail-write-flat-24x24.png";
|
||||
onclick = "return onComposeMessage();";
|
||||
cssClass = "tbicon_compose";
|
||||
label = "Write";
|
||||
tooltip = "Create a new message"; },
|
||||
{ link = "#";
|
||||
target = "addressbook";
|
||||
onclick = "openAddressbook(this);return false;";
|
||||
image = "tb-mail-addressbook-flat-24x24.png";
|
||||
cssClass = "tbicon_addressbook";
|
||||
label = "Addressbook";
|
||||
tooltip = "Go to address book"; },
|
||||
),
|
||||
|
||||
( // second group
|
||||
( // first group
|
||||
{ link = "#";
|
||||
onclick = "return openMessageWindowsForSelection('reply');";
|
||||
isSafe = NO;
|
||||
@@ -47,7 +24,7 @@
|
||||
tooltip = "Forward selected message"; },
|
||||
),
|
||||
|
||||
( // third group
|
||||
( // second group
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
onclick = "onMenuDeleteMessage(event);";
|
||||
@@ -71,4 +48,11 @@
|
||||
label = "Print";
|
||||
tooltip = "Print this message"; },
|
||||
),
|
||||
(
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
onclick = "return onCloseButtonClick(event);";
|
||||
label = "Close";
|
||||
image = "tb-mail-stop-flat-24x24.png"; }
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user