Attached - the updated Bulgarian labels.inc
BTW - aren't we able to get the short/long month names using PHPs
builtin functions?
Kind regards,
Doichin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/du/SWjy3ce1/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/
I don't seem to be making any headwinds into the mysterious eml files are
unreadable error.
Do you have any suggestions on where I might start looking. I keep thinking
it is a MIME error, but I don't see anything wrong.
Thanks,
Jason
_______________________________________________
List info: http://lists.roundcube.net/dev/
The next small but great speed improvement for sorting. It shortens the
time of sorting operation to 1/2-1/3 of the former time on servers
without sort capability. I've made some test on 5k messages box and
currenty php sorting is a little faster than imap (dovecot) sorting ;)
Just wanna let you to know.
--
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/
I've written a patch to add a "Copy To..." function to the message
view, as suggested in ticket #1484086. I just slapped got another
<SELECT> control in next to the existing "Move To..." control -- I'd
be happy to hear other suggestions for interface layout.
A patch against 0.1.1 is available at:
http://zinux.cynicbytrade.com/svn/local/roundcube/copyto.diff
I've also got 90% of the support needed for drag-and-drop copy-- it
works if I replace the default moveto action with my new copyto action
-- but I couldn't figure out how to check for modifier keys to do
something like "Copy when ctrl is down, move otherwise". If anyone
could point me in the right direction for checking the state of
modifier keys at the end (or beginning) of a drag event I'd appreciate
it.
Zach
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tJ/njZcQmai/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
pete wrote on 06 Apr 2008 11:09:50 +0200:
> there is a missing ';' in the mysql.update.sql command file, at the end
> of line 7.
I just noticed that the tar.gz was re-rolled for this. I think this
happened with a previous release too, and it makes life difficult
for OS packagers. Please would it be possible if the filename or,
better still, the version number, could be adjusted if this is done?
Thanks very much.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi ! There's a bug(some kind of) in all RCWM versions.
If you are using RCWM and MTA on the same machine then postfix(for example)
isn't asking the saslauth daemon
that the user is authenticated(because the process is running on the
localhost) - it depends on the client restrictions.
If the user changes the identity to another account located on the server
then he can easily send messages using unauthorized e-mail address.
For example foo(a)foobar.com is able to send e-mails via the
foobar(a)foobar.com acoount without authentication
To avoid the users to change the identity you could use my suggested patch.
You can find it at
http://gorzow-wlkp.eu/~warlock/rcwm-0.1.1-identity-fix.patch Simply, go to
the RCWM directory and type:
patch -p0 < rcwm-0.1.1-identity-fix.patch
BTW: SORRY for my lame eng.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi ,
I think this must be a configuration issue, but I am not able to read any forwarded messages that are sent as attachments.
All I get is the "Subject" "To" "From" and "Time"
I can read any other attachements and everything else is working beautifully.
any suggestions on where to start ?
Thanks,
Jason Levine
Wired Hosting
925 570-4886
_______________________________________________
List info: http://lists.roundcube.net/dev/
To find out more about Twitter, visit the link below:
http://twitter.com/i/334a0182a0788dc095c252c5ca66a224ae7ae2fb
Thanks,
-The Twitter Team
About Twitter
Twitter is a unique approach to communication and networking based on the simple concept of status. What are you doing? What are your friends doing—right now? With Twitter, you may answer this question over SMS, IM, or the Web and the responses are shared between contacts.
_______________________________________________
List info: http://lists.roundcube.net/dev/
here's a small patch for 0.1.1
for large imap folders when the imap server supports sorting the speed
increase is vast. on my very slow epia box it took 90+ seconds to browse my
14k email inbox (only showing the first 40!).
after the patch down to about 6 seconds.
there's a fix to rep_specialchars_output as well, as at least php5.2.5 seemed
to always recreate the js_rep_table (which takes a lot of time, about 3
seconds or so on my slow system)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/gb/cCronKdx/performance-jh1.diff
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/