Changeset 465d38b in github
- Timestamp:
- Jun 19, 2009 11:28:53 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 5302a93
- Parents:
- 2f14293
- File:
-
- 1 edited
-
program/js/app.js (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r3a2b270 r465d38b 190 190 { 191 191 this.enable_command('show', 'reply', 'reply-all', 'forward', 'moveto', 'delete', 192 'open', 'mark', 'edit', 'viewsource', 'download', 'print', 'load-attachment', 'load-headers', true);192 'open', 'mark', 'edit', 'viewsource', 'download', 'print', 'load-attachment', 'load-headers', true); 193 193 194 194 if (this.env.next_uid) … … 203 203 } 204 204 205 if (this.env.blockedobjects)205 if (this.env.blockedobjects) 206 206 { 207 207 if (this.gui_objects.remoteobjectsmsg) … … 278 278 { 279 279 this.contact_list = new rcube_list_widget(this.gui_objects.contactslist, {multiselect:true, draggable:true, keyboard:true}); 280 this.contact_list.row_init = function(row){ p.triggerEvent('insertrow', { cid:row.uid, row:row }); }; 280 281 this.contact_list.addEventListener('keypress', function(o){ p.contactlist_keypress(o); }); 281 282 this.contact_list.addEventListener('select', function(o){ p.contactlist_select(o); }); … … 442 443 row.flagged_icon.onmousedown = function(e) { p.command('toggle_flag', this); }; 443 444 } 445 446 this.triggerEvent('insertrow', { uid:uid, row:row }); 444 447 }; 445 448 … … 3622 3625 3623 3626 this.message_list.insert_row(row, attop); 3624 this.triggerEvent('insertrow', { uid:uid, row:row });3625 3627 3626 3628 // remove 'old' row … … 3765 3767 3766 3768 this.contact_list.insert_row(row); 3767 this.triggerEvent('insertrow', { cid:cid, row:row });3768 3769 3769 3770 this.enable_command('export', (this.contact_list.rowcount > 0));
Note: See TracChangeset
for help on using the changeset viewer.
