Changeset 3d74c16 in github
- Timestamp:
- Sep 19, 2011 4:00:08 PM (21 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
- Children:
- 50077da
- Parents:
- 1f803b6
- File:
-
- 1 edited
-
program/js/app.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r609d392 r3d74c16 156 156 157 157 // enable general commands 158 this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', ' undo', true);158 this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', 'compose', 'undo', true); 159 159 160 160 if (this.env.permaurl) … … 165 165 case 'mail': 166 166 // enable mail commands 167 this.enable_command('list', 'checkmail', ' compose', 'add-contact', 'search', 'reset-search', 'collapse-folder', true);167 this.enable_command('list', 'checkmail', 'add-contact', 'search', 'reset-search', 'collapse-folder', true); 168 168 169 169 if (this.gui_objects.messagelist) { … … 810 810 811 811 case 'compose': 812 var url = this. env.comm_path+'&_action=compose';812 var url = this.url('mail/compose'); 813 813 814 814 if (this.task == 'mail') {
Note: See TracChangeset
for help on using the changeset viewer.
