Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into release-1.0
| | |
| | | - Fix Delete button state after deleting identity/response (#1489972) |
| | | - Fix bug where contacts with no email address were listed on compose addressbook (#1489970) |
| | | - Fix images import from various vCard formats (#1489977) |
| | | - Fix sorting messages by size on servers without SORT capability (#1489981) |
| | | |
| | | RELEASE 1.0.1 |
| | | ------------- |
| | |
| | | $result[$id] = ''; |
| | | } |
| | | } else if ($mode == 2) { |
| | | if (preg_match('/(UID|RFC822\.SIZE) ([0-9]+)/', $line, $matches)) { |
| | | $result[$id] = trim($matches[2]); |
| | | if (preg_match('/' . $index_field . ' ([0-9]+)/', $line, $matches)) { |
| | | $result[$id] = trim($matches[1]); |
| | | } else { |
| | | $result[$id] = 0; |
| | | } |
| | |
| | | left: 5px; |
| | | top: -3px; |
| | | display: inline-block; |
| | | width: 24px; |
| | | width: 16px; |
| | | height: 18px; |
| | | text-decoration: none; |
| | | text-indent: -5000px; |
| | | overflow: hidden; |
| | | background: url(images/buttons.png) -7px -377px no-repeat; |
| | | } |
| | | |