mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Now possible to set alarms on event invitations
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
( { link = "#";
|
||||
isSafe = NO;
|
||||
label = "accept";
|
||||
onclick = "return modifyEvent(this, 'accept');";
|
||||
image = "tb-ab-properties-flat-24x24.png"; } )
|
||||
)
|
||||
@@ -1,12 +0,0 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
( { link = "#";
|
||||
isSafe = NO;
|
||||
label = "accept";
|
||||
onclick = "return modifyEvent(this, 'accept');";
|
||||
image = "tb-ab-properties-flat-24x24.png"; },
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
label = "decline";
|
||||
onclick = "return modifyEvent(this, 'decline');";
|
||||
image = "tb-mail-stop-flat-24x24.png"; } )
|
||||
)
|
||||
@@ -1,7 +0,0 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
( { link = "#";
|
||||
isSafe = NO;
|
||||
label = "decline";
|
||||
onclick = "return modifyEvent(this, 'decline');";
|
||||
image = "tb-mail-stop-flat-24x24.png"; } )
|
||||
)
|
||||
Reference in New Issue
Block a user