Changeset 6b2ce28 in github


Ignore:
Timestamp:
Jun 26, 2009 8:49:07 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6bfac4c
Parents:
41caad8
Message:
  • fix for enabled_caching=true (#1485942)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/show_additional_headers/show_additional_headers.php

    rcc97ea0 r6b2ce28  
    2424      $this->add_hook('imap_init', array($this, 'imap_init')); 
    2525      $this->add_hook('message_headers_output', array($this, 'message_headers')); 
     26    } else if ($rcmail->action == '') { 
     27      // with enabled_caching we're fetching additional headers before show/preview 
     28      $this->add_hook('imap_init', array($this, 'imap_init')); 
    2629    } 
    2730  } 
Note: See TracChangeset for help on using the changeset viewer.