I really like using roundcube webmail.
I have always thought that a brilliant feature that would make any email
system stand apart would be a notes feature. Imagine if you had a notes
window for each email. When you click on an email you can see any notes
you have left previously. So if I get an email from my boss asking me to
do 3 things I can keep a record of what I have done to act on the email.
I would love this feature.
Kind regards,
Chris Hodson
www.GOZONE.info
_______________________________________________
List info: http://lists.roundcube.net/dev/
Here is an updated translation for cy_GB to complete the
missing strings.
diolch/thanks
dafydd
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/yk/TGSmaAqD/roundcube-cy_GB.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 Devs, I would like to see in each skin template a default plugin
hook just before the closing body tag, like: Any concerns about that? Let
me know if you would apply such a patch. Regards, Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Traducción al español de los archivos "labels.inc" y "messages.inc" de RoundCube.
Spanish translation from "labels.inc" and "messages.inc" files of RoundCube.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/S7/U0r74CHg/messages.inchttp://detached.gigo.com/rc/S7/U0r74CHg/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/
Traducción al español de los archivos "labels.inc" y "messages.inc" de RoundCube.
Spanish translation from "labels.inc" and "messages.inc" files of RoundCube.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ch/hahMwHDX/messages.inchttp://detached.gigo.com/rc/Ch/hahMwHDX/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,
I've corrected the Hungarian translation files (translated all of the
missing messages and changed some mistransations).
Please review the attached files and if everything seems to be OK,
include them in the new release.
Thanks,
Barnabas Bona
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/P7/RvFYNB6f/labels.inchttp://detached.gigo.com/rc/P7/RvFYNB6f/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/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Roundcube devs,
I updated four virtual servers to PHP 5.2.10 (from 5.2.9) yesterday, and since
then the Roundcube instances on all of them are non-functional. Just a blank
page, and the following error message in apache's error_log:
[Fri Jul 03 03:42:50 2009] [error] [client 1.2.3.4] PHP Warning: include()
[<a href='function.include'>function.include</a>]: Couldn't resolve host name
in /www/host/htdocs/roundcube/program/include/iniset.php on line 98
[Fri Jul 03 03:42:50 2009] [error] [client 1.2.3.4] PHP Warning:
include(rcube_user.php) [<a href='function.include'>function.include</a>]:
failed to open stream: operation failed in
/www/host/htdocs/roundcube/program/include/iniset.php on line 98
[Fri Jul 03 03:42:50 2009] [error] [client 1.2.3.4] PHP Warning: include()
[<a href='function.include'>function.include</a>]: Failed opening
'rcube_user.php' for inclusion
(include_path='/www/host/htdocs/roundcube/:/www/host/htdocs/roundcube/program:/www/host/htdocs/roundcube/program/lib:/www/host/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in /www/host/htdocs/roundcube/program/include/iniset.php on line 98
[Fri Jul 03 03:42:50 2009] [error] [client 1.2.3.4] PHP Fatal error: Class
'rcube_user' not found in
/www/host/htdocs/roundcube/program/include/rcmail.php on line 122
Any hints?
Patrick.
- --
Key ID: 0x86E346D4 http://patrick-nagel.net/key.asc
Fingerprint: 7745 E1BE FA8B FBAD 76AB 2BFC C981 E686 86E3 46D4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkpNghwACgkQyYHmhobjRtS/3gCfSiyEwkQk1TbMY82UM/AjqQGr
wf4An2Erw9tcxIlAtmjUlx3GiOkGiXu8
=MUhL
-----END PGP SIGNATURE-----
_______________________________________________
List info: http://lists.roundcube.net/dev/
hmm ... As mentioned I plan to use this hook for hMailServer MDN
support. So, if we can't interact with the browser how should I ask the
user, if he wants to send the notification? Regards, Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi there,
on my server im using open_basedir restrictions, which resulted in a
little problem in program/steps/settings/func.inc
referring to version 0.2.2, lines 461 to 463 should be replaced by:
if (!in_array($file, array('.', '..', '.svn')))
if (is_dir($filename) && is_readable($filename))
$skins[] = $file;
because if the roundcube root-dir is the openbasedir defined in apache
config, is_readable results in an error, when trying to check 'skins/..'
the change i propose would first check if the file is really not one
that is in that array and than do the other stuff.
Cheers,
Andreas
_______________________________________________
List info: http://lists.roundcube.net/dev/