From fa857716e66f73f979e4a798a8c4e91c7612a7d1 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 14 Apr 2015 05:24:43 -0400
Subject: [PATCH] Add option to define default vacation interval

---
 program/lib/Roundcube/rcube_message.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/program/lib/Roundcube/rcube_message.php b/program/lib/Roundcube/rcube_message.php
index 6c6248e..26248a5 100644
--- a/program/lib/Roundcube/rcube_message.php
+++ b/program/lib/Roundcube/rcube_message.php
@@ -750,8 +750,6 @@
                         $this->mime_parts[$mail_part->mime_id] = $mail_part;
                         $this->attachments[] = $mail_part;
                     }
-
-                    $tnef_parts = null;
                 }
                 // part is a file/attachment
                 else if (preg_match('/^(inline|attach)/', $mail_part->disposition) ||

--
Gitblit v1.9.1