Changeset 23856c9 in github
- Timestamp:
- Jul 24, 2012 4:06:08 AM (10 months ago)
- Children:
- e19fafa
- Parents:
- 9620540a
- Location:
- plugins/managesieve
- Files:
-
- 2 edited
-
Changelog (modified) (1 diff)
-
managesieve.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/managesieve/Changelog
ra49e00a r23856c9 1 * version 5.2 [2012-07-2 3]1 * version 5.2 [2012-07-24] 2 2 ----------------------------------------------------------- 3 3 - Added GUI for variables setting - RFC5229 (patch from PaweÅ SÅowik) 4 4 - Fixed scrollbars in Larry's iframes 5 - Fix performance issue in message_headers_output hook handling 5 6 6 7 * version 5.1 [2012-06-21] -
plugins/managesieve/managesieve.php
rc9dcb83 r23856c9 63 63 ); 64 64 65 const VERSION = '5. 0';65 const VERSION = '5.2'; 66 66 const PROGNAME = 'Roundcube (Managesieve)'; 67 67 … … 144 144 function mail_headers($args) 145 145 { 146 // this hook can be executed many times 147 if ($this->mail_headers_done) { 148 return $args; 149 } 150 151 $this->mail_headers_done = true; 152 146 153 $headers = $args['headers']; 147 154 $ret = array();
Note: See TracChangeset
for help on using the changeset viewer.
