On Wed, 07 Oct 2009 13:26:43 +0200, "A.L.E.C" <alec(a)alec.pl> wrote:
> Chris January wrote:
>
>>>> Sorting by anything but the default order (i.e. index_sort=true) is
>>>> incredibly slow with 30,000 or so messages.
>>> THREAD command returns messages (threads) sorted by date, it's not
>>> possible to speed this up. Index_sort option will not help and we have
>>> two possibilities:
>>> - re-sort by root message index if index_sort=true,
>>> - forget about index_sort option when using threads
>>
>> This is why there is a 'default' sort order in the threading patch. The
>> THREAD command returns, as you say, messages sorted by date. Roundcube
>> then
>> sorts them again which can be very slow with lots of messages. So the
>> threading patch introduces the 'default' sort order, which could be
>> better
>> called the 'unsorted' sort order, i.e. the messages aren't sorted at
all
>> but kept in the same order they are returned by the server.
>
> But re-sorting by message index shouldn't be very slow, since we don't
> fetch any data from IMAP server. I still force to not use this 'default'
> stuff.
Sorting ~30,000 threads with ~60,000 messages in them takes in the order
of minutes on my machine. This is unacceptably slow, that's why I added the
'default' option.
Chris
_______________________________________________
List info: http://lists.roundcube.net/dev/
Is the documentation for skins available anywhere?
Thanks.
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Peter,
I'm forwarding this email to our dev@ mailing list where this should
have went. Also, if it's not too much to ask, please supply a patch
next time. :-)
Till
---------- Forwarded message ----------
From: Péter Varga <info(a)vargapeter.com>
Date: 2009/10/5
Subject: rc userinfo plugin hu_HU
To: hello(a)roundcube.net
Hy!
For the next release I translated the plugins localization:
$labels['userinfo'] = 'Felhasználó';
$labels['created'] = 'Létrehozva';
$labels['lastlogin'] = 'Utolsó bejelentkezés';
$labels['defaultidentity'] = 'Alapértelmezett profil';
And a little "bug":
On the top "Infos for xxx(a)domain.xxx" wasn't translated. (attached screenshot).
In hunagrian (hu_HU) means: "Információk a felhasználóról:"
Best regards,
Peter
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I checked my error logs with roundcube and found several repeated issues
with conversion to UTF-8.
[06-Oct-2009 09:01:09 +0200]: PHP Error: Could not convert string from
ISO-1040 to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class
is available. in /home/roundcubemail/program/include/main.inc on line 279
(GET /?_task=mail)
[06-Oct-2009 09:02:54 +0200]: PHP Error: Could not convert string from
ISO-1040 to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class
is available. in /home/roundcubemail/program/include/main.inc on line 279
(GET /?_task=mail&_mbox=INBOX&_page=1)
[06-Oct-2009 09:43:22 +0200]: PHP Error: Could not convert string from
ISO-88659-1 to UTF-8. Make sure iconv/mbstring is installed or
lib/utf8.class is available. in
/home/roundcubemail/program/include/main.inc on line 279 (GET /?_task=mail)
most of them are related to ISO-1040 and ISO-88659-1 conversion.
Are these equivalent to some other charset and can be added to aliases?
or do we need to include a new mapping file to encodings directory?
Thanks.
Mirko
_______________________________________________
List info: http://lists.roundcube.net/dev/
Heya all,
I am trying to develop a plugin that would change the default_host
config variable. The issue is quite similar to following thread:
http://lists.roundcube.net/mail-archive/dev/2009-09/0000049.html
If I set up the authenticate plugin hook, the return host value, should
also be listed in config.inc.php (reference: program/include/rcmail.php
line 439), so that means that if I have multiple IMAP backends, all of
them must be listed in config.inc.php default_host variable.
Meanwhile, that means that on login page drop down box appears
(loginform object in rcube_template.php).
So, is there a way to skip server drop down box on login page and
properly use authenticate hook to set up the host parameter.
If this is not possible, I would omit host parameter in authenticate
hook, since it cannot be altered.
Pedro R. Benito da Rocha made a good suggestion that 'skip dialog'
config option could be present and used in rcube_template.php to skip
server box display. IMHO that is the way to deal with it...
regards, Jernej
_______________________________________________
List info: http://lists.roundcube.net/dev/
Thomas Bruederli wrote:
>> - if (empty($o_part->charset))
>> + if (empty($o_part->charset) || strtolower($o_part->charset) == 'us-ascii')
>> $o_part->charset = $this->default_charset;
>>
>
> Hi Alec
>
> Hmm, I have some concerns that this change might break the display of
> messages that really are encoded with US-ASCII. How is such an e-mail
> displayed if the default charset is some chinese character set?
I think most of encodings contains ASCII subset, so there should be no
significant problem with this. We need to test this more.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
here is new translation update for czech language.
Changes:
uploading - translated
notuploadedwarning - translated
Aleš Pospíchal
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/4q/cURATWBE/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
here is new czech translation update with label uploading file translated.
Ales Pospichal
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/t4/Wf5DMuvX/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Georgian ka_GE
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tf/uYWpKVKS/ka_GE.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, here is the Asturian translation updated to the current version.
Thanks.
Mikel González
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Fs/mxLsmskm/ast_0.3.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/