From 3832e4507bebefc3c5a52622b1a7ba499fbdf744 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 06 Apr 2015 07:10:32 -0400
Subject: [PATCH] Fix so text/calendar parts are listed as attachments even if not marked as such (#1490325)
---
program/include/iniset.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 3d5f1fc..486b22a 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.1.0');
+define('RCMAIL_VERSION', '1.1.1');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
--
Gitblit v1.9.1