phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: squirrelmail/config config.php,1.12,1.12.2.1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: squirrelmail/config config.php,1.12,1.12.2.1
Date: Wed, 30 Jan 2002 16:19:38 -0500

Update of /cvsroot/phpgroupware/squirrelmail/config
In directory subversions:/tmp/cvs-serv24497/config

Modified Files:
      Tag: Version-0_9_14-branch
        config.php 
Log Message:
fixes

Index: config.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/config/config.php,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** config.php  1 Nov 2001 02:44:27 -0000       1.12
--- config.php  30 Jan 2002 21:19:36 -0000      1.12.2.1
***************
*** 34,43 ****
        $smtpPort               = $preferences['smtpPort'];
        
!       $imapServerAddress      = 
$phpgw_info['user']['preferences']['email']['mail_server'];
  #     $imapPort               = 
$phpgw_info['user']['preferences']['email']['mail_port'];
        $imapPort               = 143;
  
        $key                    = $preferences['key'];
!       $username               = 
$phpgw_info['user']['preferences']['email']['userid'];
  
        #print "Data: $username:$key<br>";
--- 34,43 ----
        $smtpPort               = $preferences['smtpPort'];
        
!       $imapServerAddress      = $preferences['imapServerAddress'];
  #     $imapPort               = 
$phpgw_info['user']['preferences']['email']['mail_port'];
        $imapPort               = 143;
  
        $key                    = $preferences['key'];
!       $username               = $preferences['username'];
  
        #print "Data: $username:$key<br>";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]