Merge branch 'master' of github.com:roundcube/roundcubemail
| | |
| | | } |
| | | |
| | | // use VLV pseudo-search for autocompletion |
| | | $rcmail = rcmail::get_instance(); |
| | | $rcube = rcube::get_instance(); |
| | | |
| | | if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == join(',', $rcmail->config->get('contactlist_fields'))) |
| | | if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == join(',', $rcube->config->get('contactlist_fields'))) |
| | | { |
| | | // add general filter to query |
| | | if (!empty($this->prop['filter']) && empty($this->filter)) |
| | |
| | | function rcmail_wrap_and_quote($text, $length = 72) |
| | | { |
| | | // Rebuild the message body with a maximum of $max chars, while keeping quoted message. |
| | | $max = min(77, $length + 8); |
| | | $max = max(75, $length + 8); |
| | | $lines = preg_split('/\r?\n/', trim($text)); |
| | | $out = ''; |
| | | |
| | |
| | | background-position: 6px 2px; |
| | | } |
| | | |
| | | #mailboxlist li:first-child { |
| | | border-radius: 4px 4px 0 0; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox a { |
| | | padding-left: 36px; |
| | | white-space: nowrap; |
| | |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .uibox .boxfooter { |
| | | border-radius: 0 0 4px 4px; |
| | | } |
| | | |
| | | .boxfooter .listbutton { |
| | | display: inline-block; |
| | | text-decoration: none; |
| | |
| | | margin-top: 1px; |
| | | } |
| | | |
| | | .uibox .boxfooter .listbutton:first-child { |
| | | border-radius: 0 0 0 4px; |
| | | } |
| | | |
| | | .boxfooter .listbutton .inner { |
| | | display: inline-block; |
| | | width: 48px; |