Aleksander Machniak
2012-07-24 23856c9d4ecec38ae530adf1996b00968dbbfb17
plugins/managesieve/managesieve.php
@@ -62,7 +62,7 @@
        "x-beenthere",
    );
    const VERSION = '5.0';
    const VERSION = '5.2';
    const PROGNAME = 'Roundcube (Managesieve)';
@@ -143,6 +143,13 @@
     */
    function mail_headers($args)
    {
        // this hook can be executed many times
        if ($this->mail_headers_done) {
            return $args;
        }
        $this->mail_headers_done = true;
        $headers = $args['headers'];
        $ret     = array();