Hello community,

here is the log from the commit of package mbox-importer for openSUSE:Factory 
checked in at 2019-04-27 11:58:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old)
 and      /work/SRC/openSUSE:Factory/.mbox-importer.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mbox-importer"

Sat Apr 27 11:58:19 2019 rev:29 rq:696353 version:19.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes      
2019-03-11 13:50:38.053296602 +0100
+++ /work/SRC/openSUSE:Factory/.mbox-importer.new.5536/mbox-importer.changes    
2019-04-27 11:58:20.479819411 +0200
@@ -1,0 +2,31 @@
+Sat Apr 20 06:51:59 UTC 2019 - [email protected]
+
+- Update to 19.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.0.php
+- No code changes since 19.03.90
+
+-------------------------------------------------------------------
+Tue Apr 09 20:54:45 UTC 2019 - [email protected]
+
+- Update to 19.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-rc.php
+- Changes since 19.03.80:
+  * It compile fine without foreach
+  * Convert to camelcase include
+  * Workaround qt5.13 bug
+
+-------------------------------------------------------------------
+Wed Mar 27 06:41:11 UTC 2019 - [email protected]
+
+- Update to 19.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-beta.php
+- Changes since 18.12.3:
+  * Update copyright
+
+-------------------------------------------------------------------

Old:
----
  mbox-importer-18.12.3.tar.xz

New:
----
  mbox-importer-19.04.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mbox-importer.spec ++++++
--- /var/tmp/diff_new_pack.pDprHQ/_old  2019-04-27 11:58:20.923819075 +0200
+++ /var/tmp/diff_new_pack.pDprHQ/_new  2019-04-27 11:58:20.927819072 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           mbox-importer
-Version:        18.12.3
+Version:        19.04.0
 Release:        0
 Summary:        Tool for importing mbox archives into akonadi
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ mbox-importer-18.12.3.tar.xz -> mbox-importer-19.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/.gitignore 
new/mbox-importer-19.04.0/.gitignore
--- old/mbox-importer-18.12.3/.gitignore        2019-02-24 12:50:12.000000000 
+0100
+++ new/mbox-importer-19.04.0/.gitignore        2019-04-08 13:46:58.000000000 
+0200
@@ -16,6 +16,6 @@
 Makefile
 avail
 random_seed
-/build/
+/build*/
 CMakeLists.txt.user*
 *.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/CMakeLists.txt 
new/mbox-importer-19.04.0/CMakeLists.txt
--- old/mbox-importer-18.12.3/CMakeLists.txt    2019-03-05 01:25:20.000000000 
+0100
+++ new/mbox-importer-19.04.0/CMakeLists.txt    2019-04-12 02:15:29.000000000 
+0200
@@ -1,10 +1,10 @@
-set(KDEPIM_VERSION_NUMBER "5.10.3")
-cmake_minimum_required(VERSION 3.1)
+set(KDEPIM_VERSION_NUMBER "5.11.0")
+cmake_minimum_required(VERSION 3.5)
 project(mbox-importer VERSION ${KDEPIM_VERSION_NUMBER})
 
-set(KF5_VERSION "5.51.0")
+set(KF5_MIN_VERSION "5.56.0")
 
-find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
+find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 include(ECMInstallIcons)
 
@@ -27,7 +27,7 @@
 
 
 # Do NOT add quote
-set(KDEPIM_DEV_VERSION)
+set(KDEPIM_DEV_VERSION )
 
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
@@ -36,22 +36,22 @@
 
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
-set(AKONADI_VERSION "5.10.3")
+set(AKONADI_VERSION "5.11.0")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
-set(QT_REQUIRED_VERSION "5.9.0")
+set(QT_REQUIRED_VERSION "5.10.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets)
-set(LIBMAILIMPORTER_VERSION_LIB "5.10.3")
-set(MAILCOMMON_LIB_VERSION_LIB "5.10.3")
-set(PIMCOMMON_LIB_VERSION "5.10.3")
+set(LIBMAILIMPORTER_VERSION_LIB "5.11.0")
+set(MAILCOMMON_LIB_VERSION_LIB "5.11.0")
+set(PIMCOMMON_LIB_VERSION "5.11.0")
 
 # Find KF5 package
-find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED)
-find_package(KF5Service ${KF5_VERSION} CONFIG REQUIRED)
-find_package(KF5Crash ${KF5_VERSION} REQUIRED)
-find_package(KF5KIO ${KF5_VERSION} REQUIRED)
+find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED)
+find_package(KF5Service ${KF5_MIN_VERSION} CONFIG REQUIRED)
+find_package(KF5Crash ${KF5_MIN_VERSION} REQUIRED)
+find_package(KF5KIO ${KF5_MIN_VERSION} REQUIRED)
 
 # Find KdepimLibs Package
 find_package(KF5Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
@@ -61,7 +61,16 @@
 find_package(KF5PimCommonAkonadi ${PIMCOMMON_LIB_VERSION_LIB} CONFIG REQUIRED)
 include_directories(${mbox-importer_SOURCE_DIR} ${mbox-importer_BINARY_DIR})
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+# workaround for https://bugreports.qt.io/browse/QTBUG-74665 (bug in qt5.13 
reevaluate it)
+if (${Qt5Widgets_VERSION} STRGREATER "5.13")
+   MESSAGE(STATUS "Qt version: ${Qt5Widgets_VERSION} DISABLE compile without 
deprecated methods. bug QTBUG-74665")
+else()
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+endif()
+if (${KF5Config_VERSION} STRGREATER "5.56.0")
+        add_definitions(-DQT_NO_FOREACH)
+        MESSAGE(STATUS "compile without foreach")
+endif()
 
 add_subdirectory(src)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/COPYING.DOC 
new/mbox-importer-19.04.0/COPYING.DOC
--- old/mbox-importer-18.12.3/COPYING.DOC       2019-02-24 12:50:12.000000000 
+0100
+++ new/mbox-importer-19.04.0/COPYING.DOC       2019-04-08 13:46:58.000000000 
+0200
@@ -355,7 +355,7 @@
 of the GNU Free Documentation License from time to time.  Such new
 versions will be similar in spirit to the present version, but may
 differ in detail to address new problems or concerns.  See
-http://www.gnu.org/copyleft/.
+https://www.gnu.org/copyleft/.
 
 Each version of the License is given a distinguishing version number.
 If the Document specifies that a particular numbered version of this
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/ar/mboximporter.po 
new/mbox-importer-19.04.0/po/ar/mboximporter.po
--- old/mbox-importer-18.12.3/po/ar/mboximporter.po     2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/ar/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2018-01-26 17:53+0300\n"
 "Last-Translator: Safa Alfulaij <[email protected]>\n"
 "Language-Team: Arabic <[email protected]>\n"
@@ -39,8 +39,9 @@
 msgstr "أداة استيراد MBox"
 
 #: main.cpp:46
-#, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+#, fuzzy, kde-format
+#| msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "الحقوق محفوظة © ٢٠١٣-٢٠١٨ لمؤلّفو «مستورد MBox»"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/bg/mboximporter.po 
new/mbox-importer-19.04.0/po/bg/mboximporter.po
--- old/mbox-importer-18.12.3/po/bg/mboximporter.po     2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/bg/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2013-08-05 13:36+0300\n"
 "Last-Translator: Yasen Pramatarov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
@@ -41,7 +41,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Copyright © 2013 авторите на MBoxImporter"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/bs/mboximporter.po 
new/mbox-importer-19.04.0/po/bs/mboximporter.po
--- old/mbox-importer-18.12.3/po/bs/mboximporter.po     2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/bs/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: mbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2013-11-15 14:01+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: bosanski <[email protected]>\n"
@@ -44,7 +44,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Auotrska prava © 2013 MBoxImporter autorsi"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/ca/mboximporter.po 
new/mbox-importer-19.04.0/po/ca/mboximporter.po
--- old/mbox-importer-18.12.3/po/ca/mboximporter.po     2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/ca/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -9,8 +9,8 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-01-02 10:36+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2018-12-31 12:59+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
@@ -43,8 +43,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018, els autors de l'importador MBox"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019, els autors de l'importador MBox"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/ca@valencia/mboximporter.po 
new/mbox-importer-19.04.0/po/ca@valencia/mboximporter.po
--- old/mbox-importer-18.12.3/po/ca@valencia/mboximporter.po    2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/ca@valencia/mboximporter.po    2019-04-12 
02:15:29.000000000 +0200
@@ -9,8 +9,8 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-01-02 10:36+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2018-12-31 12:59+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
@@ -43,8 +43,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018, els autors de l'importador MBox"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019, els autors de l'importador MBox"
 
 #: main.cpp:47
 #, kde-format
@@ -87,3 +87,9 @@
 #, kde-format
 msgid "Import Mails"
 msgstr "Importa els correus"
+
+#~ msgid "Messageviewer Header Theme Editor"
+#~ msgstr "Editor de temes per a les capçaleres del visor de missatges"
+
+#~ msgid "mbox importer"
+#~ msgstr "Importador de mbox"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/cs/mboximporter.po 
new/mbox-importer-19.04.0/po/cs/mboximporter.po
--- old/mbox-importer-18.12.3/po/cs/mboximporter.po     2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/cs/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2018-01-09 14:36+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
@@ -39,8 +39,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018 Autoři MBoxImporter"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr ""
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/da/mboximporter.po 
new/mbox-importer-19.04.0/po/da/mboximporter.po
--- old/mbox-importer-18.12.3/po/da/mboximporter.po     2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/da/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2016-08-07 15:08+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
@@ -40,7 +40,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013-2016 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Ophavsret © 2013-2016 MBoxImporter-udviklerne"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/de/mboximporter.po 
new/mbox-importer-19.04.0/po/de/mboximporter.po
--- old/mbox-importer-18.12.3/po/de/mboximporter.po     2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/de/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -1,11 +1,11 @@
-# Burkhard Lück <[email protected]>, 2013, 2014, 2015, 2017, 2018.
+# Burkhard Lück <[email protected]>, 2013, 2014, 2015, 2017, 2018, 2019.
 # Frederik Schwarzer <[email protected]>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-03-05 10:21+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2019-01-07 07:01+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\n"
@@ -37,8 +37,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018 MBoxImporter-Autoren"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019 MBoxImporter-Autoren"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/en_GB/mboximporter.po 
new/mbox-importer-19.04.0/po/en_GB/mboximporter.po
--- old/mbox-importer-18.12.3/po/en_GB/mboximporter.po  2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/en_GB/mboximporter.po  2019-04-12 
02:15:29.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Steve Allewell <[email protected]>, 2014, 2015, 2016, 2017, 2018.
+# Steve Allewell <[email protected]>, 2014, 2015, 2016, 2017, 2018, 
2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-02-18 16:19+0000\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2019-03-24 20:59+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -39,8 +39,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019 MBoxImporter authors"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/es/mboximporter.po 
new/mbox-importer-19.04.0/po/es/mboximporter.po
--- old/mbox-importer-18.12.3/po/es/mboximporter.po     2019-03-05 
01:25:19.000000000 +0100
+++ new/mbox-importer-19.04.0/po/es/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Javier Viñal <[email protected]>, 2013, 2014, 2015, 2016, 2017, 2018.
+# Javier Viñal <[email protected]>, 2013, 2014, 2015, 2016, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-01-05 23:34+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2019-01-04 23:04+0100\n"
 "Last-Translator: Javier Vinal <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
 "Language: es\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -39,8 +39,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Derechos de autor © 2013-2018, los autores de MBoxImporter"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Derechos de autor © 2013-2019, los autores de MBoxImporter"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/et/mboximporter.po 
new/mbox-importer-19.04.0/po/et/mboximporter.po
--- old/mbox-importer-18.12.3/po/et/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/et/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2016-07-27 20:02+0300\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
@@ -40,7 +40,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013-2016 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Autoriõigus © 2013-2016: MBoxImporteri autorid"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/fi/mboximporter.po 
new/mbox-importer-19.04.0/po/fi/mboximporter.po
--- old/mbox-importer-18.12.3/po/fi/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/fi/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2019-02-19 11:19+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
@@ -40,8 +40,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Tekijänoikeudet © 2013–2018 MBoxImporterin tekijät"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Tekijänoikeudet © 2013–2019 MBoxImporterin tekijät"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/fr/mboximporter.po 
new/mbox-importer-19.04.0/po/fr/mboximporter.po
--- old/mbox-importer-18.12.3/po/fr/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/fr/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2019-01-30 00:55+0800\n"
 "Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
@@ -44,8 +44,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018 les auteurs de MBoxImporter"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019 les auteurs de MBoxImporter"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/gl/mboximporter.po 
new/mbox-importer-19.04.0/po/gl/mboximporter.po
--- old/mbox-importer-18.12.3/po/gl/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/gl/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -8,9 +8,9 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-04-22 10:53+0100\n"
-"Last-Translator: Adrian Chaves <[email protected]>\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2018-12-31 17:57+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -44,8 +44,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "© 2013-2018 Autores de MBoxImporter"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "© 2013-2019 Autores de MBoxImporter"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/hu/mboximporter.po 
new/mbox-importer-19.04.0/po/hu/mboximporter.po
--- old/mbox-importer-18.12.3/po/hu/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/hu/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2014-09-04 12:27+0200\n"
 "Last-Translator: Kristóf Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
@@ -42,7 +42,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Copyright © Az MBoxImporter szerzői, 2013."
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/ia/mboximporter.po 
new/mbox-importer-19.04.0/po/ia/mboximporter.po
--- old/mbox-importer-18.12.3/po/ia/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/ia/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2013-10-23 14:02+0200\n"
 "Last-Translator: Giovanni Sora <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
@@ -41,7 +41,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Copyright © 2013 le autores de MBoxImporter"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/it/mboximporter.po 
new/mbox-importer-19.04.0/po/it/mboximporter.po
--- old/mbox-importer-18.12.3/po/it/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/it/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-01-03 21:01+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2018-12-31 14:16+0100\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
 "Language: it\n"
@@ -39,8 +39,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018, gli autori di MBoxImporter"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019, gli autori di MBoxImporter"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/ja/mboximporter.po 
new/mbox-importer-19.04.0/po/ja/mboximporter.po
--- old/mbox-importer-18.12.3/po/ja/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/ja/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2013-08-19 00:13-0700\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
@@ -36,7 +36,7 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr ""
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/kk/mboximporter.po 
new/mbox-importer-19.04.0/po/kk/mboximporter.po
--- old/mbox-importer-18.12.3/po/kk/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/kk/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2013-09-24 04:50+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
@@ -43,7 +43,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Copyright © 2013 MBoxImporter авторлары"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/ko/mboximporter.po 
new/mbox-importer-19.04.0/po/ko/mboximporter.po
--- old/mbox-importer-18.12.3/po/ko/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/ko/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2018-08-15 12:35+0100\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
@@ -38,8 +38,9 @@
 msgstr "MBox 가져오기 도구"
 
 #: main.cpp:46
-#, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+#, fuzzy, kde-format
+#| msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Copyright © 2013-2018 MBoxImporter authors"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/lt/mboximporter.po 
new/mbox-importer-19.04.0/po/lt/mboximporter.po
--- old/mbox-importer-18.12.3/po/lt/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/lt/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2014-11-10 19:35+0200\n"
 "Last-Translator: Liudas Ališauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
@@ -44,7 +44,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Autorinės teisės © 2013 MBoxImporter autoriai"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/nb/mboximporter.po 
new/mbox-importer-19.04.0/po/nb/mboximporter.po
--- old/mbox-importer-18.12.3/po/nb/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/nb/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2014-09-13 18:22+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
@@ -41,7 +41,7 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr ""
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/nds/mboximporter.po 
new/mbox-importer-19.04.0/po/nds/mboximporter.po
--- old/mbox-importer-18.12.3/po/nds/mboximporter.po    2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/nds/mboximporter.po    2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2014-08-13 23:52+0200\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
@@ -41,7 +41,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Copyright © 2013 de Schrieverslüüd vun de MBox-Importeren"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/nl/mboximporter.po 
new/mbox-importer-19.04.0/po/nl/mboximporter.po
--- old/mbox-importer-18.12.3/po/nl/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/nl/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-01-02 22:10+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2018-12-31 11:12+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
 "Language: nl\n"
@@ -20,7 +20,7 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Freek de Kruijf"
+msgstr "Freek de Kruijf - t/m 2019"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
@@ -39,8 +39,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018 Auteurs van MBoxImporter"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019 Auteurs van MBoxImporter"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/pl/mboximporter.po 
new/mbox-importer-19.04.0/po/pl/mboximporter.po
--- old/mbox-importer-18.12.3/po/pl/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/pl/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Łukasz Wojniłowicz <[email protected]>, 2014, 2015, 2016, 2017, 
2018.
+# Łukasz Wojniłowicz <[email protected]>, 2014, 2015, 2016, 2017, 
2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-01-28 06:03+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2019-02-03 07:26+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.03.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -40,8 +40,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018 Autorzy MBoxImporter"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019 Autorzy MBoxImporter"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/pt/mboximporter.po 
new/mbox-importer-19.04.0/po/pt/mboximporter.po
--- old/mbox-importer-18.12.3/po/pt/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/pt/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-01-02 10:28+0000\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2019-01-01 16:00+0000\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
 "Language: pt\n"
@@ -35,8 +35,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "'Copyright' © 2013-2018 dos autores do MBoxImporter"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "'Copyright' © 2013-2019 dos autores do MBoxImporter"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/pt_BR/mboximporter.po 
new/mbox-importer-19.04.0/po/pt_BR/mboximporter.po
--- old/mbox-importer-18.12.3/po/pt_BR/mboximporter.po  2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/pt_BR/mboximporter.po  2019-04-12 
02:15:29.000000000 +0200
@@ -1,14 +1,14 @@
 # Translation of mboximporter.po to Brazilian Portuguese
-# Copyright (C) 2013-2018 This_file_is_part_of_KDE
+# Copyright (C) 2013-2019 This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# André Marcelo Alvarenga <[email protected]>, 2013, 2014, 2015, 2016, 2018.
+# André Marcelo Alvarenga <[email protected]>, 2013, 2014, 2015, 2016, 2018, 
2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-08-04 23:36-0300\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2019-01-18 15:07-0200\n"
 "Last-Translator: André Marcelo Alvarenga <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
 "Language: pt_BR\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -40,8 +40,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018 dos autores do MBoxImporter"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019 dos autores do MBoxImporter"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/ro/mboximporter.po 
new/mbox-importer-19.04.0/po/ro/mboximporter.po
--- old/mbox-importer-18.12.3/po/ro/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/ro/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2013-10-05 14:36+0300\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
@@ -42,7 +42,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Drept de autor © 2013 Autorii Importator MBox"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/ru/mboximporter.po 
new/mbox-importer-19.04.0/po/ru/mboximporter.po
--- old/mbox-importer-18.12.3/po/ru/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/ru/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -3,13 +3,14 @@
 #
 # Alexander Lakhin <[email protected]>, 2013.
 # Alexander Potashev <[email protected]>, 2014, 2015, 2016.
+# Alexander Yavorsky <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2016-03-26 12:54+0300\n"
-"Last-Translator: Alexander Potashev <[email protected]>\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2019-01-19 13:13+0300\n"
+"Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
@@ -17,7 +18,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -43,10 +44,9 @@
 msgstr "Средство импорта файлов почтовых ящиков MBox"
 
 #: main.cpp:46
-#, fuzzy, kde-format
-#| msgid "Copyright © 2013-2016 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "© Авторы MBoxImporter, 2013–2016"
+#, kde-format
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "© Авторы MBoxImporter, 2013–2019"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/sk/mboximporter.po 
new/mbox-importer-19.04.0/po/sk/mboximporter.po
--- old/mbox-importer-18.12.3/po/sk/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/sk/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2017-01-02 11:47+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -38,7 +38,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013-2017 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Copyright © 2013-2017 Autori MBoxImporter"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/sl/mboximporter.po 
new/mbox-importer-19.04.0/po/sl/mboximporter.po
--- old/mbox-importer-18.12.3/po/sl/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/sl/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2018-01-18 18:00+0100\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
@@ -39,8 +39,9 @@
 msgstr "Orodje za uvažanje MBox"
 
 #: main.cpp:46
-#, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+#, fuzzy, kde-format
+#| msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Avtorske pravice © 2013-2018 avtorji MBoxImporter-ja"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/sr/mboximporter.po 
new/mbox-importer-19.04.0/po/sr/mboximporter.po
--- old/mbox-importer-18.12.3/po/sr/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/sr/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-08-16 09:13+0200\n"
 "PO-Revision-Date: 2018-01-06 09:21+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/sv/mboximporter.po 
new/mbox-importer-19.04.0/po/sv/mboximporter.po
--- old/mbox-importer-18.12.3/po/sv/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/sv/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-01-02 19:13+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2018-12-31 07:45+0100\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
 "Language: sv\n"
@@ -39,8 +39,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2018 Upphovsmännen till Import av brevlåda"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019 Upphovsmännen till Import av brevlåda"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/tr/mboximporter.po 
new/mbox-importer-19.04.0/po/tr/mboximporter.po
--- old/mbox-importer-18.12.3/po/tr/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/tr/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdepim-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2017-06-05 12:07+0000\n"
 "Last-Translator: Mesutcan <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
@@ -44,7 +44,7 @@
 #: main.cpp:46
 #, fuzzy, kde-format
 #| msgid "Copyright © 2013-2017 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr "Telif Hakkı © 2013-2017 MBoxImporter yazarları"
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/ug/mboximporter.po 
new/mbox-importer-19.04.0/po/ug/mboximporter.po
--- old/mbox-importer-18.12.3/po/ug/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/ug/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur <[email protected]>\n"
@@ -39,7 +39,7 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
 msgstr ""
 
 #: main.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/uk/mboximporter.po 
new/mbox-importer-19.04.0/po/uk/mboximporter.po
--- old/mbox-importer-18.12.3/po/uk/mboximporter.po     2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/uk/mboximporter.po     2019-04-12 
02:15:29.000000000 +0200
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-01-02 09:29+0200\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2018-12-31 08:25+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
 "Language: uk\n"
@@ -42,8 +42,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "© Автори MBoxImporter, 2013–2018"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "© Автори MBoxImporter, 2013–2019"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/zh_CN/mboximporter.po 
new/mbox-importer-19.04.0/po/zh_CN/mboximporter.po
--- old/mbox-importer-18.12.3/po/zh_CN/mboximporter.po  2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/zh_CN/mboximporter.po  2019-04-12 
02:15:29.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2019-02-20 23:29\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
+"PO-Revision-Date: 2019-04-09 18:52\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -43,8 +43,8 @@
 
 #: main.cpp:46
 #, kde-format
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "版权 © 2013-2018 MBoxImporter 作者"
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr ""
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/po/zh_TW/mboximporter.po 
new/mbox-importer-19.04.0/po/zh_TW/mboximporter.po
--- old/mbox-importer-18.12.3/po/zh_TW/mboximporter.po  2019-03-05 
01:25:20.000000000 +0100
+++ new/mbox-importer-19.04.0/po/zh_TW/mboximporter.po  2019-04-12 
02:15:29.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:58+0100\n"
+"POT-Creation-Date: 2018-12-31 03:09+0100\n"
 "PO-Revision-Date: 2019-01-19 19:51+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"
@@ -39,10 +39,9 @@
 msgstr "MBox 匯入工具"
 
 #: main.cpp:46
-#, fuzzy, kde-format
-#| msgid "Copyright © 2013-2015 MBoxImporter authors"
-msgid "Copyright © 2013-2018 MBoxImporter authors"
-msgstr "Copyright © 2013-2015 MBoxImporter 作者群"
+#, kde-format
+msgid "Copyright © 2013-2019 MBoxImporter authors"
+msgstr "Copyright © 2013-2019 MBoxImporter 作者群"
 
 #: main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/src/main.cpp 
new/mbox-importer-19.04.0/src/main.cpp
--- old/mbox-importer-18.12.3/src/main.cpp      2019-02-24 12:50:12.000000000 
+0100
+++ new/mbox-importer-19.04.0/src/main.cpp      2019-04-08 13:46:58.000000000 
+0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2013-2018 Montel Laurent <[email protected]>
+   Copyright (C) 2013-2019 Montel Laurent <[email protected]>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
@@ -25,8 +25,8 @@
 #include <KCrash>
 #include <QFileDialog>
 #include <QIcon>
-#include <qcommandlineparser.h>
-#include <qcommandlineoption.h>
+#include <QCommandLineParser>
+#include <QCommandLineOption>
 #include "mboximporter-version.h"
 
 int main(int argc, char *argv[])
@@ -43,7 +43,7 @@
                          QStringLiteral(MBOXIMPORTER_VERSION),
                          i18n("MBox Import Tool"),
                          KAboutLicense::GPL_V2,
-                         i18n("Copyright © 2013-2018 MBoxImporter authors"));
+                         i18n("Copyright © 2013-2019 MBoxImporter authors"));
     aboutData.addAuthor(i18n("Laurent Montel"), i18n("Maintainer"), 
QStringLiteral("[email protected]"));
 
     QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("kmail")));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/src/mboximporterinfogui.cpp 
new/mbox-importer-19.04.0/src/mboximporterinfogui.cpp
--- old/mbox-importer-18.12.3/src/mboximporterinfogui.cpp       2019-02-24 
12:50:12.000000000 +0100
+++ new/mbox-importer-19.04.0/src/mboximporterinfogui.cpp       2019-04-08 
13:46:58.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2013-2018 Montel Laurent <[email protected]>
+   Copyright (C) 2013-2019 Montel Laurent <[email protected]>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/src/mboximporterinfogui.h 
new/mbox-importer-19.04.0/src/mboximporterinfogui.h
--- old/mbox-importer-18.12.3/src/mboximporterinfogui.h 2019-02-24 
12:50:12.000000000 +0100
+++ new/mbox-importer-19.04.0/src/mboximporterinfogui.h 2019-04-08 
13:46:58.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2013-2018 Montel Laurent <[email protected]>
+   Copyright (C) 2013-2019 Montel Laurent <[email protected]>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/src/mboximportkernel.cpp 
new/mbox-importer-19.04.0/src/mboximportkernel.cpp
--- old/mbox-importer-18.12.3/src/mboximportkernel.cpp  2019-02-24 
12:50:12.000000000 +0100
+++ new/mbox-importer-19.04.0/src/mboximportkernel.cpp  2019-04-08 
13:46:58.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2013-2018 Montel Laurent <[email protected]>
+   Copyright (C) 2013-2019 Montel Laurent <[email protected]>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/src/mboximportkernel.h 
new/mbox-importer-19.04.0/src/mboximportkernel.h
--- old/mbox-importer-18.12.3/src/mboximportkernel.h    2019-02-24 
12:50:12.000000000 +0100
+++ new/mbox-importer-19.04.0/src/mboximportkernel.h    2019-04-08 
13:46:58.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2013-2018 Montel Laurent <[email protected]>
+   Copyright (C) 2013-2019 Montel Laurent <[email protected]>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/src/mboximportwidget.cpp 
new/mbox-importer-19.04.0/src/mboximportwidget.cpp
--- old/mbox-importer-18.12.3/src/mboximportwidget.cpp  2019-02-24 
12:50:12.000000000 +0100
+++ new/mbox-importer-19.04.0/src/mboximportwidget.cpp  2019-04-08 
13:46:58.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2012-2018 Montel Laurent <[email protected]>
+   Copyright (C) 2012-2019 Montel Laurent <[email protected]>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/src/mboximportwidget.h 
new/mbox-importer-19.04.0/src/mboximportwidget.h
--- old/mbox-importer-18.12.3/src/mboximportwidget.h    2019-02-24 
12:50:12.000000000 +0100
+++ new/mbox-importer-19.04.0/src/mboximportwidget.h    2019-04-08 
13:46:58.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2012-2018 Montel Laurent <[email protected]>
+   Copyright (C) 2012-2019 Montel Laurent <[email protected]>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/src/mboxmainwindow.cpp 
new/mbox-importer-19.04.0/src/mboxmainwindow.cpp
--- old/mbox-importer-18.12.3/src/mboxmainwindow.cpp    2019-02-24 
12:50:12.000000000 +0100
+++ new/mbox-importer-19.04.0/src/mboxmainwindow.cpp    2019-04-08 
13:46:58.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2013-2018 Montel Laurent <[email protected]>
+   Copyright (C) 2013-2019 Montel Laurent <[email protected]>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-18.12.3/src/mboxmainwindow.h 
new/mbox-importer-19.04.0/src/mboxmainwindow.h
--- old/mbox-importer-18.12.3/src/mboxmainwindow.h      2019-02-24 
12:50:12.000000000 +0100
+++ new/mbox-importer-19.04.0/src/mboxmainwindow.h      2019-04-08 
13:46:58.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2013-2018 Montel Laurent <[email protected]>
+   Copyright (C) 2013-2019 Montel Laurent <[email protected]>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public


Reply via email to