mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-15 11:53:17 +00:00
Monotone-Parent: 469c67c9e37bffb5b1edbabd90c1c5a55441c8c7
Monotone-Revision: 220dbf66e852545abc48773c44cfd8787ec20729 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-11T20:02:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -24,21 +24,21 @@
|
||||
),
|
||||
|
||||
( // second group
|
||||
{ link = "reply";
|
||||
{ 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 = "replyall";
|
||||
{ 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 = "forward";
|
||||
{ link = "#";
|
||||
onclick = "return openMessageWindowsForSelection('forward');";
|
||||
isSafe = NO;
|
||||
image = "tb-mail-forward-flat-24x24.png";
|
||||
|
||||
Reference in New Issue
Block a user