Changeset 9d129b5 in github
- Timestamp:
- Jul 24, 2012 4:07:00 AM (11 months ago)
- Children:
- 2d2af72
- Parents:
- eed9487
- git-author:
- Aleksander Machniak <alec@…> (07/24/12 04:06:08)
- git-committer:
- Aleksander Machniak <alec@…> (07/24/12 04:07:00)
- Location:
- plugins/managesieve
- Files:
-
- 2 edited
-
Changelog (modified) (1 diff)
-
managesieve.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/managesieve/Changelog
reed9487 r9d129b5 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
r4540217 r9d129b5 65 65 ); 66 66 67 const VERSION = '5. 0';67 const VERSION = '5.2'; 68 68 const PROGNAME = 'Roundcube (Managesieve)'; 69 69 … … 146 146 function mail_headers($args) 147 147 { 148 // this hook can be executed many times 149 if ($this->mail_headers_done) { 150 return $args; 151 } 152 153 $this->mail_headers_done = true; 154 148 155 $headers = $args['headers']; 149 156 $ret = array();
Note: See TracChangeset
for help on using the changeset viewer.
