Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mbox-importer for openSUSE:Factory 
checked in at 2022-12-09 16:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old)
 and      /work/SRC/openSUSE:Factory/.mbox-importer.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mbox-importer"

Fri Dec  9 16:59:35 2022 rev:73 rq:1041602 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes      
2022-11-04 17:40:59.806701062 +0100
+++ /work/SRC/openSUSE:Factory/.mbox-importer.new.1835/mbox-importer.changes    
2022-12-09 17:01:29.652913266 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:26:38 UTC 2022 - Christophe Marin <christo...@krop.fr>
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+-------------------------------------------------------------------
+Sat Nov 26 16:46:15 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:55:21 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.11.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  mbox-importer-22.08.3.tar.xz
  mbox-importer-22.08.3.tar.xz.sig

New:
----
  mbox-importer-22.12.0.tar.xz
  mbox-importer-22.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ mbox-importer.spec ++++++
--- /var/tmp/diff_new_pack.ua94Ec/_old  2022-12-09 17:01:30.052915247 +0100
+++ /var/tmp/diff_new_pack.ua94Ec/_new  2022-12-09 17:01:30.064915306 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mbox-importer
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,10 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           mbox-importer
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        Tool for importing mbox archives into akonadi
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
-Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
@@ -60,17 +59,14 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-%endif
+
+%find_lang %{name} --with-man --all-name
 
 %files
 %license LICENSES/*
 %{_kf5_applicationsdir}/org.kde.mboximporter.desktop
 %{_kf5_bindir}/mboximporter
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++++++ mbox-importer-22.08.3.tar.xz -> mbox-importer-22.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/CMakeLists.txt 
new/mbox-importer-22.12.0/CMakeLists.txt
--- old/mbox-importer-22.08.3/CMakeLists.txt    2022-10-14 06:56:16.000000000 
+0200
+++ new/mbox-importer-22.12.0/CMakeLists.txt    2022-11-27 09:35:53.000000000 
+0100
@@ -1,8 +1,8 @@
-set(PIM_VERSION "5.21.3")
+set(PIM_VERSION "5.22.0")
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 project(mbox-importer VERSION ${PIM_VERSION})
 
-set(KF5_MIN_VERSION "5.95.0")
+set(KF5_MIN_VERSION "5.99.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -32,7 +32,7 @@
 
 # Do NOT add quote
 set(KDEPIM_DEV_VERSION )
-set(RELEASE_SERVICE_VERSION "22.08.3")
+set(RELEASE_SERVICE_VERSION "22.12.0")
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
     set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}")
@@ -40,16 +40,19 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(AKONADI_VERSION "5.21.3")
+set(AKONADI_VERSION "5.22.0")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.15.2")
+if (QT_MAJOR_VERSION STREQUAL "6")
+    set(QT_REQUIRED_VERSION "6.4.0")
+endif()
 find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui 
Widgets)
-set(LIBMAILIMPORTER_VERSION "5.21.3")
-set(MAILCOMMON_LIB_VERSION "5.21.3")
-set(PIMCOMMON_LIB_VERSION "5.21.3")
+set(LIBMAILIMPORTER_VERSION "5.22.0")
+set(MAILCOMMON_LIB_VERSION "5.22.0")
+set(PIMCOMMON_LIB_VERSION "5.22.0")
 
 # Find KF5 package
 find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -66,7 +69,7 @@
 find_package(KF5PimCommonAkonadi ${PIMCOMMON_LIB_VERSION} CONFIG REQUIRED)
 include_directories(${mbox-importer_SOURCE_DIR} ${mbox-importer_BINARY_DIR})
 
-ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.96.0)
+ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.99.0)
 
 
 option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" OFF)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ar/mboximporter.po 
new/mbox-importer-22.12.0/po/ar/mboximporter.po
--- old/mbox-importer-22.08.3/po/ar/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ar/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-05 20:01+0400\n"
 "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n"
 "Language-Team: ar\n"
@@ -54,7 +54,7 @@
 msgid "Maintainer"
 msgstr "المصين"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "مسار MBox الذي سيُستورد"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/bg/mboximporter.po 
new/mbox-importer-22.12.0/po/bg/mboximporter.po
--- old/mbox-importer-22.08.3/po/bg/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/bg/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-06-19 18:11+0200\n"
 "Last-Translator: Mincho Kondarev <mkonda...@yahoo.de>\n"
 "Language-Team: Bulgarian <kde-i18n-...@kde.org>\n"
@@ -53,7 +53,7 @@
 msgid "Maintainer"
 msgstr "Поддръжка"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL-адрес на mbox за внасяне"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/bs/mboximporter.po 
new/mbox-importer-22.12.0/po/bs/mboximporter.po
--- old/mbox-importer-22.08.3/po/bs/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/bs/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: mbox\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2013-11-15 14:01+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: bosanski <b...@li.org>\n"
@@ -57,7 +57,7 @@
 msgid "Maintainer"
 msgstr "Održava"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL mbox za uvoz"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ca/mboximporter.po 
new/mbox-importer-22.12.0/po/ca/mboximporter.po
--- old/mbox-importer-22.08.3/po/ca/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ca/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: mbox-importer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-04 10:27+0100\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -56,7 +56,7 @@
 msgid "Maintainer"
 msgstr "Mantenidor"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL del mbox a importar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ca@valencia/mboximporter.po 
new/mbox-importer-22.12.0/po/ca@valencia/mboximporter.po
--- old/mbox-importer-22.08.3/po/ca@valencia/mboximporter.po    2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ca@valencia/mboximporter.po    2022-11-27 
09:35:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: mbox-importer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-04 10:27+0100\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -56,7 +56,7 @@
 msgid "Maintainer"
 msgstr "Mantenidor"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL del mbox que s'ha d'importar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/cs/mboximporter.po 
new/mbox-importer-22.12.0/po/cs/mboximporter.po
--- old/mbox-importer-22.08.3/po/cs/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/cs/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-06 16:56+0100\n"
 "Last-Translator: Vit Pelcak <vpel...@suse.cz>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "Správce"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL MBoxu pro import"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/da/mboximporter.po 
new/mbox-importer-22.12.0/po/da/mboximporter.po
--- old/mbox-importer-22.08.3/po/da/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/da/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-08-08 17:21+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "Vedligeholder"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL for mbox der skal importeres"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/de/mboximporter.po 
new/mbox-importer-22.12.0/po/de/mboximporter.po
--- old/mbox-importer-22.08.3/po/de/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/de/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-04-15 04:57+0200\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -50,7 +50,7 @@
 msgid "Maintainer"
 msgstr "Betreuer"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Adresse (URL) der zu importierenden MBox"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/el/mboximporter.po 
new/mbox-importer-22.12.0/po/el/mboximporter.po
--- old/mbox-importer-22.08.3/po/el/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/el/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: mbox-importer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2021-06-30 09:59+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -53,7 +53,7 @@
 msgid "Maintainer"
 msgstr "Συντηρητής"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Το URL των προς εισαγωγή εισερχομένων"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/en_GB/mboximporter.po 
new/mbox-importer-22.12.0/po/en_GB/mboximporter.po
--- old/mbox-importer-22.08.3/po/en_GB/mboximporter.po  2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/en_GB/mboximporter.po  2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-02-19 11:53+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "Maintainer"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL of mbox to be imported"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/es/mboximporter.po 
new/mbox-importer-22.12.0/po/es/mboximporter.po
--- old/mbox-importer-22.08.3/po/es/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/es/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-04 11:30+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -53,7 +53,7 @@
 msgid "Maintainer"
 msgstr "Responsable"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL de mbox a importar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/et/mboximporter.po 
new/mbox-importer-22.12.0/po/et/mboximporter.po
--- old/mbox-importer-22.08.3/po/et/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/et/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2020-01-02 11:44+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@lists.linux.ee>\n"
@@ -53,7 +53,7 @@
 msgid "Maintainer"
 msgstr "Hooldaja"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Imporditava MBoxi URL"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/eu/mboximporter.po 
new/mbox-importer-22.12.0/po/eu/mboximporter.po
--- old/mbox-importer-22.08.3/po/eu/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/eu/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: mbox-importer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-07-25 16:46+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@ni.eus>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
@@ -55,7 +55,7 @@
 msgid "Maintainer"
 msgstr "Arduraduna"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Inportatu beharreko mbox-en URLa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/fi/mboximporter.po 
new/mbox-importer-22.12.0/po/fi/mboximporter.po
--- old/mbox-importer-22.08.3/po/fi/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/fi/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-28 11:49+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -53,7 +53,7 @@
 msgid "Maintainer"
 msgstr "Ylläpitäjä"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Tuotavan mboxin URL"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/fr/mboximporter.po 
new/mbox-importer-22.12.0/po/fr/mboximporter.po
--- old/mbox-importer-22.08.3/po/fr/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/fr/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-09 09:31+0100\n"
 "Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
@@ -58,7 +58,7 @@
 msgid "Maintainer"
 msgstr "Mainteneur"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL du mbox à importer"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/gl/mboximporter.po 
new/mbox-importer-22.12.0/po/gl/mboximporter.po
--- old/mbox-importer-22.08.3/po/gl/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/gl/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2018-12-31 17:57+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -54,7 +54,7 @@
 msgid "Maintainer"
 msgstr "Mantedor"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL do mbox que desexa importar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/hi/mboximporter.po 
new/mbox-importer-22.12.0/po/hi/mboximporter.po
--- old/mbox-importer-22.08.3/po/hi/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/hi/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: mbox-importer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-02-10 11:25+0530\n"
 "Last-Translator: Raghavendra Kamath <ra...@raghukamath.com>\n"
 "Language-Team: Hindi <kde-l10n...@kde.org>\n"
@@ -53,7 +53,7 @@
 msgid "Maintainer"
 msgstr "अनुरक्षक"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "आयात करने हेतु एमबॉक्स का 
यूआरएल"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/hu/mboximporter.po 
new/mbox-importer-22.12.0/po/hu/mboximporter.po
--- old/mbox-importer-22.08.3/po/hu/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/hu/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2021-01-02 14:54+0100\n"
 "Last-Translator: Kristóf Kiszel <kiszel.kris...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -54,7 +54,7 @@
 msgid "Maintainer"
 msgstr "Karbantartó"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Az importálandó mbox URL-je"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ia/mboximporter.po 
new/mbox-importer-22.12.0/po/ia/mboximporter.po
--- old/mbox-importer-22.08.3/po/ia/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ia/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-05 15:43+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "Mantenitor"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL de mbox que debe esser importate"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/it/mboximporter.po 
new/mbox-importer-22.12.0/po/it/mboximporter.po
--- old/mbox-importer-22.08.3/po/it/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/it/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-04 22:55+0100\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "Responsabile"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL del file mbox da importare"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ja/mboximporter.po 
new/mbox-importer-22.12.0/po/ja/mboximporter.po
--- old/mbox-importer-22.08.3/po/ja/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ja/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2013-08-19 00:13-0700\n"
 "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -49,7 +49,7 @@
 msgid "Maintainer"
 msgstr ""
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ka/mboximporter.po 
new/mbox-importer-22.12.0/po/ka/mboximporter.po
--- old/mbox-importer-22.08.3/po/ka/mboximporter.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ka/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -0,0 +1,87 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the mbox-importer package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: mbox-importer\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
+"PO-Revision-Date: 2022-05-21 07:32+0200\n"
+"Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
+"Language-Team: Georgian <kde-i18n-...@kde.org>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.0.1\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Temuri Doghonadze"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "temuri.doghona...@gmail.com"
+
+#: main.cpp:30
+#, kde-format
+msgid "MBox importer tool"
+msgstr "MBox-ის შემომტანი ხელსაწყო"
+
+#: main.cpp:32
+#, kde-format
+msgid "MBox Import Tool"
+msgstr "MBox-ის შემოტანის ხელსაწყო"
+
+#: main.cpp:34
+#, kde-format
+msgid "Copyright © 2013-%1 MBoxImporter authors"
+msgstr "© 2013-%1 MBoxImporter-ის ავტორები. 
ყველა უფლება დაცულია"
+
+#: main.cpp:35
+#, kde-format
+msgid "Laurent Montel"
+msgstr "Laurent Montel"
+
+#: main.cpp:35
+#, kde-format
+msgid "Maintainer"
+msgstr "წამყვანი პროგრამისტი"
+
+#: main.cpp:46
+#, kde-format
+msgid "URL of mbox to be imported"
+msgstr "MBox-ის შემოსატანი URL"
+
+#: mboxmainwindow.cpp:27
+#, kde-format
+msgctxt "@title:window"
+msgid "Import mbox file"
+msgstr "MBox ფაილის შემოტანა"
+
+#: mboxmainwindow.cpp:58
+#, kde-format
+msgid "Import in progress"
+msgstr "მიმდინარეობს შემოტანა"
+
+#: mboxmainwindow.cpp:64
+#, kde-format
+msgid "Import finished"
+msgstr "შემოტანა დასრულებულია"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: ui/mboximportwidget.ui:20
+#, kde-format
+msgid "Please select the folder to import to:"
+msgstr "აირჩიეთ საქაღალდე, რ
ომელშიც შემოტანა მოხდება:"
+
+#. i18n: ectx: property (text), widget (QPushButton, importMails)
+#: ui/mboximportwidget.ui:48
+#, kde-format
+msgid "Import Mails"
+msgstr "ელფოსტების შემოტანა"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/kk/mboximporter.po 
new/mbox-importer-22.12.0/po/kk/mboximporter.po
--- old/mbox-importer-22.08.3/po/kk/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/kk/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2013-09-24 04:50+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
@@ -56,7 +56,7 @@
 msgid "Maintainer"
 msgstr "Жетілдірушісі"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Импорттайтын mbox-тың URL-і"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ko/mboximporter.po 
new/mbox-importer-22.12.0/po/ko/mboximporter.po
--- old/mbox-importer-22.08.3/po/ko/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ko/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-02-20 21:28+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "관리자"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "가져올 mbox URL"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/lt/mboximporter.po 
new/mbox-importer-22.12.0/po/lt/mboximporter.po
--- old/mbox-importer-22.08.3/po/lt/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/lt/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2014-11-10 19:35+0200\n"
 "Last-Translator: Liudas Ališauskas <liu...@aksioma.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
@@ -57,7 +57,7 @@
 msgid "Maintainer"
 msgstr "Prižiūrėtojas"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Importuotino mbox URL"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/nb/mboximporter.po 
new/mbox-importer-22.12.0/po/nb/mboximporter.po
--- old/mbox-importer-22.08.3/po/nb/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/nb/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2014-09-13 18:22+0200\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n"
@@ -54,7 +54,7 @@
 msgid "Maintainer"
 msgstr "Vedlikeholder"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL til mbox som skal importeres"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/nds/mboximporter.po 
new/mbox-importer-22.12.0/po/nds/mboximporter.po
--- old/mbox-importer-22.08.3/po/nds/mboximporter.po    2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/nds/mboximporter.po    2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2014-08-13 23:52+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
@@ -54,7 +54,7 @@
 msgid "Maintainer"
 msgstr "Pleger"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL vun de MBox, de Du importeren wullt"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/nl/mboximporter.po 
new/mbox-importer-22.12.0/po/nl/mboximporter.po
--- old/mbox-importer-22.08.3/po/nl/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/nl/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-04 13:20+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: \n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "Onderhouder"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL van de te importeren mbox"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/nn/mboximporter.po 
new/mbox-importer-22.12.0/po/nn/mboximporter.po
--- old/mbox-importer-22.08.3/po/nn/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/nn/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: mbox-importer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-06-19 14:04+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
@@ -54,7 +54,7 @@
 msgid "Maintainer"
 msgstr "Vedlikehaldar"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Adressa til mbox-fila som skal importerast"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/pl/mboximporter.po 
new/mbox-importer-22.12.0/po/pl/mboximporter.po
--- old/mbox-importer-22.08.3/po/pl/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/pl/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-08 10:45+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -53,7 +53,7 @@
 msgid "Maintainer"
 msgstr "Opiekun"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Adres URL skrzynki pocztowej do zaimportowania"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/pt/mboximporter.po 
new/mbox-importer-22.12.0/po/pt/mboximporter.po
--- old/mbox-importer-22.08.3/po/pt/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/pt/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-03-27 00:36+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
@@ -48,7 +48,7 @@
 msgid "Maintainer"
 msgstr "Manutenção"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "O URL do MBox a importar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/pt_BR/mboximporter.po 
new/mbox-importer-22.12.0/po/pt_BR/mboximporter.po
--- old/mbox-importer-22.08.3/po/pt_BR/mboximporter.po  2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/pt_BR/mboximporter.po  2022-11-27 
09:35:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-04 11:21-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -54,7 +54,7 @@
 msgid "Maintainer"
 msgstr "Mantenedor"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL do mbox a ser importado"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ro/mboximporter.po 
new/mbox-importer-22.12.0/po/ro/mboximporter.po
--- old/mbox-importer-22.08.3/po/ro/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ro/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-02-06 17:12+0000\n"
 "Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian\n"
@@ -53,7 +53,7 @@
 msgid "Maintainer"
 msgstr "Responsabil"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL-ul fișierului mbox de importat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ru/mboximporter.po 
new/mbox-importer-22.12.0/po/ru/mboximporter.po
--- old/mbox-importer-22.08.3/po/ru/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ru/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-10-02 14:41+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -58,7 +58,7 @@
 msgid "Maintainer"
 msgstr "Сопровождение"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Адрес импортируемого файла mbox"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/sk/mboximporter.po 
new/mbox-importer-22.12.0/po/sk/mboximporter.po
--- old/mbox-importer-22.08.3/po/sk/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/sk/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-04-09 19:31+0200\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -51,7 +51,7 @@
 msgid "Maintainer"
 msgstr "Správca"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL mboxu na import"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/sl/mboximporter.po 
new/mbox-importer-22.12.0/po/sl/mboximporter.po
--- old/mbox-importer-22.08.3/po/sl/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/sl/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-05 08:34+0100\n"
 "Last-Translator: Matjaž Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -55,7 +55,7 @@
 msgid "Maintainer"
 msgstr "Vzdrževalec"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "URL datoteke mbox, ki bo uvožena"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mbox-importer-22.08.3/po/sr@ijekavian/mboximporter.po 
new/mbox-importer-22.12.0/po/sr@ijekavian/mboximporter.po
--- old/mbox-importer-22.08.3/po/sr@ijekavian/mboximporter.po   1970-01-01 
01:00:00.000000000 +0100
+++ new/mbox-importer-22.12.0/po/sr@ijekavian/mboximporter.po   2022-11-27 
09:35:53.000000000 +0100
@@ -0,0 +1,90 @@
+# Translation of mboximporter.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2016, 2017, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: mboximporter\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-01-02 03:18+0100\n"
+"PO-Revision-Date: 2018-01-06 09:21+0100\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr@ijekavian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"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-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Часлав Илић"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "caslav.i...@gmx.net"
+
+#: main.cpp:41
+#, kde-format
+msgid "MBox importer tool"
+msgstr "Алатка за увоз мбокса"
+
+#: main.cpp:43
+#, kde-format
+msgid "MBox Import Tool"
+msgstr "Алатка за увоз мбокса"
+
+#: main.cpp:45
+#, fuzzy, kde-format
+#| msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2020 MBoxImporter authors"
+msgstr "© 2013–2018, аутори увоза мбокса"
+
+#: main.cpp:46
+#, kde-format
+msgid "Laurent Montel"
+msgstr "Лорен Монтел"
+
+#: main.cpp:46
+#, kde-format
+msgid "Maintainer"
+msgstr "Одржавалац"
+
+#: main.cpp:58
+#, kde-format
+msgid "URL of mbox to be imported"
+msgstr "УРЛ мбокса за увоз"
+
+# >> @title:window
+#: mboxmainwindow.cpp:40
+#, fuzzy, kde-format
+#| msgid "Import mbox file"
+msgctxt "@title:window"
+msgid "Import mbox file"
+msgstr "Увоз мбокс фајла"
+
+#: mboxmainwindow.cpp:73
+#, kde-format
+msgid "Import in progress"
+msgstr "Увоз у току"
+
+#: mboxmainwindow.cpp:79
+#, kde-format
+msgid "Import finished"
+msgstr "Увоз завршен"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: ui/mboximportwidget.ui:20
+#, kde-format
+msgid "Please select the folder to import to:"
+msgstr "Изаберите фасциклу у коју ће се 
увести:"
+
+#. i18n: ectx: property (text), widget (QPushButton, importMails)
+#: ui/mboximportwidget.ui:48
+#, kde-format
+msgid "Import Mails"
+msgstr "Увези поруке"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mbox-importer-22.08.3/po/sr@ijekavianlatin/mboximporter.po 
new/mbox-importer-22.12.0/po/sr@ijekavianlatin/mboximporter.po
--- old/mbox-importer-22.08.3/po/sr@ijekavianlatin/mboximporter.po      
1970-01-01 01:00:00.000000000 +0100
+++ new/mbox-importer-22.12.0/po/sr@ijekavianlatin/mboximporter.po      
2022-11-27 09:35:53.000000000 +0100
@@ -0,0 +1,90 @@
+# Translation of mboximporter.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2016, 2017, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: mboximporter\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-01-02 03:18+0100\n"
+"PO-Revision-Date: 2018-01-06 09:21+0100\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr@ijekavianlatin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"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-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Časlav Ilić"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "caslav.i...@gmx.net"
+
+#: main.cpp:41
+#, kde-format
+msgid "MBox importer tool"
+msgstr "Alatka za uvoz mboxa"
+
+#: main.cpp:43
+#, kde-format
+msgid "MBox Import Tool"
+msgstr "Alatka za uvoz mboxa"
+
+#: main.cpp:45
+#, fuzzy, kde-format
+#| msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2020 MBoxImporter authors"
+msgstr "© 2013–2018, autori uvoza mboxa"
+
+#: main.cpp:46
+#, kde-format
+msgid "Laurent Montel"
+msgstr "Loren Montel"
+
+#: main.cpp:46
+#, kde-format
+msgid "Maintainer"
+msgstr "Održavalac"
+
+#: main.cpp:58
+#, kde-format
+msgid "URL of mbox to be imported"
+msgstr "URL mboxa za uvoz"
+
+# >> @title:window
+#: mboxmainwindow.cpp:40
+#, fuzzy, kde-format
+#| msgid "Import mbox file"
+msgctxt "@title:window"
+msgid "Import mbox file"
+msgstr "Uvoz mbox fajla"
+
+#: mboxmainwindow.cpp:73
+#, kde-format
+msgid "Import in progress"
+msgstr "Uvoz u toku"
+
+#: mboxmainwindow.cpp:79
+#, kde-format
+msgid "Import finished"
+msgstr "Uvoz završen"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: ui/mboximportwidget.ui:20
+#, kde-format
+msgid "Please select the folder to import to:"
+msgstr "Izaberite fasciklu u koju će se uvesti:"
+
+#. i18n: ectx: property (text), widget (QPushButton, importMails)
+#: ui/mboximportwidget.ui:48
+#, kde-format
+msgid "Import Mails"
+msgstr "Uvezi poruke"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/sr@latin/mboximporter.po 
new/mbox-importer-22.12.0/po/sr@latin/mboximporter.po
--- old/mbox-importer-22.08.3/po/sr@latin/mboximporter.po       1970-01-01 
01:00:00.000000000 +0100
+++ new/mbox-importer-22.12.0/po/sr@latin/mboximporter.po       2022-11-27 
09:35:53.000000000 +0100
@@ -0,0 +1,90 @@
+# Translation of mboximporter.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2016, 2017, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: mboximporter\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-01-02 03:18+0100\n"
+"PO-Revision-Date: 2018-01-06 09:21+0100\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr@latin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"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-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Časlav Ilić"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "caslav.i...@gmx.net"
+
+#: main.cpp:41
+#, kde-format
+msgid "MBox importer tool"
+msgstr "Alatka za uvoz mboxa"
+
+#: main.cpp:43
+#, kde-format
+msgid "MBox Import Tool"
+msgstr "Alatka za uvoz mboxa"
+
+#: main.cpp:45
+#, fuzzy, kde-format
+#| msgid "Copyright © 2013-2018 MBoxImporter authors"
+msgid "Copyright © 2013-2020 MBoxImporter authors"
+msgstr "© 2013–2018, autori uvoza mboxa"
+
+#: main.cpp:46
+#, kde-format
+msgid "Laurent Montel"
+msgstr "Loren Montel"
+
+#: main.cpp:46
+#, kde-format
+msgid "Maintainer"
+msgstr "Održavalac"
+
+#: main.cpp:58
+#, kde-format
+msgid "URL of mbox to be imported"
+msgstr "URL mboxa za uvoz"
+
+# >> @title:window
+#: mboxmainwindow.cpp:40
+#, fuzzy, kde-format
+#| msgid "Import mbox file"
+msgctxt "@title:window"
+msgid "Import mbox file"
+msgstr "Uvoz mbox fajla"
+
+#: mboxmainwindow.cpp:73
+#, kde-format
+msgid "Import in progress"
+msgstr "Uvoz u toku"
+
+#: mboxmainwindow.cpp:79
+#, kde-format
+msgid "Import finished"
+msgstr "Uvoz završen"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: ui/mboximportwidget.ui:20
+#, kde-format
+msgid "Please select the folder to import to:"
+msgstr "Izaberite fasciklu u koju će se uvesti:"
+
+#. i18n: ectx: property (text), widget (QPushButton, importMails)
+#: ui/mboximportwidget.ui:48
+#, kde-format
+msgid "Import Mails"
+msgstr "Uvezi poruke"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/sv/mboximporter.po 
new/mbox-importer-22.12.0/po/sv/mboximporter.po
--- old/mbox-importer-22.08.3/po/sv/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/sv/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-04 20:23+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "Underhåll"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Webbadress till brevlådan att importera"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/tr/mboximporter.po 
new/mbox-importer-22.12.0/po/tr/mboximporter.po
--- old/mbox-importer-22.08.3/po/tr/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/tr/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdepim-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-04-16 18:49+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
@@ -57,7 +57,7 @@
 msgid "Maintainer"
 msgstr "Projeyi sürdüren"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "İçe aktarılacak mbox adresi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/ug/mboximporter.po 
new/mbox-importer-22.12.0/po/ug/mboximporter.po
--- old/mbox-importer-22.08.3/po/ug/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/ug/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur <kde-i18n-...@kde.org>\n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "مەسئۇل كىشى"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/uk/mboximporter.po 
new/mbox-importer-22.12.0/po/uk/mboximporter.po
--- old/mbox-importer-22.08.3/po/uk/mboximporter.po     2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/uk/mboximporter.po     2022-11-27 
09:35:53.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: mboximporter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2022-01-04 09:12+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -55,7 +55,7 @@
 msgid "Maintainer"
 msgstr "Супровідник"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "Адреса поштової скриньки, яку слід 
імпортувати"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/zh_CN/mboximporter.po 
new/mbox-importer-22.12.0/po/zh_CN/mboximporter.po
--- old/mbox-importer-22.08.3/po/zh_CN/mboximporter.po  2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/zh_CN/mboximporter.po  2022-11-27 
09:35:53.000000000 +0100
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
-"PO-Revision-Date: 2022-10-30 07:51\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
+"PO-Revision-Date: 2022-11-19 14:51\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -52,7 +52,7 @@
 msgid "Maintainer"
 msgstr "维护者"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "要导入的 mbox URL"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/po/zh_TW/mboximporter.po 
new/mbox-importer-22.12.0/po/zh_TW/mboximporter.po
--- old/mbox-importer-22.08.3/po/zh_TW/mboximporter.po  2022-11-01 
01:15:46.000000000 +0100
+++ new/mbox-importer-22.12.0/po/zh_TW/mboximporter.po  2022-11-27 
09:35:53.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-04 00:45+0000\n"
+"POT-Creation-Date: 2022-09-03 00:45+0000\n"
 "PO-Revision-Date: 2019-01-19 19:51+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
@@ -54,7 +54,7 @@
 msgid "Maintainer"
 msgstr "維護者"
 
-#: main.cpp:47
+#: main.cpp:46
 #, kde-format
 msgid "URL of mbox to be imported"
 msgstr "要匯入的 mbox 網址"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/src/main.cpp 
new/mbox-importer-22.12.0/src/main.cpp
--- old/mbox-importer-22.08.3/src/main.cpp      2022-10-14 06:56:16.000000000 
+0200
+++ new/mbox-importer-22.12.0/src/main.cpp      2022-11-27 09:35:53.000000000 
+0100
@@ -35,7 +35,6 @@
     aboutData.addAuthor(i18n("Laurent Montel"), i18n("Maintainer"), 
QStringLiteral("mon...@kde.org"));
 
     QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("kmail")));
-    aboutData.setOrganizationDomain(QByteArray("kde.org"));
     aboutData.setProductName(QByteArray("mboximporter"));
 
     KAboutData::setApplicationData(aboutData);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/src/mboximporterinfogui.h 
new/mbox-importer-22.12.0/src/mboximporterinfogui.h
--- old/mbox-importer-22.08.3/src/mboximporterinfogui.h 2022-10-14 
06:56:16.000000000 +0200
+++ new/mbox-importer-22.12.0/src/mboximporterinfogui.h 2022-11-27 
09:35:53.000000000 +0100
@@ -30,4 +30,3 @@
 private:
     MBoxImportWidget *const mParent;
 };
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/src/mboximportkernel.h 
new/mbox-importer-22.12.0/src/mboximportkernel.h
--- old/mbox-importer-22.08.3/src/mboximportkernel.h    2022-10-14 
06:56:16.000000000 +0200
+++ new/mbox-importer-22.12.0/src/mboximportkernel.h    2022-11-27 
09:35:53.000000000 +0100
@@ -49,4 +49,3 @@
     Akonadi::EntityTreeModel *mEntityTreeModel = nullptr;
     Akonadi::EntityMimeTypeFilterModel *mCollectionModel = nullptr;
 };
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/src/mboximportwidget.h 
new/mbox-importer-22.12.0/src/mboximportwidget.h
--- old/mbox-importer-22.08.3/src/mboximportwidget.h    2022-10-14 
06:56:16.000000000 +0200
+++ new/mbox-importer-22.12.0/src/mboximportwidget.h    2022-11-27 
09:35:53.000000000 +0100
@@ -42,4 +42,3 @@
 private:
     Ui::MBoxImportWidget *const ui;
 };
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-22.08.3/src/mboxmainwindow.h 
new/mbox-importer-22.12.0/src/mboxmainwindow.h
--- old/mbox-importer-22.08.3/src/mboxmainwindow.h      2022-10-14 
06:56:16.000000000 +0200
+++ new/mbox-importer-22.12.0/src/mboxmainwindow.h      2022-11-27 
09:35:53.000000000 +0100
@@ -23,4 +23,3 @@
     const QString mFileName;
     MBoxImportWidget *mImportWidget = nullptr;
 };
-

Reply via email to