Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
www-data committed Dec 27, 2011
1 parent c4a14a3 commit d704487
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions email/email-email-mega-mix.patch
Expand Up @@ -29,7 +29,7 @@ index 15f6bac..f0a960a 100644
{label: $L('24 hours'), value: AccountPreferences.SYNC_24_HRS + ""},
{label: $L('Manual'), value: AccountPreferences.SYNC_MANUAL + ""}
diff --git a/usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant.js b/usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant.js
index 55f61d0..492ecad 100644
index 55f61d0..8e72f16 100644
--- a/usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant.js
+++ b/usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant.js
@@ -254,8 +254,11 @@ ComposeAssistant.prototype.setup = function() {
Expand All @@ -39,9 +39,9 @@ index 55f61d0..492ecad 100644
+ {label:$L('Priority'), icon:'priority', command:'priority'},
{label:$L('Attach'), icon:'attach', command:'attach'},
- {label:$L('Send'), icon:'send', command:'send'}
+ {label:$L('Send'), icon:'send', command:'send'},
+ {label:$L('Save'), icon:'save', command:'save'},
+ {label:$L('Delete'),icon:'delete', command:'cancel'}
+ {label:$L('Send'), icon:'send', command:'send'},
+ {label:$L('Save'), icon:'save', command:'save'},
+ {label:$L('Delete'),icon:'delete', command:'cancel'}
]};
this.controller.setupWidget(Mojo.Menu.commandMenu, undefined, this.cmdMenuModel);

Expand Down Expand Up @@ -116,14 +116,14 @@ index 95bb302..6a7481e 100644
{label:$L('Reply all'), icon:'reply-all', command:'replyAll'},
{label:$L('Forward'), icon:'forward-email', command:'forward'},
diff --git a/usr/palm/applications/com.palm.app.email/app/models/AccountPreferences.js b/usr/palm/applications/com.palm.app.email/app/models/AccountPreferences.js
index 3dd59f4..dc279c0 100644
index 3dd59f4..a15ab35 100644
--- a/usr/palm/applications/com.palm.app.email/app/models/AccountPreferences.js
+++ b/usr/palm/applications/com.palm.app.email/app/models/AccountPreferences.js
@@ -82,8 +82,13 @@ AccountPreferences.SYNC_5_MINS = 5;
AccountPreferences.SYNC_10_MINS = 10;
AccountPreferences.SYNC_15_MINS = 15;
AccountPreferences.SYNC_30_MINS = 30;
+AccountPreferences.SYNC_45_MINS = 45;
+AccountPreferences.SYNC_45_MINS = 45;
AccountPreferences.SYNC_1_HR = 60;
+AccountPreferences.SYNC_2_HRS = 120;
+AccountPreferences.SYNC_4_HRS = 240;
Expand Down

0 comments on commit d704487

Please sign in to comment.