Fix scrolling quirk in email preview frame using Opera 12 (#1488763)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix scrolling quirk in email preview frame using Opera 12 (#1488763) |
| | | - Fix displaying of multipart/alternative messages with empty parts (#1488750) |
| | | - Fix threaded list sorting on PHP < 5.2.9 (#1488748) |
| | | - Plugin API: Add 'email_list' argument for identities data in user_create hook |
| | |
| | | bottom: 0px; |
| | | border: 1px solid #999999; |
| | | background-color: #F9F9F9; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | #messagecontframe |
| | |
| | | bottom: 0; |
| | | border: 1px solid #999; |
| | | background-color: #F9F9F9; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | #mailboxlist |