Changeset 3906
- Timestamp:
- 03/24/11 14:57:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/expressoMail1_2/inc/class.imap_functions.inc.php
r3900 r3906 3821 3821 if (!is_object($header)) 3822 3822 return false; 3823 // Prepare udate from mailDate (DateTime arrived with TZ) for fixing summertime problem.3824 $pdate = date_parse($header->MailDate);3825 $header->udate += $pdate['zone']*(-60);3826 3823 3827 3824 if($header->Flagged != "F" && $_SESSION['phpgw_info']['user']['preferences']['expressoMail']['use_important_flag']) {
Note: See TracChangeset
for help on using the changeset viewer.