Changeset 1170 in subversion
- Timestamp:
- Mar 3, 2008 4:06:53 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r1167 r1170 1096 1096 this.folder_mouse_up = function(id) 1097 1097 { 1098 // Hide message command buttons until a message is selected1099 this.enable_command('reply', 'reply-all', 'forward', 'delete', 'mark', 'print', false);1100 1101 1098 if (this.drag_active) 1102 1099 { … … 1104 1101 this.command('moveto', id); 1105 1102 } 1106 1107 1103 }; 1108 1104 … … 1388 1384 { 1389 1385 // exit if current or no mailbox specified or if selection is empty 1390 if (!mbox || !this.env.uid || mbox == this.env.mailbox || !this.message_list || !this.message_list.get_selection().length)1386 if (!mbox || mbox == this.env.mailbox || (!this.env.uid && (!this.message_list || !this.message_list.get_selection().length))) 1391 1387 return; 1392 1388 … … 1402 1398 else 1403 1399 this.show_contentframe(false); 1400 1401 // Hide message command buttons until a message is selected 1402 this.enable_command('reply', 'reply-all', 'forward', 'delete', 'mark', 'print', false); 1404 1403 1405 1404 this._with_selected_messages('moveto', lock, add_url);
Note: See TracChangeset
for help on using the changeset viewer.
