On Wed, 26 Sep 2007 17:34:03 +0200, "Thomas Bruederli"
<roundcube(a)gmail.com> wrote:
> 2007/9/26, Robin Elfrink <elfrink(a)introweb.nl>:
>> Thomas Bruederli wrote:
>>
>> > My folders are all top-level and $IMAP->delimiter is empty. The
>> > resulting expression is /.*/ which removes all characters from the
>> > folder name. I'd suggest to split the folder name by the delimiter and
>> > then use the last array index (which would be 0 in my case).
>>
>> An empty delimiter. Never thought of that. Okay, fixed.
>
> I tested it on my Mac (IMAP daemon from Postfix Enabler which is
> derived from UW-IMAP) and added a default delimiter (r824). The server
> did not define any and exploding a string by NULL results in an empty
> array.
>
I might be wrong about this, but about the time this 'fix' got in, my
folder list doesn't nest folders anymore.
Folder
Folder.Subfolder
-instead of-
Folder
Subfolder
How can I set the delimiter(.) again? I'm on r851/Dovecot-imapd btw.
-H-
> Sorry for bitching again but there are still some issues (see
> http://trac.roundcube.net/trac.cgi/ticket/1457344#comment:12) which
> should be solved before we can consider this feature as completed.
>
> ~Thomas
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi
Updated Persian translation is attached.
P.S. I read about people having to confirm the translations, if it's done like this, tell me how exactly they should confirm. (because I do know some friends and others who use RoundCube with Persian language)
Regards
Ardnoosh
---------------------------------
Pinpoint customers who are looking for what you sell.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/cf/GP4UXk7N/labels.inchttp://detached.gigo.com/rc/cf/GP4UXk7N/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/
I have installed rc the latest from the website. I just get a blank page. My error log says:
[02-Oct-2007 12:07:27] PHP Fatal error: Call to a member function on a non-object in /home/brentadv/public_html/rc/program/include/rcube_db.inc on line 366
[02-Oct-2007 12:35:45] PHP Fatal error: Call to a member function on a non-object in /home/brentadv/public_html/rc/program/include/rcube_db.inc on line 366
[02-Oct-2007 12:36:45] PHP Fatal error: Call to a member function on a non-object in /home/brentadv/public_html/rc/program/include/rcube_db.inc on line 366
Line 366 says:
return "now()";
:s but I don't think it's that.
Also I couldn't work out how to do this in cpanel. I have already set up my database with correct username and pass.
Database Setup
While we're uploading (or after we're done) we have one final step to do before we can start using Roundcube. We need to set up our database. Open your website control panel. You first need to create a database and user with the information we decided earlier. Then add that user to the database. Next we execute the SQL file found in the "/SQL/" directory in Roundcube that is named: "*.initial.sql" where * is your database backend type (mySQL, PostgreSQL, SQLite).
For example with mysql enter the following code on the command line:
mysql --user=(your_db_user_name) -p (your_db_name) < mysql.initial.sql
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi there,
I've just tested RoundCube, and feel that's great, because simply is the
best. After used some hours, I have some suggestions and a bug want to
report.
Suggestions:
1. After deleted a message, wish it will select next message by auto
for easy deletion by keyboard. (Because if every time need to use mouse
click maybe too slow.?)
Bugs?
1. When loading the list of messages, the icon background always in
gray, and change to white. The row height also changing on that moment.
Thanks for your great tools.
Best regards,
anDY
_______________________________________________
List info: http://lists.roundcube.net/dev/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi !
Here is my first patch for my filter's system.
I separate my filter system (named mc_filters) from the filter's interface.
In lib/Filters are the different classes for filter's system (for the moment
only mc_filters and the base class).Filter's system used are stored in the
main.inc.php.
So.. I'm open to all your remarks, like horribles English's mistakes ;).
The code is a bit ugly for the moment (I try to not edit your base files and
the CSS so I re-use for ex. the classes for another pages for settings) ^^,
but I will correct this later.
All is based on the revision 740 of the trunk.
What do you think about it ? What I have to change ?
Regards,
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org
iD8DBQFG6rMsjKKs5/FTCjURAobAAJ9s4vbrbevV4na9GaUv8evfgwagjwCgxr6H
zr83rNB+tT4wA9+bhpwDhHg=
=5So1
-----END PGP SIGNATURE-----
--
( o _ Maximilien Cuony [The glu]
/ / \ Mon Blog : http://theglu.tuxfamily.org
V_ /_ www.ubuntu-fr.orgwww.getfirefox.com
Ce mail est signé numériquement avec FireGPG.
Clé publique : http://theglu.tuxfamily.org/public/cle.pgp
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/6C/pgpRjvEb/filters.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 finished folder drag/drop. Enables drag/dropping of folders onto a new
parent folder, or to the root of the tree if dropped onto one of the
'protected' folders.
In the process I fixed sort_subscription_list(). Not that anybody ever
noticed it was broken, but still.
Comments please, and tests on different browsers on different platforms.
Firefox on win32 works fine, no need to test that :)
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1j/DANjXG8A/folder-dragdrop.2007.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/
Hello,
I've updated Polish translation ('movingmessage' and
'movemessagetotrash' translated).
Best regards, Janusz
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/En/smPv68hE/polish20070925.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/