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/
Hi!
I'm a newbie in this list.
I have a little problem so I need to change a little part of roundcube
mail compose interface: often I attach file having long file name and I
see only the begin of these.
I would add a title to show full filename but I'm interesting in merge
my changes in source project. Is it possible? What's the procedure?
Thanks in advance,
Fabio
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all, im currently making a plugin using my own settings section
(not a tab), that has the possibility of having conflicting settings.
I can warn for what through my own message, but the code isnt set up
for plugins to fail a preference save. Is this something we'd like to
be able to do, or shall I just re-arrange things so i dont have the
need to fail a preferences save?
Regards,
Cor
_______________________________________________
List info: http://lists.roundcube.net/dev/
Does anybody know when bug #1486105 might be fixed? I am loving version
0.3 but this regression is a big pain for me.
Thanks,
Jeff
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello
Is it possible to embed stationary into Roundcube so that it is the default
"template" used when composing an e-mail - If so - how is this best
achieved?
Thanks
PS - we're still looking for a Roundcube expert to consult to us
_______________________________________________
List info: http://lists.roundcube.net/dev/
hey,
while i really like the idea to use icons for folder/select options at
the bottom of page, i don't think that current icons integrate well with
the rest of roundcube design.
i.e. the strong red should be changed to some more-blueish color. most
used colors in roundcube are more or less related to blue, and even
those which do use different colors (i.e. logout icon) aren't as strong
and flashy as the newly introduced folder/select icons.
i'm by no means a graphics designer thus i'm not able to provide
alternatives.
greetings,
jonas
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ta/u5czy5uQ/signature.asc
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 all,
when the Message Threading will be integrated in trunk?.
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Alec,
hi all,
I just updated SVN r2996. We need suitable list control icons for my listcontrols plugin (select range) and the keybord_shorcuts plugin.
I'm really not a icon designer. I don't even have the software for that. Any volunteer to create these two icons. I will adjust the code then.
Thanks in advance!
Regards,
Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello Patrik Kullman,
there is no contact address in your plugin code. I hope you have subscribed to devs list.
There were some confilcts in your code with my captcha plugin and the new_user_dialog plugin.
I've fixed that. Is there a more reliable way to avoid loading the key listener than checking for $_SESSION['username'] and empty $_SESSION['plugin.newuserdialog']?
Regards,
Roland
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/fH/9KyRXnh1/keyboard_shortcuts.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/
"More detailed list of requriements"
Please correct this typo.
:)
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
there is a mis-alignment on IE8 and lower. Mailbox list bottom needs an adjustion of 2px. It is caused by splitters dot.
Add within mail.html in the style section:
#mailboxlist-container
{
<roundcube:exp expression="browser:ie ? ('bottom: 18px;') : ''" />
}
Also there was a incorrect quote in the new listcontrols ...
Attached is a new mail.html ...
Regards,
Roland
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/R9/CRNQeHO5/mail.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/
Is there any good reason why 'From' and 'To' are localised to 'Sender'
and 'Recipent', respectively? I don't recall seeing it in any other mail
applications. Thunderbird at least keeps the original header names.
In particular, it gets mildly confusing when my message *does* have a
header called 'Sender' and I have to double check the message source to
be certain what header I'm seeing. To compare, Thunderbird's behaviour
is to show both 'From' and 'Sender' headers to the user. I'd have
thought that English-speaking users at least would want to see something
as close to the original header names as possible.
Francis
_______________________________________________
List info: http://lists.roundcube.net/dev/
Here is it.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/DX/aKSPc0wg/labels.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/
Here are the updates.
Can somebody add the plugin localization files in the online translator??
Bye!
--
Pablo Rosciani
NetSud Soluciones Tecnológicas.
Santo Tome - Prov. de Santa Fe - Argentina
Tel: +54 342 4740976
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/5W/sbUNor9b/labels.inchttp://detached.gigo.com/rc/5W/sbUNor9b/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/
Czech translation for:
- plugin archive
- plugin help
- plugin markasjunk
- plugin subscriptions_option
- plugin userinfo (with small code patch)
best regards Milan Kozak
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bA/jWjsjsSt/plugins.tar.bz2
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Sun, 27 Sep 2009 09:33:44 +0200, "A.L.E.C" <alec(a)alec.pl> wrote:
>> So, we need 6 icons (both normal and faded) for core: folder-compact,
>> folder-empty, select-all, select-unread, select-invert and select-none,
>> and two icons for threads: expand-all and collapse-all, am I right?
>
> Yes. All buttons have 3 states: disabled, active and selected (this is
not
> used now). Would be nice if you could implement this using one image
file.
> See #messagetoolbar.
See attach (icons are 15x15 with transparent background).
Please inform me if something is wrong, I'm not a graphics designer at
all.
Vladislav
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ut/z2plNm0I/footer-icons.png
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/