Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktnef for openSUSE:Factory checked 
in at 2021-08-16 10:06:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktnef (Old)
 and      /work/SRC/openSUSE:Factory/.ktnef.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktnef"

Mon Aug 16 10:06:52 2021 rev:71 rq:911746 version:21.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes      2021-07-09 
23:59:20.776521261 +0200
+++ /work/SRC/openSUSE:Factory/.ktnef.new.1899/ktnef.changes    2021-08-16 
10:08:29.611317013 +0200
@@ -1,0 +2,26 @@
+Fri Aug  6 09:40:59 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.0
+- No code change since 21.07.90
+
+-------------------------------------------------------------------
+Fri Jul 30 10:05:33 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+-------------------------------------------------------------------
+Sat Jul 17 20:06:41 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.07.80
+  * New feature release
+- Changes since 21.04.3:
+  * Modernize code
+  * Use QstringView here
+- Only install the license files once
+
+-------------------------------------------------------------------

Old:
----
  ktnef-21.04.3.tar.xz
  ktnef-21.04.3.tar.xz.sig

New:
----
  ktnef-21.08.0.tar.xz
  ktnef-21.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktnef.spec ++++++
--- /var/tmp/diff_new_pack.27kUb8/_old  2021-08-16 10:08:31.023315322 +0200
+++ /var/tmp/diff_new_pack.27kUb8/_new  2021-08-16 10:08:31.027315317 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktnef
-Version:        21.04.3
+Version:        21.08.0
 Release:        0
 Summary:        KDE PIM Libraries: TNEF support
 License:        LGPL-2.1-or-later
@@ -38,7 +38,6 @@
 BuildRequires:  cmake(KF5CalendarUtils)
 BuildRequires:  cmake(KF5Contacts)
 BuildRequires:  cmake(Qt5Test)
-Recommends:     %{name}-lang
 
 %description
 This package contains additional libraries for KDE PIM applications.
@@ -85,7 +84,6 @@
 %{_kf5_debugdir}/*.renamecategories
 
 %files devel
-%license LICENSES/*
 %{_kf5_cmakedir}/KF5Tnef/
 %{_kf5_includedir}/KTNEF/
 %{_kf5_includedir}/ktnef_version.h
@@ -94,7 +92,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license LICENSES/*
 %endif
 
 %changelog


++++++ ktnef-21.04.3.tar.xz -> ktnef-21.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/.clang-format 
new/ktnef-21.08.0/.clang-format
--- old/ktnef-21.04.3/.clang-format     2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/.clang-format     1970-01-01 01:00:00.000000000 +0100
@@ -1,76 +0,0 @@
----
-# SPDX-FileCopyrightText: 2019 Christoph Cullmann <cullm...@kde.org>
-# SPDX-FileCopyrightText: 2019 Gernot Gebhard <gebh...@absint.com>
-#
-# SPDX-License-Identifier: MIT
-
-# Style for C++
-Language: Cpp
-
-# base is WebKit coding style: https://webkit.org/code-style-guidelines/
-# below are only things set that diverge from this style!
-BasedOnStyle: WebKit
-
-# enforce C++11 (e.g. for std::vector<std::vector<lala>>
-Standard: Cpp11
-
-# 4 spaces indent
-TabWidth: 4
-
-# 2 * 80 wide lines
-ColumnLimit: 160
-
-# sort includes inside line separated groups
-SortIncludes: true
-
-# break before braces on function, namespace and class definitions.
-BreakBeforeBraces: Linux
-
-# CrlInstruction *a;
-PointerAlignment: Right
-
-# horizontally aligns arguments after an open bracket.
-AlignAfterOpenBracket: Align
-
-# don't move all parameters to new line
-AllowAllParametersOfDeclarationOnNextLine: false
-
-# no single line functions
-AllowShortFunctionsOnASingleLine: None
-
-# always break before you encounter multi line strings
-AlwaysBreakBeforeMultilineStrings: true
-
-# don't move arguments to own lines if they are not all on the same
-BinPackArguments: false
-
-# don't move parameters to own lines if they are not all on the same
-BinPackParameters: false
-
-# In case we have an if statement whith multiple lines the operator should be 
at the beginning of the line
-# but we do not want to break assignments
-BreakBeforeBinaryOperators: NonAssignment
-
-# format C++11 braced lists like function calls
-Cpp11BracedListStyle: true
-
-# do not put a space before C++11 braced lists
-SpaceBeforeCpp11BracedList: false
-
-# remove empty lines
-KeepEmptyLinesAtTheStartOfBlocks: false
-
-# no namespace indentation to keep indent level low
-NamespaceIndentation: None
-
-# we use template< without space.
-SpaceAfterTemplateKeyword: false
-
-# macros for which the opening brace stays attached.
-ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, 
QBENCHMARK, QBENCHMARK_ONCE ]
-
-# keep lambda formatting multi-line if not empty
-AllowShortLambdasOnASingleLine: Empty
-
-# We do not want clang-format to put all arguments on a new line
-AllowAllArgumentsOnNextLine: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/.gitignore new/ktnef-21.08.0/.gitignore
--- old/ktnef-21.04.3/.gitignore        2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/.gitignore        2021-07-31 12:09:26.000000000 +0200
@@ -19,3 +19,8 @@
 CMakeLists.txt.user*
 *.unc-backup*
 compile_commands.json
+.clang-format
+.clangd
+.idea
+/cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/CMakeLists.txt 
new/ktnef-21.08.0/CMakeLists.txt
--- old/ktnef-21.04.3/CMakeLists.txt    2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/CMakeLists.txt    2021-07-31 12:09:26.000000000 +0200
@@ -1,9 +1,9 @@
-cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
-set(PIM_VERSION "5.17.3")
+cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
+set(PIM_VERSION "5.18.0")
 
 project(KTnef VERSION ${PIM_VERSION})
 
-set(KF5_MIN_VERSION "5.79.0")
+set(KF5_MIN_VERSION "5.83.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -25,8 +25,8 @@
 
 
 set(KTNEF_LIB_VERSION ${PIM_VERSION})
-set(CALENDARUTILS_LIB_VERSION "5.17.3")
-set(QT_REQUIRED_VERSION "5.14.0")
+set(CALENDARUTILS_LIB_VERSION "5.18.0")
+set(QT_REQUIRED_VERSION "5.15.0")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KTNEF
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/ktnef_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5TnefConfigVersion.cmake"
@@ -43,9 +43,9 @@
 find_package(KF5I18n ${KF5_MIN_VERSION} CONFIG REQUIRED)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055400)
 
-set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD 17)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
 configure_package_config_file(
@@ -75,15 +75,11 @@
 
 
 add_definitions(-DTRANSLATION_DOMAIN=\"libktnef5\")
-option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" FALSE)
+option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" OFF)
 
-set(COMPILE_WITH_UNITY_CMAKE_SUPPORT false)
+set(COMPILE_WITH_UNITY_CMAKE_SUPPORT OFF)
 if (USE_UNITY_CMAKE_SUPPORT)
-    if(${CMAKE_VERSION} VERSION_LESS "3.16.0")
-        message(STATUS "CMAKE version is less than 3.16.0 . We can't use cmake 
unify build support")
-    else()
-        set(COMPILE_WITH_UNITY_CMAKE_SUPPORT true)
-    endif()
+    set(COMPILE_WITH_UNITY_CMAKE_SUPPORT ON)
 endif()
 add_subdirectory(src)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/CMakePresets.json 
new/ktnef-21.08.0/CMakePresets.json
--- old/ktnef-21.04.3/CMakePresets.json 2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/CMakePresets.json 2021-07-31 12:09:26.000000000 +0200
@@ -1,5 +1,5 @@
 {
-    "version": 1,
+    "version": 2,
     "configurePresets": [
         {
             "name": "dev",
@@ -23,6 +23,20 @@
             }
         },
         {
+            "name": "dev-clang",
+            "displayName": "dev-clang",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build-clang",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug",
+                "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
+            },
+            "environment": {
+                "CXX": "clang++",
+                "CCACHE_DISABLE": "ON"
+            }
+        },
+        {
             "name": "unity",
             "displayName": "Build with CMake unity support.",
             "generator": "Ninja",
@@ -51,6 +65,64 @@
                 "CMAKE_BUILD_TYPE": "RelWithDebInfo",
                "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             }
+        },
+        {
+            "name": "clazy",
+            "displayName": "clazy",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build-clazy",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug"
+            },
+            "environment": {
+                "CXX": "clazy",
+                "CCACHE_DISABLE": "ON"
+            }
+        }
+
+    ],
+    "buildPresets": [
+        {
+            "name": "dev",
+            "configurePreset": "dev"
+        },
+        {
+            "name": "release",
+            "configurePreset": "release"
+        },
+        {
+            "name": "dev-clang",
+            "configurePreset": "dev-clang"
+        },
+        {
+            "name": "asan",
+            "configurePreset": "asan"
+        },
+        {
+            "name": "unity",
+            "configurePreset": "unity"
+        },
+        {
+            "name": "clazy",
+            "configurePreset": "clazy",
+            "environment": {
+                "CLAZY_CHECKS" : 
"level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,function-args-by-value,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs,level2,detaching-member,heap-allocated-small-trivial-type,isempty-vs-count,qstring-varargs,qvariant-template-instantiation,raw-environment-function,reserve-candidates,signal-with-return-value,thread-with-slots,no-ctor-missing-parent-argument,no-missing-typeinfo",
+                "CCACHE_DISABLE" : "ON"
+            }
         }
+    ],
+    "testPresets": [
+    { 
+      "name": "dev",
+      "configurePreset": "dev",
+      "output": {"outputOnFailure": true},
+      "execution": {"noTestsAction": "error", "stopOnFailure": false}
+    },
+    { 
+      "name": "asan",
+      "configurePreset": "asan",
+      "output": {"outputOnFailure": true},
+      "execution": {"noTestsAction": "error", "stopOnFailure": true}
+    }
     ]
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/autotests/CMakeLists.txt 
new/ktnef-21.08.0/autotests/CMakeLists.txt
--- old/ktnef-21.04.3/autotests/CMakeLists.txt  2021-06-16 07:23:42.000000000 
+0200
+++ new/ktnef-21.08.0/autotests/CMakeLists.txt  2021-07-31 12:09:26.000000000 
+0200
@@ -6,4 +6,4 @@
 
 configure_file(config-ktnef-tests.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-ktnef-tests.h)
 
-ecm_add_tests( parsertest.cpp NAME_PREFIX "ktnetf-" LINK_LIBRARIES KF5Tnef 
Qt5::Test)
+ecm_add_tests( parsertest.cpp NAME_PREFIX "ktnetf-" LINK_LIBRARIES KF5Tnef 
Qt::Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/autotests/parsertest.h 
new/ktnef-21.08.0/autotests/parsertest.h
--- old/ktnef-21.04.3/autotests/parsertest.h    2021-06-16 07:23:42.000000000 
+0200
+++ new/ktnef-21.08.0/autotests/parsertest.h    2021-07-31 12:09:26.000000000 
+0200
@@ -4,8 +4,7 @@
     SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-#ifndef PARSERTEST_H
-#define PARSERTEST_H
+#pragma once
 
 #include <QObject>
 
@@ -19,4 +18,3 @@
     void testUmlautAttachmentFilenames();
 };
 
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/metainfo.yaml.license 
new/ktnef-21.08.0/metainfo.yaml.license
--- old/ktnef-21.04.3/metainfo.yaml.license     1970-01-01 01:00:00.000000000 
+0100
+++ new/ktnef-21.08.0/metainfo.yaml.license     2021-07-31 12:09:26.000000000 
+0200
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: none
+SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ar/libktnef5.po 
new/ktnef-21.08.0/po/ar/libktnef5.po
--- old/ktnef-21.04.3/po/ar/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/ar/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2009-01-31 11:41+0400\n"
 "Last-Translator: zayed <zayed.alsa...@gmail.com>\n"
 "Language-Team: Arabic <linuxac-kde-arabic-t...@googlegroups.com>\n"
@@ -20,7 +20,7 @@
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "??????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/be/libktnef5.po 
new/ktnef-21.08.0/po/be/libktnef5.po
--- old/ktnef-21.04.3/po/be/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/be/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2007-04-23 16:57+0300\n"
 "Last-Translator: Darafei Praliaskouski <kom...@licei2.com>\n"
 "Language-Team: Belarusian <i...@mova.org>\n"
@@ -19,7 +19,7 @@
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/bs/libktnef5.po 
new/ktnef-21.08.0/po/bs/libktnef5.po
--- old/ktnef-21.04.3/po/bs/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/bs/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2012-09-03 14:06+0000\n"
 "Last-Translator: Samir Ribi?? <Unknown>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
@@ -20,7 +20,7 @@
 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Podsjetnik:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ca/libktnef5.po 
new/ktnef-21.08.0/po/ca/libktnef5.po
--- old/ktnef-21.04.3/po/ca/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/ca/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-07-26 16:20+0200\n"
 "Last-Translator: Antoni Bella P??rez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -22,7 +22,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Recordatori"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ca@valencia/libktnef5.po 
new/ktnef-21.08.0/po/ca@valencia/libktnef5.po
--- old/ktnef-21.04.3/po/ca@valencia/libktnef5.po       2021-07-06 
07:26:57.000000000 +0200
+++ new/ktnef-21.08.0/po/ca@valencia/libktnef5.po       2021-08-06 
02:22:48.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-07-26 16:20+0200\n"
 "Last-Translator: Antoni Bella P??rez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -22,7 +22,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Recordatori"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/cs/libktnef5.po 
new/ktnef-21.08.0/po/cs/libktnef5.po
--- old/ktnef-21.04.3/po/cs/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/cs/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2014-10-21 13:47+0200\n"
 "Last-Translator: V??t Pel????k <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -18,7 +18,7 @@
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Upom??nka"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/da/libktnef5.po 
new/ktnef-21.08.0/po/da/libktnef5.po
--- old/ktnef-21.04.3/po/da/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/da/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-07-21 17:34+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
@@ -18,7 +18,7 @@
 "X-Generator: Lokalize 20.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "P??mindelse"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/de/libktnef5.po 
new/ktnef-21.08.0/po/de/libktnef5.po
--- old/ktnef-21.04.3/po/de/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/de/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-11-02 07:38+0100\n"
 "Last-Translator: Burkhard L??ck <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -15,7 +15,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Erinnerung"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/el/libktnef5.po 
new/ktnef-21.08.0/po/el/libktnef5.po
--- old/ktnef-21.04.3/po/el/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/el/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-09-08 09:52+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -20,7 +20,7 @@
 "X-Generator: Lokalize 20.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/en_GB/libktnef5.po 
new/ktnef-21.08.0/po/en_GB/libktnef5.po
--- old/ktnef-21.04.3/po/en_GB/libktnef5.po     2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/en_GB/libktnef5.po     2021-08-06 02:22:48.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-11-03 11:54+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 19.07.70\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Reminder"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/eo/libktnef5.po 
new/ktnef-21.08.0/po/eo/libktnef5.po
--- old/ktnef-21.04.3/po/eo/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/eo/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2009-11-15 12:06+0100\n"
 "Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
@@ -16,7 +16,7 @@
 "X-Generator: pology\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/es/libktnef5.po 
new/ktnef-21.08.0/po/es/libktnef5.po
--- old/ktnef-21.04.3/po/es/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/es/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-10-29 19:07+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -22,7 +22,7 @@
 "X-Generator: Lokalize 19.08.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Recordatorio"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/et/libktnef5.po 
new/ktnef-21.08.0/po/et/libktnef5.po
--- old/ktnef-21.04.3/po/et/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/et/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-11-17 00:52+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@lists.linux.ee>\n"
@@ -18,7 +18,7 @@
 "X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Meeldetuletus"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/fi/libktnef5.po 
new/ktnef-21.08.0/po/fi/libktnef5.po
--- old/ktnef-21.04.3/po/fi/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/fi/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-07-06 17:58+0300\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -20,7 +20,7 @@
 "X-POT-Import-Date: 2012-12-01 22:25:21+0000\n"
 "X-Generator: Lokalize 20.04.2\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Muistutus"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/fr/libktnef5.po 
new/ktnef-21.08.0/po/fr/libktnef5.po
--- old/ktnef-21.04.3/po/fr/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/fr/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-12-26 10:36+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
@@ -27,7 +27,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Rappel"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ga/libktnef5.po 
new/ktnef-21.08.0/po/ga/libktnef5.po
--- old/ktnef-21.04.3/po/ga/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/ga/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2007-04-15 19:05-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? "
 "3 : 4\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Meabhr??ch??n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/gl/libktnef5.po 
new/ktnef-21.08.0/po/gl/libktnef5.po
--- old/ktnef-21.04.3/po/gl/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/gl/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-10-26 14:15+0200\n"
 "Last-Translator: Adri??n Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\n"
@@ -23,7 +23,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 19.08.2\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Lembranza"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/hi/libktnef5.po 
new/ktnef-21.08.0/po/hi/libktnef5.po
--- old/ktnef-21.04.3/po/hi/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/hi/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2008-01-27 15:54+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratl...@yahoo.com>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
@@ -18,7 +18,7 @@
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "???????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/hu/libktnef5.po 
new/ktnef-21.08.0/po/hu/libktnef5.po
--- old/ktnef-21.04.3/po/hu/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/hu/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2011-12-11 22:35+0100\n"
 "Last-Translator: Krist??f Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -18,7 +18,7 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 1.2\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Eml??keztet??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ia/libktnef5.po 
new/ktnef-21.08.0/po/ia/libktnef5.po
--- old/ktnef-21.04.3/po/ia/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/ia/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-02-12 13:06+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
@@ -17,7 +17,7 @@
 "X-Generator: Lokalize 18.12.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Memento"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/it/libktnef5.po 
new/ktnef-21.08.0/po/it/libktnef5.po
--- old/ktnef-21.04.3/po/it/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/it/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-10-25 00:11+0200\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -20,7 +20,7 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 19.08.1\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Promemoria"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ja/libktnef5.po 
new/ktnef-21.08.0/po/ja/libktnef5.po
--- old/ktnef-21.04.3/po/ja/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/ja/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2010-09-25 20:08-0700\n"
 "Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -21,7 +21,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "???????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/kk/libktnef5.po 
new/ktnef-21.08.0/po/kk/libktnef5.po
--- old/ktnef-21.04.3/po/kk/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/kk/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2013-07-12 04:06+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
@@ -17,7 +17,7 @@
 "X-Generator: Lokalize 1.2\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "???????? ????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/km/libktnef5.po 
new/ktnef-21.08.0/po/km/libktnef5.po
--- old/ktnef-21.04.3/po/km/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/km/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2010-12-13 09:03+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
@@ -19,7 +19,7 @@
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "???????????????????????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ko/libktnef5.po 
new/ktnef-21.08.0/po/ko/libktnef5.po
--- old/ktnef-21.04.3/po/ko/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/ko/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-01-29 00:44+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 19.04.3\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "??????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/lt/libktnef5.po 
new/ktnef-21.08.0/po/lt/libktnef5.po
--- old/ktnef-21.04.3/po/lt/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/lt/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2015-08-30 16:05+0200\n"
 "Last-Translator: Liudas Ali??auskas <liu...@akmc.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
@@ -20,7 +20,7 @@
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Priminimas"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/lv/libktnef5.po 
new/ktnef-21.08.0/po/lv/libktnef5.po
--- old/ktnef-21.04.3/po/lv/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/lv/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2008-05-31 20:50+0300\n"
 "Last-Translator: Viesturs Zarins <viesturs.zar...@mii.lu.lv>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
@@ -19,7 +19,7 @@
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
 "2);\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Atg??din??jums"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/mr/libktnef5.po 
new/ktnef-21.08.0/po/mr/libktnef5.po
--- old/ktnef-21.04.3/po/mr/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/mr/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2013-03-07 18:22+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/nb/libktnef5.po 
new/ktnef-21.08.0/po/nb/libktnef5.po
--- old/ktnef-21.04.3/po/nb/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/nb/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2010-06-10 09:50+0200\n"
 "Last-Translator: Bj??rn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokm??l <l10n...@lister.huftis.org>\n"
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "P??minnelse"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/nds/libktnef5.po 
new/ktnef-21.08.0/po/nds/libktnef5.po
--- old/ktnef-21.04.3/po/nds/libktnef5.po       2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/nds/libktnef5.po       2021-08-06 02:22:48.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2010-05-29 07:14+0200\n"
 "Last-Translator: Manfred Wiese <m.j.wi...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
@@ -20,7 +20,7 @@
 "X-Generator: Lokalize 1.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "V??ranstoot"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/nl/libktnef5.po 
new/ktnef-21.08.0/po/nl/libktnef5.po
--- old/ktnef-21.04.3/po/nl/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/nl/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-10-24 13:07+0200\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -19,7 +19,7 @@
 "X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Herinnering"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/nn/libktnef5.po 
new/ktnef-21.08.0/po/nn/libktnef5.po
--- old/ktnef-21.04.3/po/nn/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/nn/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-05-23 17:22+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
@@ -22,7 +22,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "P??minning"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/pa/libktnef5.po 
new/ktnef-21.08.0/po/pa/libktnef5.po
--- old/ktnef-21.04.3/po/pa/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/pa/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2007-04-04 20:43+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Panjabi <punjabi-l...@lists.sf.net>\n"
@@ -18,7 +18,7 @@
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "?????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/pl/libktnef5.po 
new/ktnef-21.08.0/po/pl/libktnef5.po
--- old/ktnef-21.04.3/po/pl/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/pl/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-11-09 06:55+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -18,7 +18,7 @@
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Lokalize 19.07.70\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Przypomnienie"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/pt/libktnef5.po 
new/ktnef-21.08.0/po/pt/libktnef5.po
--- old/ktnef-21.04.3/po/pt/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/pt/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2010-05-01 14:58+0100\n"
 "Last-Translator: Jos?? Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n-...@kde.org>\n"
@@ -18,7 +18,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-POFile-SpellExtra: RTF CC MAPI BCC CRC OEM TNEF Sinc MDB\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Chamada de Aten????o"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/pt_BR/libktnef5.po 
new/ktnef-21.08.0/po/pt_BR/libktnef5.po
--- old/ktnef-21.04.3/po/pt_BR/libktnef5.po     2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/pt_BR/libktnef5.po     2021-08-06 02:22:48.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libktnef5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-10-24 22:14-0300\n"
 "Last-Translator: Andr?? Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -19,7 +19,7 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 19.04.3\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Lembrete"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ro/libktnef5.po 
new/ktnef-21.08.0/po/ro/libktnef5.po
--- old/ktnef-21.04.3/po/ro/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/ro/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2012-12-21 04:07+0200\n"
 "Last-Translator: Sergiu Bivol <sergiu.bi...@jurnaltv.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
@@ -19,7 +19,7 @@
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ru/libktnef5.po 
new/ktnef-21.08.0/po/ru/libktnef5.po
--- old/ktnef-21.04.3/po/ru/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/ru/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-04-22 17:42+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -26,7 +26,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "??????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/se/libktnef5.po 
new/ktnef-21.08.0/po/se/libktnef5.po
--- old/ktnef-21.04.3/po/se/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/se/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2009-02-17 17:54+0100\n"
 "Last-Translator: B??rre Gaup <boe...@skolelinux.no>\n"
 "Language-Team: Northern Sami <l10n...@lister.huftis.org>\n"
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Muittuhus"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/sk/libktnef5.po 
new/ktnef-21.08.0/po/sk/libktnef5.po
--- old/ktnef-21.04.3/po/sk/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/sk/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: libktnef5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2014-08-14 14:18+0200\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -15,7 +15,7 @@
 "X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Upozornenie"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/sl/libktnef5.po 
new/ktnef-21.08.0/po/sl/libktnef5.po
--- old/ktnef-21.04.3/po/sl/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/sl/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2020-02-27 12:24+0100\n"
 "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -23,7 +23,7 @@
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Opomnik"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/sq/libktnef5.po 
new/ktnef-21.08.0/po/sq/libktnef5.po
--- old/ktnef-21.04.3/po/sq/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/sq/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2009-12-29 13:46+0000\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Albanian <s...@li.org>\n"
@@ -19,7 +19,7 @@
 "X-Generator: Launchpad (build 12883)\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "Kujtues"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/sv/libktnef5.po 
new/ktnef-21.08.0/po/sv/libktnef5.po
--- old/ktnef-21.04.3/po/sv/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/sv/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-10-26 11:19+0100\n"
 "Last-Translator: Stefan Asserh??ll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -18,7 +18,7 @@
 "X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "P??minnelse"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/tr/libktnef5.po 
new/ktnef-21.08.0/po/tr/libktnef5.po
--- old/ktnef-21.04.3/po/tr/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/tr/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2014-11-12 01:06+0200\n"
 "Last-Translator: Kaan Ozdincer <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
@@ -23,7 +23,7 @@
 "X-Generator: Lokalize 1.4\n"
 "(http: //www.transifex.com/projects/p/kdepimlibs-k-tr/language/tr/)\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "An??msat??c??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/ug/libktnef5.po 
new/ktnef-21.08.0/po/ug/libktnef5.po
--- old/ktnef-21.04.3/po/ug/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/ug/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
@@ -17,7 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/uk/libktnef5.po 
new/ktnef-21.08.0/po/uk/libktnef5.po
--- old/ktnef-21.04.3/po/uk/libktnef5.po        2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/uk/libktnef5.po        2021-08-06 02:22:48.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libktnef5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2019-10-24 07:46+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -21,7 +21,7 @@
 "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"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "??????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/zh_CN/libktnef5.po 
new/ktnef-21.08.0/po/zh_CN/libktnef5.po
--- old/ktnef-21.04.3/po/zh_CN/libktnef5.po     2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/zh_CN/libktnef5.po     2021-08-06 02:22:48.000000000 
+0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
-"PO-Revision-Date: 2021-06-20 07:37\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
+"PO-Revision-Date: 2021-07-26 13:49\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -21,7 +21,7 @@
 "X-Crowdin-File: /kf5-stable/messages/ktnef/libktnef5.pot\n"
 "X-Crowdin-File-ID: 3211\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "??????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/po/zh_TW/libktnef5.po 
new/ktnef-21.08.0/po/zh_TW/libktnef5.po
--- old/ktnef-21.04.3/po/zh_TW/libktnef5.po     2021-07-06 07:26:57.000000000 
+0200
+++ new/ktnef-21.08.0/po/zh_TW/libktnef5.po     2021-08-06 02:22:48.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libktnef\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-01-27 03:10+0100\n"
+"POT-Creation-Date: 2021-04-30 00:19+0000\n"
 "PO-Revision-Date: 2010-05-31 09:31+0800\n"
 "Last-Translator: Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv "
 "dot tw>\n"
@@ -18,7 +18,7 @@
 "X-Generator: Lokalize 1.0\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: formatter.cpp:297
+#: formatter.cpp:298
 #, kde-format
 msgid "Reminder"
 msgstr "????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/sanitizers.supp 
new/ktnef-21.08.0/sanitizers.supp
--- old/ktnef-21.04.3/sanitizers.supp   2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/sanitizers.supp   2021-07-31 12:09:26.000000000 +0200
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2021 Laurent Montel <mon...@kde.org>
+# SPDX-License-Identifier: CC0-1.0
 # Suppression file for ASAN/LSAN
 
 leak:libspeechd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/CMakeLists.txt 
new/ktnef-21.08.0/src/CMakeLists.txt
--- old/ktnef-21.04.3/src/CMakeLists.txt        2021-06-16 07:23:42.000000000 
+0200
+++ new/ktnef-21.08.0/src/CMakeLists.txt        2021-07-31 12:09:26.000000000 
+0200
@@ -1,5 +1,7 @@
+add_library(KF5Tnef)
+add_library(KF5::Tnef ALIAS KF5Tnef)
 
-set(ktnef_SRCS
+target_sources(KF5Tnef PRIVATE
   ktnefparser.cpp
   ktnefproperty.cpp
   ktnefattach.cpp
@@ -11,17 +13,16 @@
   formatter.cpp
 )
 
-ecm_qt_declare_logging_category(ktnef_SRCS HEADER ktnef_debug.h IDENTIFIER 
KTNEF_LOG CATEGORY_NAME org.kde.pim.ktnef
+ecm_qt_declare_logging_category(KF5Tnef HEADER ktnef_debug.h IDENTIFIER 
KTNEF_LOG CATEGORY_NAME org.kde.pim.ktnef
         OLD_CATEGORY_NAMES log_ktnef
         DESCRIPTION "ktnef (pim lib)" EXPORT KTNEF)
 
-add_library(KF5Tnef ${ktnef_SRCS})
 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
     set_target_properties(KF5Tnef PROPERTIES UNITY_BUILD ON)
 endif()
 generate_export_header(KF5Tnef BASE_NAME ktnef)
 
-add_library(KF5::Tnef ALIAS KF5Tnef)
+
 
 target_include_directories(KF5Tnef INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KTNEF>")
 target_include_directories(KF5Tnef PUBLIC 
"$<BUILD_INTERFACE:${KTnef_SOURCE_DIR}/src;${KTnef_BINARY_DIR}/src>")
@@ -36,7 +37,7 @@
 )
 
 set_target_properties(KF5Tnef PROPERTIES
-    VERSION ${KTNEF_VERSION_STRING}
+    VERSION ${KTNEF_VERSION}
     SOVERSION ${KTNEF_SOVERSION}
     EXPORT_NAME Tnef
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/formatter.cpp 
new/ktnef-21.08.0/src/formatter.cpp
--- old/ktnef-21.04.3/src/formatter.cpp 2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/formatter.cpp 2021-07-31 12:09:26.000000000 +0200
@@ -59,12 +59,13 @@
 
 static QDateTime pureISOToLocalQDateTime(const QString &dtStr)
 {
-    const int year = dtStr.leftRef(4).toInt();
-    const int month = dtStr.midRef(4, 2).toInt();
-    const int day = dtStr.midRef(6, 2).toInt();
-    const int hour = dtStr.midRef(9, 2).toInt();
-    const int minute = dtStr.midRef(11, 2).toInt();
-    const int second = dtStr.midRef(13, 2).toInt();
+    const QStringView dtView{dtStr};
+    const int year = dtView.left(4).toInt();
+    const int month = dtView.mid(4, 2).toInt();
+    const int day = dtView.mid(6, 2).toInt();
+    const int hour = dtView.mid(9, 2).toInt();
+    const int minute = dtView.mid(11, 2).toInt();
+    const int second = dtView.mid(13, 2).toInt();
     QDate tmpDate;
     tmpDate.setDate(year, month, day);
     QTime tmpTime;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/formatter.h 
new/ktnef-21.08.0/src/formatter.h
--- old/ktnef-21.04.3/src/formatter.h   2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/formatter.h   2021-07-31 12:09:26.000000000 +0200
@@ -17,8 +17,7 @@
   @author Reinhold Kainhofer
 */
 
-#ifndef KTNEF_FORMATTER_H
-#define KTNEF_FORMATTER_H
+#pragma once
 
 #include <KCalendarCore/MemoryCalendar>
 #include <QString>
@@ -53,4 +52,3 @@
 Q_REQUIRED_RESULT KTNEF_EXPORT QString msTNEFToVPart(const QByteArray &tnef);
 }
 
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/ktnefattach.h 
new/ktnef-21.08.0/src/ktnefattach.h
--- old/ktnef-21.04.3/src/ktnefattach.h 2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/ktnefattach.h 2021-07-31 12:09:26.000000000 +0200
@@ -15,8 +15,7 @@
  * @author Michael Goffioul
  */
 
-#ifndef KTNEFATTACH_H
-#define KTNEFATTACH_H
+#pragma once
 
 #include <QString>
 
@@ -219,4 +218,3 @@
 };
 
 }
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/ktnefdefs.h 
new/ktnef-21.08.0/src/ktnefdefs.h
--- old/ktnef-21.04.3/src/ktnefdefs.h   2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/ktnefdefs.h   2021-07-31 12:09:26.000000000 +0200
@@ -15,8 +15,7 @@
  * @author Michael Goffioul
  */
 
-#ifndef KTNEFDEFS_H
-#define KTNEFDEFS_H
+#pragma once
 //@cond IGNORE
 #define TNEF_SIGNATURE 0x223e9f78
 #define LVL_MESSAGE 0x01
@@ -270,4 +269,3 @@
 #define MAPI_TAG_PR_REFERRED_BY_NAME 0X3A47001E // ReferredBy
 //@endcond
 
-#endif /* KTNEFDEFS_H */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/ktnefmessage.h 
new/ktnef-21.08.0/src/ktnefmessage.h
--- old/ktnef-21.04.3/src/ktnefmessage.h        2021-06-16 07:23:42.000000000 
+0200
+++ new/ktnef-21.08.0/src/ktnefmessage.h        2021-07-31 12:09:26.000000000 
+0200
@@ -15,8 +15,7 @@
  * @author Michael Goffioul
  */
 
-#ifndef KTNEFMESSAGE_H
-#define KTNEFMESSAGE_H
+#pragma once
 
 #include <QList>
 
@@ -89,4 +88,3 @@
 };
 
 }
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/ktnefparser.h 
new/ktnef-21.08.0/src/ktnefparser.h
--- old/ktnef-21.04.3/src/ktnefparser.h 2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/ktnefparser.h 2021-07-31 12:09:26.000000000 +0200
@@ -15,8 +15,7 @@
  * @author Michael Goffioul
  */
 
-#ifndef KTNEFPARSER_H
-#define KTNEFPARSER_H
+#pragma once
 
 #include "ktnef_export.h"
 #include <QIODevice>
@@ -114,4 +113,3 @@
 };
 
 }
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/ktnefproperty.h 
new/ktnef-21.08.0/src/ktnefproperty.h
--- old/ktnef-21.04.3/src/ktnefproperty.h       2021-06-16 07:23:42.000000000 
+0200
+++ new/ktnef-21.08.0/src/ktnefproperty.h       2021-07-31 12:09:26.000000000 
+0200
@@ -15,8 +15,7 @@
  * @author Michael Goffioul
  */
 
-#ifndef KTNEFPROPERTY_H
-#define KTNEFPROPERTY_H
+#pragma once
 
 #include <QString>
 #include <QVariant>
@@ -143,4 +142,3 @@
 };
 
 }
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/ktnefpropertyset.cpp 
new/ktnef-21.08.0/src/ktnefpropertyset.cpp
--- old/ktnef-21.04.3/src/ktnefpropertyset.cpp  2021-06-16 07:23:42.000000000 
+0200
+++ new/ktnef-21.08.0/src/ktnefpropertyset.cpp  2021-07-31 12:09:26.000000000 
+0200
@@ -143,7 +143,7 @@
             return;
         }
     }
-    KTNEFProperty *p = new KTNEFProperty(key, type, value, QVariant());
+    auto *p = new KTNEFProperty(key, type, value, QVariant());
     d->attributes_[p->key()] = p;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/ktnefpropertyset.h 
new/ktnef-21.08.0/src/ktnefpropertyset.h
--- old/ktnef-21.04.3/src/ktnefpropertyset.h    2021-06-16 07:23:42.000000000 
+0200
+++ new/ktnef-21.08.0/src/ktnefpropertyset.h    2021-07-31 12:09:26.000000000 
+0200
@@ -15,8 +15,7 @@
  * @author Michael Goffioul
  */
 
-#ifndef KTNEFPROPERTYSET_H
-#define KTNEFPROPERTYSET_H
+#pragma once
 
 #include <QMap>
 #include <QVariant>
@@ -148,4 +147,3 @@
 };
 
 }
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/ktnefwriter.h 
new/ktnef-21.08.0/src/ktnefwriter.h
--- old/ktnef-21.04.3/src/ktnefwriter.h 2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/ktnefwriter.h 2021-07-31 12:09:26.000000000 +0200
@@ -15,8 +15,7 @@
  * @author Bo Thorsen
  */
 
-#ifndef KTNEFWRITER_H
-#define KTNEFWRITER_H
+#pragma once
 
 class QString;
 class QVariant;
@@ -282,4 +281,3 @@
 
 }
 
-#endif // KTNEFWRITER_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/lzfu.cpp 
new/ktnef-21.08.0/src/lzfu.cpp
--- old/ktnef-21.04.3/src/lzfu.cpp      2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/lzfu.cpp      2021-07-31 12:09:26.000000000 +0200
@@ -40,12 +40,12 @@
 //@endcond
 
 //@cond PRIVATE
-typedef struct _lzfuheader {
+using lzfuheader = struct _lzfuheader {
     quint32 cbSize;
     quint32 cbRawSize;
     quint32 dwMagic;
     quint32 dwCRC;
-} lzfuheader;
+};
 //@endcond
 
 //@cond IGNORE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/lzfu.h new/ktnef-21.08.0/src/lzfu.h
--- old/ktnef-21.04.3/src/lzfu.h        2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/lzfu.h        2021-07-31 12:09:26.000000000 +0200
@@ -15,8 +15,7 @@
  * @author Michael Goffioul
  */
 
-#ifndef LZFU_H
-#define LZFU_H
+#pragma once
 #include <QtGlobal>
 class QIODevice;
 namespace KTnef
@@ -28,4 +27,3 @@
  */
 Q_REQUIRED_RESULT int lzfu_decompress(QIODevice *input, QIODevice *output);
 }
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/mapi.cpp 
new/ktnef-21.08.0/src/mapi.cpp
--- old/ktnef-21.04.3/src/mapi.cpp      2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/mapi.cpp      2021-07-31 12:09:26.000000000 +0200
@@ -181,7 +181,7 @@
                             {0x8560, I18N_NOOP("Reminder Next Time")},
                             {0, nullptr}};
 
-typedef QMap<int, QString> TagMap;
+using TagMap = QMap<int, QString>;
 Q_GLOBAL_STATIC(TagMap, MAPI_TagMap)
 Q_GLOBAL_STATIC(TagMap, MAPI_NamedTagMap)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-21.04.3/src/mapi.h new/ktnef-21.08.0/src/mapi.h
--- old/ktnef-21.04.3/src/mapi.h        2021-06-16 07:23:42.000000000 +0200
+++ new/ktnef-21.08.0/src/mapi.h        2021-07-31 12:09:26.000000000 +0200
@@ -15,8 +15,7 @@
  * @author Michael Goffioul
  */
 
-#ifndef MAPI_H
-#define MAPI_H
+#pragma once
 
 #include <QString>
 namespace KTnef
@@ -36,4 +35,3 @@
  */
 Q_REQUIRED_RESULT QString mapiNamedTagString(int key, int tag = -1);
 }
-#endif

Reply via email to