[SM-USERS] Bug Report

2003-10-03 Thread Kurt Bihler
Kurt Bihler http://www.bihlertech.com I subscribe to the squirrelmail-users mailing list. [ ] True - No need to CC me when replying [X] False - Please CC me when replying This bug occurs when I ... ... try to do/view/use The main folders link, this worked when i used 1.2 before

Re: [SM-USERS] Perf of Pref storage on disk

2003-10-03 Thread Lee Brink
>> We have 4 (Soon to be 5) Sun V880s with 32G RAM and (IIRC) 8 >> processors @ 750MHz for our IMAP servers > > - do you have the avg/peak load on this machine? This I can't answer. It's one of the gripes I have with the IMAP server administrator: a lack of hard numbers. > - is this machine ded

[SM-USERS] RE: IMAP on 1.4.2? - Nevermind

2003-10-03 Thread ceverett
Title: RE: IMAP on 1.4.2? - Nevermind Nevermind.  I figured it out and I'll post what I found as an answer to someone else's question they've asked. -Original Message- From: Christopher Everett Sent: Thursday, October 02, 2003 11:37 AM To: Christopher Everett Cc: [EMAIL PROTECTED]

[SM-USERS] Re: SM problems with php 4.3.3

2003-10-03 Thread ceverett
Title: Re: SM problems with php 4.3.3 Modify the redirct.php file, line 153(?) It says: header("Location: $redirect_url"); Change to: echo " Here is where I found the answers: http://www.squirrelmail.org/wiki/en_US/InstallingSquirrelMailWindowsIIS (bottom half of page) and http://

[SM-USERS] Fix: automatic plugin finder

2003-10-03 Thread Jacob Friis Larsen
Instead of manually setting my plugins I added this to my config.php I hope you find this usefull. // Jacob $plugin = 0; if ($dh = opendir(SM_PATH.'plugins')) { while (false !== ($file = readdir($dh))) { if (is_dir(SM_PATH.'plugins/'.$file) && $file != '.' && $file != '..')

RE: [SM-USERS] Refresh folder list as Check Mail image/button

2003-10-03 Thread rkl
I found the link in the left_main.php. Can I just change the text. It already has a comment saying it will be "Check mail" in 1.4.3: echo '('. _("refresh folder list") . ')'; // for SM 1.4.3: _("Check mail") Any problem changing it here now? thanks, rkl >> Are there plugins that changes the "

RE: [SM-USERS] Refresh folder list as Check Mail image/button

2003-10-03 Thread p dont think
> I found the link in the left_main.php. > > Can I just change the text. It already has a comment saying it will be > "Check mail" in 1.4.3: > > echo '('. > _("refresh folder list") . ')'; > // for SM 1.4.3: _("Check mail") > > Any problem changing it here now? Your version of SM won't have th

[SM-USERS] where is the motd stored?

2003-10-03 Thread rkl
Can someone tell me where the motd is stored? I've changed it with configure but it is not taking. It consistently show "Welcome to Squirrelmail!" Where is this file stored? thanks, rkl --- This sf.net email is sponsored by:ThinkGeek Welcome t

[SM-USERS] Plugin Vlogin Is Great!

2003-10-03 Thread rkl
This plugins just saved me alot of headache. I owe somebody for this plugin! I need to get a bag of nuts these developer ;) The vlogin is great looks pretty complicated though. I 'm just using pretty much the config.php.sample but cahnged to use the virtual logo. Questions: - Is the image size 1

Re: [SM-USERS] where is the motd stored?

2003-10-03 Thread rkl
You are correct about the placement of the motd. However, I've changed it with configure and see the new value for motd stored in the config.php file. But it still display "welcome to Squirrelmail!". What is going on? rkl > On Fri, Oct 03, 2003 at 09:32:21PM -0700, rkl wrote: >> Can someone tell

Re: [SM-USERS] Plugin Vlogin Is Great!

2003-10-03 Thread rkl
> This plugins just saved me alot of headache. I owe somebody for this > plugin! I need to get a bag of nuts these developer ;) > > The vlogin is great looks pretty complicated though. I 'm just using > pretty much the config.php.sample but cahnged to use the virtual logo. > > Questions: > - Does t

Re: [SM-USERS] Updated where is the motd stored?

2003-10-03 Thread rkl
I found that the config.php stores the motd var with the new string value. I also echo the var in the right_main.php. Guess what, it print the "Welcome to Squirrelmail!" Can someone check out if this is a bug? I tried grep in every directory for Welcom but nothing comes back. thanks, rkl > You