Monotone-Parent: 759f56bb9faa71b79a075866ec2f0a77d1f08bd8

Monotone-Revision: 40a3a3e82a6e149008b93190dcfd86a7e7f4d2b7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-19T17:58:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-19 17:58:21 +00:00
parent 3ee75911b5
commit 70768d420e
13 changed files with 922 additions and 0 deletions
@@ -0,0 +1,12 @@
( /* the toolbar groups -*-cperl-*- */
( { link = "#";
label = "Save and Close";
onclick = "return savePreferences();";
image = "tb-compose-save-flat-24x24.png"; },
{ link = "#";
isSafe = NO;
label = "Close";
onclick = "window.close(); return false;";
image = "tb-mail-stop-flat-24x24.png"; }
)
)