Hi all,
This week end we changed to winter time.
Is that possible, via a sql statement, to change this setting for all
our users ?
I don't want to have 100 peoples sending me an email to say "Oups,
emails are not displayed at the right time" :-)
Thanks
--
Wadin Julien
Tel : +32 (0) 475 632 168
Web : http://blog.julienwadin.be/
Simplifiez vous Postfix : http://postfixwinadmin.jwhosting.eu
_______________________________________________
List info: http://lists.roundcube.net/users/
I've had my server updated from your rc1 version to rc2, but now,
while I see the contents of my Inbox when opening the application, the
contents of my other email folders no longer displays. Instead, I see
nothing.
This works normally in SquirrelMail and in my desktop email clients.
Ides?
Peace,
Gene Steinberg
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello:
I just upgraded to rc2 as per the instructions. I had the preview pane
enabled before.
The preview pane was present after the upgrade, but as soon as I changed
something in my settings and saved it, the preview pane disappeared.
There is also no option to re-able it. Was this setting removed?
Thanks
Ala
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks,
i've just want to try refresh RoundCube, test it other vhost gave me
always "invalid password"
try this vhost withe elder ver. and perfectly works
conffiles attached .... a very simple test configuration ... tried to
erease cookies, i read it some posts before ...
any help welcome ;-)
--
Üdv: P@siC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/MU/xXKsQsas/rcconfs.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/users/
Is there a way to select all contacts? And put people in groups?
Cheers
=
Valenti International Matchmaker
Valenti provides matchmaking services for upscale professionals with a desire for a committed relationship. Quality singles of all ages residing in North America as well as internationally.
http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=f0a37bc7f2ea6887fa44877…
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I install roundcubemail-trunk-r860-20071008.tgz and i cant "copy" a part of
message with Internet Explorer. With Mozilla Firefox yes.
Thanks.
Regards
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all is there a wysiwyg or rich text editor?
cheers
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have a trouble with the headers when I try to reply (or read) a
message. I have the e-mail server on a different machine that roundcube.
Consequently, I mark this option true:
> $rcmail_config['enable_caching'] = TRUE;
Imagine that I have my cache clean in the database. When I reply (or
read) the first messages that I have, there is no problem with the
headers in the reply screen. But, when I trash the messages and I have
new mail in the roundcube the headers are corrects in the main screen,
but when I reply (or read) this new messages all the headers in the
reply (or read) screen are the headers of the firsts messages.
Initially I have the option that I mention before false:
> $rcmail_config['enable_caching'] = FALSE;
But this causes the caducity of the user's session and don't permit
later login the user again until the user delete the cookies on his
navigator.
Does someone any idea to solve this problem?
Thank's in advance.
--
......................................................................
__
/ / Roger Castells
C E / S / C A Tècnic en microinformàtica
/_/ Centre de Supercomputació de Catalunya
Gran Capità, 2-4 (Edifici Nexus) • 08034 Barcelona
T. 93 205 6464 • F. 93 205 6979 • rcastells(a)cesca.es
......................................................................
_______________________________________________
List info: http://lists.roundcube.net/users/
i tried to answer someone the other day about something they posted to the
list, and my reply bounce due to a local sendmail configuration error. i
have fixed that error and am just testing, since this list is the only
manifestation i stumbled upon. sorry for the OT post. my reply is not
relevant any longer, thus this test.
_______________________________________________
List info: http://lists.roundcube.net/users/
It seems yesterday's code workaround didn't work with the older messages for
some reason, albeit it did work with all of my attempts. So I discarded it and
I had to come out with another try. And here it is.
This seems to do the trick right now (program/steps/mail/compose.inc):
$MESSAGE['headers'] = &$IMAP->get_headers( $msg_uid );
$MESSAGE['structure'] = &$IMAP->get_structure($msg_uid);
if ( empty ($MESSAGE['headers']) || $MESSAGE['headers']->from == '' ) {
while ( list ( $key , $val ) = each ($MESSAGE['structure']->headers ) ) {
$MESSAGE['headers']->${key} = $val;
}
}
It's getting rather frustrating.
I'll let you know in case I can ever manage to trace this back to the
primitive functions.
Cordialità / Best regards / Gxis la
------------------------------------------------------------------------
Manuel Giorgini <giorgini(a)interlogica.net>, Programmatore
INTERLOGICA e-business solutions - http://www.interlogica.net
Via Fusinato, 27 - IT 30171 Mestre VE - Italia - Unione Europea
Tel +39 041 099 30 00 (6 linee r.a.) - Fax +39 041 504 11 72
------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/