New labels.inc attached.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Wq/9fHTchma/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/
Update for Welsh labels.inc attached.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Dt/t391yazm/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/
Hi,
Attached is an updated version of labels.inc for en_GB which has the 1
missing bit of text in.
Thanks,
Phil
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Nw/16xsOWYA/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/
The release is scheduled for next Wednesday. So, all translators should
update localization files. Developers and plugin writers should make
some final tests suing current code. Thx.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi everyone,
I have recently upgraded to the latest stable version (0.3.1). I was
pleased to see that the users' private address books can now nicely be
stored in LDAP as well. I like this because it enables address book
synchronization with Thunderbird (albeit TB still can only access it
read-only, but it's a step forward). So I wrote up a small plugin that
can migrate the address books from SQL-backed storage to LDAP-backed one
when a user logs in. The file goes into plugins/addrbook_sql2ldap/
I realize that this has a rather narrow scope and is probably only
useful for a few people; nevertheless I'm attaching it here and leave it
up to the maintainers to decide whether to include it in the
distribution or to throw it away :-) License is GPL, of course.
This was written for 0.3.1, I don't know if there are any changes
required for the latest development version. I doubt it, but in case
there are, it should be a matter of minutes to adapt it because it's not
exactly a lot of code.
Oh, one more completely unrelated thing: on every login, I keep getting
the following warning in logs/errors:
PHP Warning: sort() expects parameter 1 to be array, boolean given in
program/include/rcube_imap.php on line 1118
It doesn't seem to do any harm, but if there's a suggestion for a fix,
I'd be grateful. I have to admit I didn't really understand where it
comes from ;-)
Best regads,
Chris
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Hq/RZioUZda/addrbook_sql2ldap.php
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!
Please update it.
labels.inc is for RoundCube;
plugins_ru_RU.patch is for help & password plugins.
С уважением,
Сергей Дукачёв (Sergey Dukachev) mailto:admin@mfitness.ru
---------------------------
Отдел IT
MFitness
+7 (495) 974 1234 (доб. 106)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Eh/ITKjEkdc/labels.inchttp://detached.gigo.com/rc/Eh/ITKjEkdc/plugins_ru_RU.patch
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 happy to work with a consultant to answer this and other
questions, as per my previous email. However, Thomas suggested I send
some questions to the dev list, so I'm doing that. ]]
I want to modify roundcube to add a new column to the mailbox listing
based on an X- header in the email messages, conditionally based on
the mailbox name.
I've found these functions involved in creating the message listing:
program/steps/mail/func.inc:rcmail_message_list
program/steps/mail/func.inc:rcmail_js_message_list
It looks like the message list both printed as HTML and updated by
javascript.
I tired modifying their output to add some new columns, but the
resulting display was really weird. The new column ended up to the
right of the actual column listing, and I don't think had the right
data.
Just to see how the system works, I tried modifying the configuration
$rcmail_config['list_cols'] and adding 'cc' or 'replyto' (both
identified as supported columns) and they did not show up as new
columns in the message listing. When I remove a column (such as
'date') it does disappear from the listing.
I'd appreciate any pointers.
I'm running roundcubemail-0.3.1.
Thanks!
David Harris
DRH Internet Inc.
972-572-0900
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
attached the updated localzation for
/trunk/plugins/help/localization/zh_TW.inc
--
Best Regards,
Thomas Yu - Sian , Liu
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/XR/zXLEbyYR/zh_TW.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/
Hi Jannis,
Thanks! This is exactly what I needed.
David
On Jul 24, 2010, at 12:08 PM, Jannis Froese wrote:
>
> Hi,
> I'm not exactly an roundcube developer, but in case you haven't got
> the
> answer yet:
> In program/js/list.js you find the function "use_arrow_key" (row 455)
> which
> does exactly what you want. Just look at it to see how to do it.
> Regards
> Jannis
>
>
> On Fri, 23 Jul 2010 11:50:27 -0500, David Harris <dharris(a)drh.net>
> wrote:
>> Hi,
>>
>> [[ I'm happy to work with a consultant to answer this and other
>> questions, as per my previous email. However, Thomas suggested I send
>> some questions to the dev list, so I'm doing that. ]]
>>
>> I want to create a button to move to the next or previous message in
>> a mailbox listing page. And if we're at the last message in a page
>> and someone clicks to go to the next message, then we will move to
>> the first message in the next page.
>>
>> I've found:
>> rcmail.command('nextmessage');
>> rcmail.command('previousmessage');
>> but they only appear to work on message listing page.
>>
>> For the mailbox listing page, I've found these functions to move back
>> and forward through the page list:
>> rcmail.command('previouspage');
>> rcmail.command('nextpage');
>>
>> Is there a command to do this?
>>
>> I see that the down and up arrow seem to do what I want. Do you have
>> a keypress handler doing this that calls a command? (I can't find
>> it.)
>>
>> Thanks,
>>
>> David Harris
>> DRH Internet Inc.
>> 972-572-0900
>>
>>
>>
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/dev/
_______________________________________________
List info: http://lists.roundcube.net/dev/