phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc hook_home.inc.php,1.48.2.2,1.48.2.3


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc hook_home.inc.php,1.48.2.2,1.48.2.3
Date: Mon, 22 Apr 2002 23:22:11 -0400

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv15952/email/inc

Modified Files:
      Tag: Version-0_9_14-branch
        hook_home.inc.php 
Log Message:
Some small cleanups.

Index: hook_home.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/hook_home.inc.php,v
retrieving revision 1.48.2.2
retrieving revision 1.48.2.3
diff -C2 -r1.48.2.2 -r1.48.2.3
*** hook_home.inc.php   23 Apr 2002 03:19:40 -0000      1.48.2.2
--- hook_home.inc.php   23 Apr 2002 03:22:09 -0000      1.48.2.3
***************
*** 20,24 ****
        unset($d1);
  
- 
        // does this array item actually exist before we create the mail_msg, 
where is it created?
        if 
($GLOBALS['phpgw_info']['user']['preferences']['email']['mainscreen_showmail'] 
== True)
--- 20,23 ----
***************
*** 46,50 ****
                          // this is the structure you will get
                          $inbox_data['is_imap'] boolean - pop3 server do not 
know what is "new" or not
!                         $inbox_data['folder_checked'] string - the folder 
checked, as processed by the msg class
                          $inbox_data['alert_string'] string - what to show the 
user about this inbox check
                          $inbox_data['number_new'] integer - for IMAP is 
number "unseen"; for pop3 is number messages
--- 45,49 ----
                          // this is the structure you will get
                          $inbox_data['is_imap'] boolean - pop3 server do not 
know what is "new" or not
!                         $inbox_data['folder_checked'] string - the folder 
checked, as processed by the msg class
                          $inbox_data['alert_string'] string - what to show the 
user about this inbox check
                          $inbox_data['number_new'] integer - for IMAP is 
number "unseen"; for pop3 is number messages
***************
*** 87,91 ****
                                );
                        }
!                       
                        // COMPOSE NEW email link
                        $compose_link = $GLOBALS['phpgw']->link(
--- 86,90 ----
                                );
                        }
! 
                        // COMPOSE NEW email link
                        $compose_link = $GLOBALS['phpgw']->link(
***************
*** 99,103 ****
                        );
                        $compose_href = '<a 
href="'.$compose_link.'">'.lang('Compose New').'</a>'."\r\n";
!                       
                        // ADD FOLDER LISTBOX TO HOME PAGE (Needs to be 
TEMPLATED)
                        // Does This Mailbox Support Folders (i.e. more than 
just INBOX)?
--- 98,102 ----
                        );
                        $compose_href = '<a 
href="'.$compose_link.'">'.lang('Compose New').'</a>'."\r\n";
! 
                        // ADD FOLDER LISTBOX TO HOME PAGE (Needs to be 
TEMPLATED)
                        // Does This Mailbox Support Folders (i.e. more than 
just INBOX)?




reply via email to

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