I put $org_title = "test"; (and something similar for $org_name) on top of the config.php for multilogin so it would not be dependant on the server.
org_title won't change unless you reload the top frameset. org_name is not displayed anywhere on the folders prefs page.
I also tried it by checking the check box with the label "remember login server". So I would be using the same server whenever I reloaded the page.
that only affects your login prefs
Was this sufficient?
no. you need to change something that will be immediately obvious when you try to execute the creation of a new folder. if you reexplain the exact steps taken to cause this bug, I will try to see if I can make it happen. Also include version info again if you would.
THanks,
paul
Jerry
Jerry,
The multilogin plugin is definitely not overriding the default i configuration. As you surmised. It definitly worked however in 1.5.0.
What should be done next?
How do you know multilogin is working in that instance? What did you do to test?
- paul
squirrelmail 1.4.3a apache 2 php 4 Redhat AS 3.0 U2
[..]
Some of my config.php
$pop_before_smtp = false; $imap_server_type = 'uw'; $invert_time = false; $optional_delimiter = '/';
$default_folder_prefix = 'mail/'; $trash_folder = 'Trash'; $sent_folder = 'Sent'; $draft_folder = 'Drafts';
[..]
As I had suspected. You're using courier for the wisemail server, but the core configuration is for UW-IMAP. This suggests that the wisemail vlogin configuration isn't being loaded, and it falls back on the original configuration.
[..]
I think it has something to do with the $default_folder_prefix, which is mail. And is created for some reason when I create a folder on wisemail. (As I wrote, mail/../<folder I wanted to create>.)
I hope I passed all the needed information.
Yes, much better. I assume it is connecting to the correct server? How about changing so you can clearly see it is loading the right server, for example, add:
'org_name' =%2
------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
