Hello community,

here is the log from the commit of package kmail for openSUSE:Factory checked 
in at 2019-03-11 11:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail (Old)
 and      /work/SRC/openSUSE:Factory/.kmail.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmail"

Mon Mar 11 11:10:55 2019 rev:30 rq:683214 version:18.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmail/kmail.changes      2019-02-14 
14:18:23.436073875 +0100
+++ /work/SRC/openSUSE:Factory/.kmail.new.28833/kmail.changes   2019-03-11 
11:10:56.849420572 +0100
@@ -1,0 +2,10 @@
+Sat Mar 09 08:03:19 UTC 2019 - [email protected]
+
+- Update to 18.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.3.php
+- Changes since 18.12.2:
+  * Fix Bug 403313 - Encoding problem on kmail2 5.10.1 when creating composer 
from command line (kde#403313)
+
+-------------------------------------------------------------------

Old:
----
  kmail-18.12.2.tar.xz

New:
----
  kmail-18.12.3.tar.xz

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

Other differences:
------------------
++++++ kmail.spec ++++++
--- /var/tmp/diff_new_pack.56NSQH/_old  2019-03-11 11:10:58.281420164 +0100
+++ /var/tmp/diff_new_pack.56NSQH/_new  2019-03-11 11:10:58.301420158 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kmail
-Version:        18.12.2
+Version:        18.12.3
 Release:        0
 Summary:        Mail Client
 License:        GPL-2.0-only

++++++ kmail-18.12.2.tar.xz -> kmail-18.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/CMakeLists.txt 
new/kmail-18.12.3/CMakeLists.txt
--- old/kmail-18.12.2/CMakeLists.txt    2019-02-05 01:47:12.000000000 +0100
+++ new/kmail-18.12.3/CMakeLists.txt    2019-03-05 01:24:47.000000000 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.10.2")
+set(KDEPIM_VERSION_NUMBER "5.10.3")
 
 project(kmail VERSION ${KDEPIM_VERSION_NUMBER})
 
@@ -42,19 +42,19 @@
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADI_MIMELIB_VERSION "5.10.2")
-set(AKONADI_CONTACT_VERSION "5.10.2")
-set(KCONTACTS_LIB_VERSION "5.10.2")
-set(KCALENDARCORE_LIB_VERSION "5.10.2")
-set(CALENDARUTILS_LIB_VERSION "5.10.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.10.2")
-set(KLDAP_LIB_VERSION "5.10.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.10.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.10.2")
-set(KMIME_LIB_VERSION "5.10.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.10.2")
-set(AKONADI_VERSION "5.10.2")
-set(KTNEF_LIB_VERSION "5.10.2")
+set(AKONADI_MIMELIB_VERSION "5.10.3")
+set(AKONADI_CONTACT_VERSION "5.10.3")
+set(KCONTACTS_LIB_VERSION "5.10.3")
+set(KCALENDARCORE_LIB_VERSION "5.10.3")
+set(CALENDARUTILS_LIB_VERSION "5.10.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.10.3")
+set(KLDAP_LIB_VERSION "5.10.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.10.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.10.3")
+set(KMIME_LIB_VERSION "5.10.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.10.3")
+set(AKONADI_VERSION "5.10.3")
+set(KTNEF_LIB_VERSION "5.10.3")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -63,18 +63,18 @@
 option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise 
branch, which are normally disabled. Also, it disables many components not 
needed for Kontact such as the Kolab client." FALSE)
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus Network Test 
Widgets WebEngine WebEngineWidgets)
-set(LIBGRAVATAR_VERSION_LIB "5.10.2")
-set(MAILCOMMON_LIB_VERSION_LIB "5.10.2")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.10.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.10.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.10.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.10.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.10.2")
-set(LIBKSIEVE_LIB_VERSION_LIB "5.10.2")
+set(LIBGRAVATAR_VERSION_LIB "5.10.3")
+set(MAILCOMMON_LIB_VERSION_LIB "5.10.3")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.10.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.10.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.10.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.10.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.10.3")
+set(LIBKSIEVE_LIB_VERSION_LIB "5.10.3")
 
 find_package(KF5WebEngineViewer ${MESSAGELIB_LIB_VERSION_LIB} CONFIG REQUIRED)
 
-find_package(KF5AkonadiSearch "5.10.2" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.10.3" CONFIG REQUIRED)
 set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi 
Search libraries" URL "http://www.kde.org"; TYPE REQUIRED PURPOSE "Provides 
search capabilities in KMail and Akonadi")
 
 set(GPGMEPP_LIB_VERSION "1.8.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/fi/akonadi_archivemail_agent.po 
new/kmail-18.12.3/po/fi/akonadi_archivemail_agent.po
--- old/kmail-18.12.2/po/fi/akonadi_archivemail_agent.po        2019-02-05 
01:47:04.000000000 +0100
+++ new/kmail-18.12.3/po/fi/akonadi_archivemail_agent.po        2019-03-05 
01:24:42.000000000 +0100
@@ -2,7 +2,7 @@
 # Author: Smar
 # Jiri Grönroos <[email protected]>, 2012.
 # Lasse Liehu <[email protected]>, 2012, 2013, 2014, 2015, 2016.
-# Tommi Nieminen <[email protected]>, 2012, 2017, 2018.
+# Tommi Nieminen <[email protected]>, 2012, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi_archivemail_agent\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-18.12.2/po/fi/akonadi_followupreminder_agent.po 
new/kmail-18.12.3/po/fi/akonadi_followupreminder_agent.po
--- old/kmail-18.12.2/po/fi/akonadi_followupreminder_agent.po   2019-02-05 
01:47:04.000000000 +0100
+++ new/kmail-18.12.3/po/fi/akonadi_followupreminder_agent.po   2019-03-05 
01:24:42.000000000 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Lasse Liehu <[email protected]>, 2014, 2015, 2016.
-# Tommi Nieminen <[email protected]>, 2014, 2017, 2018.
+# Tommi Nieminen <[email protected]>, 2014, 2017, 2018, 2019.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/fi/akonadi_sendlater_agent.po 
new/kmail-18.12.3/po/fi/akonadi_sendlater_agent.po
--- old/kmail-18.12.2/po/fi/akonadi_sendlater_agent.po  2019-02-05 
01:47:05.000000000 +0100
+++ new/kmail-18.12.3/po/fi/akonadi_sendlater_agent.po  2019-03-05 
01:24:42.000000000 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Lasse Liehu <[email protected]>, 2013, 2014, 2015, 2016.
-# Tommi Nieminen <[email protected]>, 2017, 2018.
+# Tommi Nieminen <[email protected]>, 2017, 2018, 2019.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/fi/kmail.po 
new/kmail-18.12.3/po/fi/kmail.po
--- old/kmail-18.12.2/po/fi/kmail.po    2019-02-05 01:47:05.000000000 +0100
+++ new/kmail-18.12.3/po/fi/kmail.po    2019-03-05 01:24:42.000000000 +0100
@@ -14,7 +14,7 @@
 # Ville-Pekka Vainio <[email protected]>, 2007.
 # Mikko Piippo <[email protected]>, 2007.
 # Tommi Nieminen <[email protected]>, 2009, 2010, 2011.
-# Tommi Nieminen <[email protected]>, 2010, 2012, 2013, 2015, 2016, 
2017, 2018.
+# Tommi Nieminen <[email protected]>, 2010, 2012, 2013, 2015, 2016, 
2017, 2018, 2019.
 # Lasse Liehu <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 
2016, 2017.
 # Jiri Grönroos <[email protected]>, 2012.
 # Niklas Laxström <[email protected]>, 2012.
@@ -23,7 +23,7 @@
 "Project-Id-Version: kmail\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-21 07:20+0100\n"
-"PO-Revision-Date: 2018-11-29 12:17+0200\n"
+"PO-Revision-Date: 2019-02-19 11:23+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
@@ -5292,7 +5292,7 @@
 msgstr "Suodata postituslistalla…"
 
 #: messageactions.cpp:446
-#, fuzzy, kde-format
+#, kde-format
 msgid "<unknown>"
 msgstr "<tuntematon>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/gl/akonadi_archivemail_agent.po 
new/kmail-18.12.3/po/gl/akonadi_archivemail_agent.po
--- old/kmail-18.12.2/po/gl/akonadi_archivemail_agent.po        2019-02-05 
01:47:05.000000000 +0100
+++ new/kmail-18.12.3/po/gl/akonadi_archivemail_agent.po        2019-03-05 
01:24:42.000000000 +0100
@@ -4,20 +4,21 @@
 # Xosé <[email protected]>, 2012, 2014.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2014, 2015, 2016, 
2018.
 # Marce Villarino <[email protected]>, 2013, 2014.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-04-22 10:52+0100\n"
-"Last-Translator: Adrian Chaves <[email protected]>\n"
+"PO-Revision-Date: 2019-03-03 13:43+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -196,7 +197,7 @@
 #, kde-format
 msgid "Directory does not exist. Please verify settings. Archive postponed."
 msgstr ""
-"O directorio non existe. Comprobe a configuración. Posponse o arquivado."
+"O directorio non existe. Verifique a configuración. Posponse o arquivado."
 
 #: job/archivejob.cpp:91
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/gl/kmail.po 
new/kmail-18.12.3/po/gl/kmail.po
--- old/kmail-18.12.2/po/gl/kmail.po    2019-02-05 01:47:05.000000000 +0100
+++ new/kmail-18.12.3/po/gl/kmail.po    2019-03-05 01:24:43.000000000 +0100
@@ -14,20 +14,20 @@
 # Marce Villarino <[email protected]>, 2009.
 # Marce Villarino <[email protected]>, 2012, 2013, 2014.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2015, 2016, 2017.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmail\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-21 07:20+0100\n"
-"PO-Revision-Date: 2018-12-29 09:58+0100\n"
+"PO-Revision-Date: 2019-03-03 19:57+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -489,7 +489,7 @@
 #: configuredialog/configureaccountpage.cpp:95
 #, kde-format
 msgid "Outgoing accounts (add at least one):"
-msgstr "Contas de saída (polo menos unha):"
+msgstr "Contas de saída (engada polo menos unha):"
 
 #: configuredialog/configureaccountpage.cpp:102
 #, kde-format
@@ -1073,7 +1073,8 @@
 msgstr ""
 "Ao responder ou encamiñar, citar a mensaxe\n"
 "no formato orixinal no que se recibiu.\n"
-"Se non se marca, a resposta será en texto simple de maneira predeterminada."
+"Se está desmarcada, a resposta será en texto simple de maneira "
+"predeterminada."
 
 #: configuredialog/configurecomposerpage.cpp:275
 #, kde-format
@@ -1082,7 +1083,8 @@
 "Bold, italic and underlined text, lists, and external references\n"
 "are supported."
 msgstr ""
-"Formatar a parte de texto simple dunha mensaxe a partir da marcaxe en HTML.\n"
+"Formatar a parte de texto simple dunha mensaxe a partir das etiquetas de "
+"HTML.\n"
 "Admítense negra, cursiva e texto subliñado, listas e referencias externas."
 
 #: configuredialog/configurecomposerpage.cpp:290
@@ -1557,7 +1559,7 @@
 "The module is missing. Please verify your installation. This module is "
 "provided by Kleopatra."
 msgstr ""
-"O módulo non está presente. Revise a instalación. O módulo fornéceo "
+"O módulo non está presente. Verifique a instalación. O módulo fornéceo "
 "Kleopatra."
 
 #: configuredialog/configuresecuritypage.cpp:378
@@ -2323,7 +2325,7 @@
 #: editor/kmcomposerwin.cpp:2890
 #, kde-format
 msgid "Add Markup Plain Text"
-msgstr "Engadir texto simple de marcado"
+msgstr "Engadir texto simple de etiquetas"
 
 #: editor/kmcomposerwin.cpp:3554
 #, kde-format
@@ -2376,7 +2378,7 @@
 #: editor/potentialphishingemail/potentialphishingdetailwidget.cpp:34
 #, kde-format
 msgid "Select email to put in whitelist:"
-msgstr "Seleccione un enderezo para engadir á lista branca:"
+msgstr "Seleccione un correo electrónico para poñer na lista branca:"
 
 #: editor/potentialphishingemail/potentialphishingemailwarning.cpp:35
 #, kde-format
@@ -2422,8 +2424,8 @@
 "The message you have composed seems to refer to an attached file but you "
 "have not attached anything. Do you want to attach a file to your message?"
 msgstr ""
-"A mensaxe que escribiu parece facer referencia a un ficheiro anexo, pero non "
-"anexou nada. Quere anexar un ficheiro á mensaxe?"
+"A mensaxe que escribiu parece facer referencia a un ficheiro anexado, pero "
+"non anexou nada. Quere anexar un ficheiro á mensaxe?"
 
 #: editor/warningwidgets/attachmentmissingwarning.cpp:34
 #, kde-format
@@ -2514,7 +2516,7 @@
 #, kde-format
 msgid "Archive folder not defined. Please verify settings for account %1"
 msgstr ""
-"Non se definiu o cartafol de arquivo. Comprobe a configuración da conta %1"
+"Non se definiu o cartafol de arquivo. Verifique a configuración da conta %1"
 
 #: folderarchive/folderarchiveagentjob.cpp:51
 #, kde-format
@@ -2530,7 +2532,8 @@
 #, kde-format
 msgid ""
 "This folder %1 is read only. Please verify the configuration of account %2"
-msgstr "Este cartafol, %1, é de só lectura. Revise a configuración da conta %2"
+msgstr ""
+"Este cartafol, %1, é de só lectura. Verifique a configuración da conta %2"
 
 #: folderarchive/folderarchiveagentjob.cpp:117
 #, kde-format
@@ -2692,7 +2695,7 @@
 #: identity/identitydialog.cpp:364
 #, kde-format
 msgid "Email a&liases:"
-msgstr "Enderezos de correo electrónico a&lternativos:"
+msgstr "A&lcumes de correo electrónico:"
 
 #: identity/identitydialog.cpp:367
 #, kde-format
@@ -2966,7 +2969,7 @@
 #: identity/identitydialog.cpp:755
 #, kde-format
 msgid "Invalid Email Alias \"%1\""
-msgstr "O enderezo de correo electrónico «%1» é incorrecto"
+msgstr "O alcume de correo electrónico «%1» é incorrecto"
 
 #: identity/identitydialog.cpp:764 job/addressvalidationjob.cpp:93
 #: job/addressvalidationjob.cpp:102
@@ -3879,8 +3882,7 @@
 #, kde-format
 msgid "Another mailer was found on system. Do you want to import data from it?"
 msgstr ""
-"Atopouse outro aplicativo de correo electrónico no sistema. Quere importar "
-"datos del?"
+"Atopouse outro aplicativo de correo no sistema. Quere importar datos del?"
 
 #: kmmainwidget.cpp:315
 #, kde-format
@@ -5088,7 +5090,7 @@
 #: kontactplugin/kmail/summarywidget.cpp:211
 #, kde-format
 msgid "No unread messages in your monitored folders"
-msgstr "Non hai mensaxes sen ler nos cartafoles vixiados."
+msgstr "Non hai mensaxes sen ler nos cartafoles monitorizados."
 
 #: kontactplugin/kmail/summarywidget.cpp:229
 #, kde-format
@@ -5197,7 +5199,7 @@
 #, kde-format
 msgid "Network is unconnected. Folder information cannot be updated."
 msgstr ""
-"A rede non está conectada. Non se pode actualizar a información dos "
+"A rede está desconectada. Non se pode actualizar a información dos "
 "cartafoles."
 
 #: manageshowcollectionproperties.cpp:196
@@ -5697,7 +5699,8 @@
 msgid ""
 "Specifies whether the folders will expire in the background (for internal "
 "use only)"
-msgstr "Indica se os cartafoles caducan sen avisar (só para uso interno)"
+msgstr ""
+"Indica se os cartafoles caducarán en segundo plano (só para uso interno)"
 
 #. i18n: ectx: label, entry (FirstStart), group (General)
 #: settings/kmail.kcfg.cmake:126
@@ -6236,9 +6239,9 @@
 "later, unless it was manually excluded from indexing."
 msgstr ""
 "Algúns dos cartafoles nos que quere buscar non están completamente indexados "
-"aínda ou excluíronse do índice. Todos os cartafoles marcados a continuación "
-"engadiranse á planificación de reindexación prioritaria. Se desmarca un "
-"cartafol, podería indexarse aínda así máis tarde, a menos que se excluíse da "
+"aínda ou excluíronse do índice. Planificarase unha reindexación prioritaria "
+"de todos os cartafoles marcados a continuación. Se desmarca un cartafol, "
+"podería indexarse aínda así máis tarde, a menos que se excluíse da "
 "indexación."
 
 #. i18n: ectx: property (text), widget (QPushButton, selectAllBtn)
@@ -6686,23 +6689,23 @@
 "<qt><h3>Política de confirmación de entrega das mensaxes</h3><p>As MDN son "
 "unha xeneralización do que comunmente se chama <b>acuse de recibo</b>. O "
 "autor da mensaxe pide unha confirmación da entrega da mensaxe, xerada e "
-"enviada polo aplicativo de correo do receptor, mediante a cal se pode "
-"coñecer o que lle ocorreu á mensaxe. Os tipos de confirmación máis comúns "
-"son <b>mostrada</b> (é dicir, lida), <b>eliminada</b> e <b>despachada</b> (p."
-"ex. reenviada).</p><p>Dispón das opcións seguintes para controlar o envío de "
-"MDN por parte de KMail:</p><ul><li><em>Ignorar:</em> Ignora calquera "
-"petición de confirmación. Non se enviará ningunha MDN automaticamente "
-"(recomendado).</li><li><em> Preguntar</em>: Envía as confirmación só despois "
-"de lle pedir permiso. Deste modo, vostede pode enviar MDN para mensaxes "
-"concretas.</li><li><em>Denegar</em>: Envía sempre unha confirmación "
-"<b>denegada</b>. Isto é só <em>lixeiramente</em> mellor que enviar sempre as "
-"MDN. O autor saberá tamén que se actuou fronte á mensaxe, pero non pode "
-"saber se se leu, eliminou…</li><li><em>Enviar sempre</em>: Envía sempre a "
-"confirmación de entrega da mensaxe. Isto quere dicir que o autor da mensaxe "
-"saberá que se actuou sobre a mensaxe e o tipo de actuación por parte do "
-"destinatario (mostrado, eliminado, etc.). Non se recomenda nada empregar "
-"esta opción, pero xa que pode resultar de interese, p.ex. para relacións "
-"comerciais, está dispoñíbel.</li></ul></qt>"
+"enviada polo programa de correo do receptor, mediante a cal se pode coñecer "
+"o que lle ocorreu á mensaxe. Os tipos de confirmación máis comúns son "
+"<b>mostrada</b> (é dicir, lida), <b>eliminada</b> e <b>despachada</b> (p.ex. "
+"reenviada).</p><p>Dispón das opcións seguintes para controlar o envío de MDN "
+"por parte de KMail:</p><ul><li><em>Ignorar:</em> Ignora calquera petición de "
+"confirmación. Non se enviará ningunha MDN automaticamente (recomendado).</"
+"li><li><em> Preguntar</em>: Envía as confirmación só despois de lle pedir "
+"permiso. Deste modo, vostede pode enviar MDN para mensaxes concretas.</"
+"li><li><em>Denegar</em>: Envía sempre unha confirmación <b>denegada</b>. "
+"Isto é só <em>lixeiramente</em> mellor que enviar sempre as MDN. O autor "
+"saberá tamén que se actuou fronte á mensaxe, pero non pode saber se se leu, "
+"eliminou…</li><li><em>Enviar sempre</em>: Envía sempre a confirmación de "
+"entrega da mensaxe. Isto quere dicir que o autor da mensaxe saberá que se "
+"actuou sobre a mensaxe e o tipo de actuación por parte do destinatario "
+"(mostrado, eliminado, etc.). Non se recomenda nada empregar esta opción, "
+"pero xa que pode resultar de interese, p.ex. para relacións comerciais, está "
+"dispoñíbel.</li></ul></qt>"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radioIgnore)
 #: ui/securitypagemdntab.ui:33
@@ -6915,7 +6918,7 @@
 "used.  With this option all entries using the HTTP scheme are ignored when "
 "looking for a suitable DP."
 msgstr ""
-"Ao buscar pola localización dunha CRL, o certificado que vai comprobarse "
+"Ao buscar pola localización dunha CRL, o certificado que vai probarse "
 "normalmente contén o que se chaman entradas «Punto de Distribución "
 "CRL» (DP), que son URL que describen como se accede ao URL. Emprégase a "
 "primeira entrada DP que se atope. Con esta opción ignóranse todas as "
@@ -6991,7 +6994,7 @@
 "used.  With this option all entries using the LDAP scheme are ignored when "
 "looking for a suitable DP."
 msgstr ""
-"Ao buscar a localización dunha CRL, o certificado que vai comprobarse "
+"Ao buscar a localización dunha CRL, o certificado que vai probarse "
 "normalmente contén o que se chaman entradas «Punto de Distribución "
 "CRL» (DP), que son URLs que describen como se accede ao URL. Emprégase a "
 "primeira entrada DP que se atope. Con esta opción ignóranse todas as "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/it/kmail.po 
new/kmail-18.12.3/po/it/kmail.po
--- old/kmail-18.12.2/po/it/kmail.po    2019-02-05 01:47:06.000000000 +0100
+++ new/kmail-18.12.3/po/it/kmail.po    2019-03-05 01:24:43.000000000 +0100
@@ -6,7 +6,7 @@
 # Alessandro Pasotti <[email protected]>, 2006.
 # Vincenzo Reale <[email protected]>, 2007, 2008, 2010.
 # Nicola Ruggero <[email protected]>, 2007.
-# Luigi Toscano <[email protected]>, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2016, 2017, 2018.
+# Luigi Toscano <[email protected]>, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2016, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmail\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/pl/akonadi_mailfilter_agent.po 
new/kmail-18.12.3/po/pl/akonadi_mailfilter_agent.po
--- old/kmail-18.12.2/po/pl/akonadi_mailfilter_agent.po 2019-02-05 
01:47:07.000000000 +0100
+++ new/kmail-18.12.3/po/pl/akonadi_mailfilter_agent.po 2019-03-05 
01:24:44.000000000 +0100
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Łukasz Wojniłowicz <[email protected]>, 2012, 2014, 2015, 2018.
+# Łukasz Wojniłowicz <[email protected]>, 2012, 2014, 2015, 2018, 
2019.
 # Marta Rybczyńska <[email protected]>, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-11-04 07:56+0100\n"
+"PO-Revision-Date: 2019-02-21 20:55+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.03.70\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -32,7 +32,7 @@
 #: filterlogdialog.cpp:111
 #, kde-format
 msgid "&Log filter activities"
-msgstr "&Rejestruj działania filtrów"
+msgstr "Zapisuj działania fi&ltrów"
 
 #: filterlogdialog.cpp:116
 #, kde-format
@@ -47,18 +47,18 @@
 #: filterlogdialog.cpp:120
 #, kde-format
 msgid "Logging Details"
-msgstr "Szczegóły rejestrowania"
+msgstr "Szczegóły zapisywania"
 
 #: filterlogdialog.cpp:127
 #, kde-format
 msgid "Log pattern description"
-msgstr "Rejestruj opis wzorca"
+msgstr "Zapisuj opis wzorca"
 
 #. i18n( "" ) );
 #: filterlogdialog.cpp:136
 #, kde-format
 msgid "Log filter &rule evaluation"
-msgstr "Rejestruj działania filt&rów zasad"
+msgstr "Zapisuj wynik stosowania warunków filt&rów"
 
 #: filterlogdialog.cpp:142
 #, kde-format
@@ -77,13 +77,13 @@
 #: filterlogdialog.cpp:149
 #, kde-format
 msgid "Log filter pattern evaluation"
-msgstr "Rejestruj działania filtrów wzorców"
+msgstr "Zapisuj wynik stosowania wzorców"
 
 #. i18n( "" ) );
 #: filterlogdialog.cpp:158
 #, kde-format
 msgid "Log filter actions"
-msgstr "Rejestruj działania filtrów"
+msgstr "Zapisuj działania filtrów"
 
 #: filterlogdialog.cpp:172
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/pl/kmail.po 
new/kmail-18.12.3/po/pl/kmail.po
--- old/kmail-18.12.2/po/pl/kmail.po    2019-02-05 01:47:07.000000000 +0100
+++ new/kmail-18.12.3/po/pl/kmail.po    2019-03-05 01:24:44.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: kmail\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-21 07:20+0100\n"
-"PO-Revision-Date: 2019-01-20 07:42+0100\n"
+"PO-Revision-Date: 2019-02-21 20:41+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -3501,14 +3501,14 @@
 #: kmmainwin.rc:273
 #, kde-format
 msgid "Apply Filters on Folder"
-msgstr "Zastosuj filtry do katalogu"
+msgstr "Zastosuj filtry na katalogu"
 
 #. i18n: ectx: Menu (apply_filters_folder_recursive_actions)
 #: kmail_part.rc:133 kmail_part.rc:278 kmmainwidget.cpp:3390 kmmainwin.rc:133
 #: kmmainwin.rc:278
 #, kde-format
 msgid "Apply Filters on Folder and all its Subfolders"
-msgstr "Zastosuj filtry do katalogu i wszystkich jego podkatalogów"
+msgstr "Zastosuj filtry na katalogu i wszystkich jego podkatalogach"
 
 #. i18n: ectx: Menu (message)
 #. i18n: ectx: Menu (file)
@@ -6457,19 +6457,19 @@
 #: ui/searchwindow.ui:60
 #, kde-format
 msgid "Select Folders..."
-msgstr "Wybierz katalogi..."
+msgstr "Wybór katalogów..."
 
 #. i18n: ectx: property (text), widget (QLabel, mSearchFolderLbl)
 #: ui/searchwindow.ui:113
 #, kde-format
 msgid "Search folder &name:"
-msgstr "&Nazwa katalogu wyszukiwania:"
+msgstr "&Nazwa katalogu wyników:"
 
 #. i18n: ectx: property (text), widget (QPushButton, mSearchFolderOpenBtn)
 #: ui/searchwindow.ui:133
 #, kde-format
 msgid "Open &Search Folder"
-msgstr "Otwórz katalog wy&szukiwania"
+msgstr "Otwórz katalog &wyników"
 
 #. i18n: ectx: property (text), widget (QPushButton, mSearchResultOpenBtn)
 #: ui/searchwindow.ui:143
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-18.12.2/po/pt_BR/akonadi_unifiedmailbox_agent.po 
new/kmail-18.12.3/po/pt_BR/akonadi_unifiedmailbox_agent.po
--- old/kmail-18.12.2/po/pt_BR/akonadi_unifiedmailbox_agent.po  2019-02-05 
01:47:07.000000000 +0100
+++ new/kmail-18.12.3/po/pt_BR/akonadi_unifiedmailbox_agent.po  2019-03-05 
01:24:44.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Luiz Fernando Ranghetti <[email protected]>, 2018.
+# Luiz Fernando Ranghetti <[email protected]>, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2018-11-13 18:12-0300\n"
+"PO-Revision-Date: 2019-02-06 15:52-0200\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
 "Language: pt_BR\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 
 #: settingsdialog.cpp:63
 #, kde-format
@@ -35,27 +35,27 @@
 #: settingsdialog.cpp:110
 #, kde-format
 msgid "Do you really want to remove unified mailbox <b>%1</b>?"
-msgstr ""
+msgstr "Deseja realmente remover a caixa de mensagens unificadas <b>%1</b>?"
 
 #: settingsdialog.cpp:111
 #, kde-format
 msgid "Really Remove?"
-msgstr ""
+msgstr "Deseja realmente remover?"
 
 #: unifiedmailboxagent.cpp:59 unifiedmailboxagent.cpp:151
 #, kde-format
 msgid "Unified Mailboxes"
-msgstr ""
+msgstr "Caixas de mensagens unificadas"
 
 #: unifiedmailboxagent.cpp:184
 #, kde-format
 msgid "Synchronizing unified mailbox %1"
-msgstr ""
+msgstr "Sincronizando a caixa de mensagens unificada %1"
 
 #: unifiedmailboxeditor.cpp:96
 #, kde-format
 msgid "Add an Unified MailBox"
-msgstr ""
+msgstr "Adicionar uma caixa de mensagens unificada"
 
 #: unifiedmailboxeditor.cpp:108
 #, kde-format
@@ -65,7 +65,7 @@
 #: unifiedmailboxeditor.cpp:115
 #, kde-format
 msgid "Pick icon..."
-msgstr ""
+msgstr "Escolher ícone..."
 
 #: unifiedmailboxeditor.cpp:116
 #, kde-format
@@ -85,4 +85,4 @@
 #: unifiedmailboxmanager.cpp:325
 #, kde-format
 msgid "Drafts"
-msgstr ""
+msgstr "Rascunhos"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/pt_BR/kmail.po 
new/kmail-18.12.3/po/pt_BR/kmail.po
--- old/kmail-18.12.2/po/pt_BR/kmail.po 2019-02-05 01:47:08.000000000 +0100
+++ new/kmail-18.12.3/po/pt_BR/kmail.po 2019-03-05 01:24:44.000000000 +0100
@@ -10,22 +10,22 @@
 # Diniz Bortolotto <[email protected]>, 2007.
 # André Marcelo Alvarenga <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2018.
 # Fernando Boaglio <[email protected]>, 2008.
-# Luiz Fernando Ranghetti <[email protected]>, 2009, 2010, 2012, 2018.
+# Luiz Fernando Ranghetti <[email protected]>, 2009, 2010, 2012, 2018, 
2019.
 # Marcus Vinícius de Andrade Gama <[email protected]>, 2010, 2011, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmail\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-21 07:20+0100\n"
-"PO-Revision-Date: 2018-09-14 21:34-0300\n"
-"Last-Translator: André Marcelo Alvarenga <[email protected]>\n"
-"Language-Team: Brazilian Portuguese <[email protected]>\n"
+"PO-Revision-Date: 2019-02-15 08:59-0200\n"
+"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
+"Language-Team: Portuguese <[email protected]>\n"
 "Language: pt_BR\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: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -735,7 +735,7 @@
 #: configuredialog/configureappearancepage.cpp:349
 #, kde-format
 msgid "&Do not change color from original HTML mail"
-msgstr ""
+msgstr "&Não alterar a cor do e-mail HTML original"
 
 #: configuredialog/configureappearancepage.cpp:364
 #, kde-format
@@ -3724,7 +3724,7 @@
 #, kde-format
 msgid "KMail is set to be online; all network jobs resumed"
 msgstr ""
-"O KMail está configurado como on-line. Todas as tarefas de rede serão "
+"O KMail está configurado como online. Todas as tarefas de rede serão "
 "retomadas"
 
 #: kmkernel.cpp:788
@@ -3733,7 +3733,7 @@
 "KMail is set to be online; all network jobs will resume when a network "
 "connection is detected"
 msgstr ""
-"O KMail está configurado como on-line. Todas as tarefas de rede serão "
+"O KMail está configurado como online. Todas as tarefas de rede serão "
 "retomadas quando a conexão de rede for detectada"
 
 #: kmkernel.cpp:863
@@ -3744,7 +3744,7 @@
 #: kmkernel.cpp:865
 #, kde-format
 msgid "Online/Offline"
-msgstr "On-line/off-line"
+msgstr "Online/offline"
 
 #: kmkernel.cpp:866 kmmainwidget.cpp:2377
 #, kde-format
@@ -4781,13 +4781,7 @@
 msgstr "Usar HTML"
 
 #: kmmainwidget.cpp:4847
-#, fuzzy, kde-format
-#| msgid ""
-#| "You have more than one email account set up. Do you want to enable the "
-#| "Unified Mailbox feature to show unified content of your inbox, sent and "
-#| "drafts folders?\n"
-#| "You can configure unified mailboxes, create custom ones or disable the "
-#| "feature completely in KMail's Plugin settings."
+#, kde-format
 msgid ""
 "You have more than one email account set up.\n"
 "Do you want to enable the Unified Mailbox feature to show unified content of "
@@ -4795,12 +4789,14 @@
 "You can configure unified mailboxes, create custom ones or\n"
 "disable the feature completely in KMail's Plugin settings."
 msgstr ""
-"Você tem mais que uma conta de e-mail configurada. Deseja ativar a "
-"funcionalidade de Caixas de Mensagens Unificadas para mostrar o conteúdo "
-"unificado das suas pastas 'caixa de entrada', 'enviados' e 'rascunhos'?\n"
+"Você tem mais que uma conta de e-mail configurada.\n"
+"Deseja ativar a funcionalidade de Caixas de Mensagens Unificadas para "
+"mostrar o conteúdo unificado das suas pastas 'caixa de entrada', 'enviados' "
+"e 'rascunhos'?\n"
 "Você poderá configurar as caixas de mensagens unificadas, criar caixas "
-"personalizadas ou desativar completamente a funcionalidade nas configurações "
-"do plugin do KMail."
+"personalizadas\n"
+"ou desativar completamente a funcionalidade nas configurações do plugin do "
+"KMail."
 
 #: kmmainwidget.cpp:4850
 #, kde-format
@@ -5276,7 +5272,7 @@
 #: messageactions.cpp:132
 #, kde-format
 msgid "&Edit As New"
-msgstr ""
+msgstr "&Editar como novo"
 
 #: messageactions.cpp:140 searchdialog/searchwindow.cpp:183
 #, kde-format
@@ -5336,7 +5332,7 @@
 #: messageactions.cpp:446
 #, kde-format
 msgid "<unknown>"
-msgstr ""
+msgstr "<desconhecido>"
 
 #: messageactions.cpp:446
 #, kde-format
@@ -6825,8 +6821,8 @@
 "responder below."
 msgstr ""
 "Se esta opção estiver selecionada, os certificados S/MIME serão validados on-"
-"line, usando o Protocolo de Status de Certificados On-line (OCSP). Preencha "
-"a URL do consultor OCSP abaixo."
+"line, usando o Protocolo de Status de Certificados Online (OCSP). Preencha a "
+"URL do consultor OCSP abaixo."
 
 #. i18n: ectx: property (text), widget (QRadioButton, OCSPRB)
 #: ui/smimeconfiguration.ui:33
@@ -6838,7 +6834,7 @@
 #: ui/smimeconfiguration.ui:40
 #, kde-format
 msgid "Online Certificate Validation"
-msgstr "Validação on-line do certificado"
+msgstr "Validação online do certificado"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1)
 #: ui/smimeconfiguration.ui:50
@@ -6859,7 +6855,7 @@
 "Enter here the address of the server for online validation of certificates "
 "(OCSP responder). The URL is usually starting with http://.";
 msgstr ""
-"Digite aqui o endereço do servidor para validação on-line de certificados "
+"Digite aqui o endereço do servidor para validação online de certificados "
 "(consultor OCSP). A URL geralmente inicia com um http://.";
 
 #. i18n: ectx: property (text), widget (QCheckBox, ignoreServiceURLCB)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/uk/kmail.po 
new/kmail-18.12.3/po/uk/kmail.po
--- old/kmail-18.12.2/po/uk/kmail.po    2019-02-05 01:47:09.000000000 +0100
+++ new/kmail-18.12.3/po/uk/kmail.po    2019-03-05 01:24:45.000000000 +0100
@@ -4595,7 +4595,7 @@
 #: kmmainwidget.cpp:3325
 #, kde-format
 msgid "KMail &Introduction"
-msgstr "&Введення до KMail"
+msgstr "&Вступ до KMail"
 
 #: kmmainwidget.cpp:3327
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/zh_CN/akonadi_archivemail_agent.po 
new/kmail-18.12.3/po/zh_CN/akonadi_archivemail_agent.po
--- old/kmail-18.12.2/po/zh_CN/akonadi_archivemail_agent.po     2019-02-05 
01:47:09.000000000 +0100
+++ new/kmail-18.12.3/po/zh_CN/akonadi_archivemail_agent.po     2019-03-05 
01:24:45.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:28\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-18.12.2/po/zh_CN/akonadi_followupreminder_agent.po 
new/kmail-18.12.3/po/zh_CN/akonadi_followupreminder_agent.po
--- old/kmail-18.12.2/po/zh_CN/akonadi_followupreminder_agent.po        
2019-02-05 01:47:09.000000000 +0100
+++ new/kmail-18.12.3/po/zh_CN/akonadi_followupreminder_agent.po        
2019-03-05 01:24:45.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:28\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/zh_CN/akonadi_mailfilter_agent.po 
new/kmail-18.12.3/po/zh_CN/akonadi_mailfilter_agent.po
--- old/kmail-18.12.2/po/zh_CN/akonadi_mailfilter_agent.po      2019-02-05 
01:47:09.000000000 +0100
+++ new/kmail-18.12.3/po/zh_CN/akonadi_mailfilter_agent.po      2019-03-05 
01:24:45.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:28\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/zh_CN/akonadi_sendlater_agent.po 
new/kmail-18.12.3/po/zh_CN/akonadi_sendlater_agent.po
--- old/kmail-18.12.2/po/zh_CN/akonadi_sendlater_agent.po       2019-02-05 
01:47:09.000000000 +0100
+++ new/kmail-18.12.3/po/zh_CN/akonadi_sendlater_agent.po       2019-03-05 
01:24:45.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:28\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-18.12.2/po/zh_CN/akonadi_unifiedmailbox_agent.po 
new/kmail-18.12.3/po/zh_CN/akonadi_unifiedmailbox_agent.po
--- old/kmail-18.12.2/po/zh_CN/akonadi_unifiedmailbox_agent.po  2019-02-05 
01:47:09.000000000 +0100
+++ new/kmail-18.12.3/po/zh_CN/akonadi_unifiedmailbox_agent.po  2019-03-05 
01:24:45.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/zh_CN/kmail.po 
new/kmail-18.12.3/po/zh_CN/kmail.po
--- old/kmail-18.12.2/po/zh_CN/kmail.po 2019-02-05 01:47:09.000000000 +0100
+++ new/kmail-18.12.3/po/zh_CN/kmail.po 2019-03-05 01:24:45.000000000 +0100
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-21 07:20+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:28\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/po/zh_CN/ktnef.po 
new/kmail-18.12.3/po/zh_CN/ktnef.po
--- old/kmail-18.12.2/po/zh_CN/ktnef.po 2019-02-05 01:47:09.000000000 +0100
+++ new/kmail-18.12.3/po/zh_CN/ktnef.po 2019-03-05 01:24:45.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:58+0100\n"
-"PO-Revision-Date: 2019-01-27 23:05\n"
+"PO-Revision-Date: 2019-02-20 23:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/src/data/kmail_config_composer.desktop 
new/kmail-18.12.3/src/data/kmail_config_composer.desktop
--- old/kmail-18.12.2/src/data/kmail_config_composer.desktop    2019-01-28 
08:40:52.000000000 +0100
+++ new/kmail-18.12.3/src/data/kmail_config_composer.desktop    2019-02-25 
08:03:54.000000000 +0100
@@ -78,7 +78,7 @@
 Name[uk]=Редактор листів
 Name[wa]=Finiesse po scrire
 Name[x-test]=xxComposerxx
-Name[zh_CN]=作曲家
+Name[zh_CN]=撰写器
 Name[zh_TW]=編寫器
 Comment=Message Composer Settings
 Comment[ar]=إعدادات مؤلّف الرّسائل
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/src/data/kmail_config_security.desktop 
new/kmail-18.12.3/src/data/kmail_config_security.desktop
--- old/kmail-18.12.2/src/data/kmail_config_security.desktop    2019-01-28 
08:40:52.000000000 +0100
+++ new/kmail-18.12.3/src/data/kmail_config_security.desktop    2019-02-25 
08:03:54.000000000 +0100
@@ -83,7 +83,7 @@
 Name[uz@cyrillic]=Хавфсизлик
 Name[wa]=Såvrité
 Name[x-test]=xxSecurityxx
-Name[zh_CN]=证券
+Name[zh_CN]=安全
 Name[zh_TW]=安全性
 Comment=Security & Privacy Settings
 Comment[af]=Sekuriteit en provaatheid opstelling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/src/data/org.kde.kmail2.appdata.xml 
new/kmail-18.12.3/src/data/org.kde.kmail2.appdata.xml
--- old/kmail-18.12.2/src/data/org.kde.kmail2.appdata.xml       2019-01-28 
08:40:52.000000000 +0100
+++ new/kmail-18.12.3/src/data/org.kde.kmail2.appdata.xml       2019-02-25 
08:03:54.000000000 +0100
@@ -18,6 +18,7 @@
   <developer_name xml:lang="nl">De KDE gemeenschap</developer_name>
   <developer_name xml:lang="pl">Społeczność KDE</developer_name>
   <developer_name xml:lang="pt">A Comunidade do KDE</developer_name>
+  <developer_name xml:lang="pt-BR">A comunidade KDE</developer_name>
   <developer_name xml:lang="sv">KDE-gemenskapen</developer_name>
   <developer_name xml:lang="uk">Спільнота KDE</developer_name>
   <developer_name xml:lang="x-test">xxThe KDE Communityxx</developer_name>
@@ -76,9 +77,11 @@
   <summary xml:lang="nl">Een e-mailtoepassing met veel mogelijkheden</summary>
   <summary xml:lang="pl">Zaawansowana aplikacja pocztowa</summary>
   <summary xml:lang="pt">Uma aplicação de e-mail rica em 
funcionalidades</summary>
+  <summary xml:lang="pt-BR">Um aplicativo de e-mail rico em recursos</summary>
   <summary xml:lang="sv">Ett funktionsrikt e-postprogram</summary>
   <summary xml:lang="uk">Багата на можливості програма для роботи з 
електронною пошти</summary>
   <summary xml:lang="x-test">xxA feature-rich email applicationxx</summary>
+  <summary xml:lang="zh-CN">功能丰富的电子邮件应用</summary>
   <description>
     <p>
       KMail is a state-of-the-art email client that integrates well with 
widely used email providers like GMail. It provides many tools and features to 
maximize your productivity and makes working with large email accounts easy and 
fast. KMail supports a large variety of email protocols - POP3, IMAP, Microsoft 
Exchange (EWS) and more.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.12.2/src/job/opencomposerjob.cpp 
new/kmail-18.12.3/src/job/opencomposerjob.cpp
--- old/kmail-18.12.2/src/job/opencomposerjob.cpp       2019-01-28 
08:40:52.000000000 +0100
+++ new/kmail-18.12.3/src/job/opencomposerjob.cpp       2019-02-25 
08:03:54.000000000 +0100
@@ -92,7 +92,7 @@
         }
         if (!str.isEmpty()) {
             mContext = KMail::Composer::NoTemplate;
-            mMsg->setBody(QString::fromLocal8Bit(str.data(), 
str.size()).toUtf8());
+            mMsg->setBody(QString::fromLocal8Bit(str.data(), 
str.size()).toLatin1());
             slotOpenComposer();
         } else {
             TemplateParser::TemplateParserJob *parser = new 
TemplateParser::TemplateParserJob(mMsg, 
TemplateParser::TemplateParserJob::NewMessage);


Reply via email to