Hello community,

here is the log from the commit of package kdepim-addons for openSUSE:Factory 
checked in at 2016-09-14 23:03:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdepim-addons (Old)
 and      /work/SRC/openSUSE:Factory/.kdepim-addons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdepim-addons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes      
2016-08-29 15:19:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-addons.new/kdepim-addons.changes 
2016-09-14 23:03:18.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 08:08:08 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.08.1
+   * KDE Applications 16.08.1
+   * https://www.kde.org/announcements/announce-applications-16.08.1.php
+
+
+-------------------------------------------------------------------

Old:
----
  kdepim-addons-16.08.0.tar.xz

New:
----
  kdepim-addons-16.08.1.tar.xz

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

Other differences:
------------------
++++++ kdepim-addons.spec ++++++
--- /var/tmp/diff_new_pack.1uSmKJ/_old  2016-09-14 23:03:19.000000000 +0200
+++ /var/tmp/diff_new_pack.1uSmKJ/_new  2016-09-14 23:03:19.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kdepim-addons
-Version:        16.08.0
+Version:        16.08.1
 Release:        0
 Summary:        Addons for KDEPIM applications
 License:        GPL-2.0

++++++ kdepim-addons-16.08.0.tar.xz -> kdepim-addons-16.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-addons-16.08.0/CMakeLists.txt 
new/kdepim-addons-16.08.1/CMakeLists.txt
--- old/kdepim-addons-16.08.0/CMakeLists.txt    2016-08-11 22:50:38.000000000 
+0200
+++ new/kdepim-addons-16.08.1/CMakeLists.txt    2016-09-05 17:14:34.000000000 
+0200
@@ -17,7 +17,7 @@
     set(KDEPIMADDONS_DEV_VERSION " ${KDEPIMADDONS_DEV_VERSION}")
 endif()
 
-set(PIM_VERSION "5.3.0")
+set(PIM_VERSION "5.3.1")
 
 set(KDEPIMADDONS_VERSION_NUMBER ${PIM_VERSION})
 set(KDEPIMADDONS_VERSION 
"${KDEPIMADDONS_VERSION_NUMBER}${KDEPIMADDONS_DEV_VERSION}")
@@ -25,7 +25,7 @@
 set(KDEPIMADDONS_LIB_VERSION "${KDEPIMADDONS_VERSION_NUMBER}")
 set(KDEPIMADDONS_LIB_SOVERSION "5")
 
-set(AKONADINOTES_LIB_VERSION "5.3.0")
+set(AKONADINOTES_LIB_VERSION "5.3.1")
 set(QT_REQUIRED_VERSION "5.6.0")
 include(ECMOptionalAddSubdirectory)
 include(ECMInstallIcons)
@@ -56,21 +56,21 @@
 find_package(KF5XmlGui ${KF5_VERSION} CONFIG REQUIRED)
 find_package(KF5Declarative ${KF5_VERSION} CONFIG REQUIRED)
 
-set(MAILCOMMON_LIB_VERSION "5.3.0")
-set(GRAVATAR_LIB_VERSION "5.3.0")
-set(PIMCOMMON_LIB_VERSION "5.3.0")
-set(GRANTLEETHEME_LIB_VERSION "5.3.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.3.0")
-set(EVENTVIEW_LIB_VERSION "5.3.0")
-set(LIBKDEPIM_LIB_VERSION "5.3.0")
-set(KDEPIM_APPS_LIB_VERSION "5.3.0")
-set(LIBKLEO_LIB_VERSION "5.3.0")
-set(AKONADI_LIB_VERSION "5.3.0")
-set(INCIDENCEEDITOR_LIB_VERSION "5.3.0")
-set(KTNEF_LIB_VERSION "5.3.0")
-set(MESSAGELIB_LIB_VERSION "5.3.0")
-set(AKONADICALENDAR_LIB_VERSION "5.3.0")
-set(CALENDAR_UTILS_VERSION "5.3.0")
+set(MAILCOMMON_LIB_VERSION "5.3.1")
+set(GRAVATAR_LIB_VERSION "5.3.1")
+set(PIMCOMMON_LIB_VERSION "5.3.1")
+set(GRANTLEETHEME_LIB_VERSION "5.3.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.3.1")
+set(EVENTVIEW_LIB_VERSION "5.3.1")
+set(LIBKDEPIM_LIB_VERSION "5.3.1")
+set(KDEPIM_APPS_LIB_VERSION "5.3.1")
+set(LIBKLEO_LIB_VERSION "5.3.1")
+set(AKONADI_LIB_VERSION "5.3.1")
+set(INCIDENCEEDITOR_LIB_VERSION "5.3.1")
+set(KTNEF_LIB_VERSION "5.3.1")
+set(MESSAGELIB_LIB_VERSION "5.3.1")
+set(AKONADICALENDAR_LIB_VERSION "5.3.1")
+set(CALENDAR_UTILS_VERSION "5.3.1")
 
 
 find_package(KF5CalendarUtils ${CALENDAR_UTILS_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/examples/apps/coisceim/coisceimpart.desktop 
new/kdepim-addons-16.08.1/examples/apps/coisceim/coisceimpart.desktop
--- old/kdepim-addons-16.08.0/examples/apps/coisceim/coisceimpart.desktop       
2016-08-11 22:50:38.000000000 +0200
+++ new/kdepim-addons-16.08.1/examples/apps/coisceim/coisceimpart.desktop       
2016-09-05 17:14:34.000000000 +0200
@@ -2,9 +2,11 @@
 Name=CoisceimPart
 Name[ca]=Part del Coisceim
 Name[ca@valencia]=Part del Coisceim
+Name[da]=CoisceimPart
 Name[de]=CoisceimPart
 Name[en_GB]=CoisceimPart
 Name[es]=CoisceimPart
+Name[et]=CoisceimPart
 Name[fi]=Coisceim-osa
 Name[fr]=CoisceimPart
 Name[gl]=CoisceimPart
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/examples/apps/coisceim/kontact-plugin/coisceim_plugin.desktop
 
new/kdepim-addons-16.08.1/examples/apps/coisceim/kontact-plugin/coisceim_plugin.desktop
--- 
old/kdepim-addons-16.08.0/examples/apps/coisceim/kontact-plugin/coisceim_plugin.desktop
     2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/examples/apps/coisceim/kontact-plugin/coisceim_plugin.desktop
     2016-09-05 17:14:34.000000000 +0200
@@ -19,9 +19,11 @@
 Comment=Coisceim Plugin
 Comment[ca]=Connector del Coisceim
 Comment[ca@valencia]=Connector del Coisceim
+Comment[da]=Coisceim-plugin
 Comment[de]=Coisceim-Modul
 Comment[en_GB]=Coisceim Plugin
 Comment[es]=Complemento Coisceim
+Comment[et]=Coisceimi plugin
 Comment[fi]=Coisceim-liitännäinen
 Comment[fr]=Module externe Coisceim
 Comment[gl]=Engadido Coisceim
@@ -45,9 +47,11 @@
 Name=Trips
 Name[ca]=Viatges
 Name[ca@valencia]=Viatges
+Name[da]=Trips
 Name[de]=Trips
 Name[en_GB]=Trips
 Name[es]=Viajes
+Name[et]=Trips
 Name[fi]=Trips
 Name[fr]=Voyages
 Name[gl]=Trips
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/examples/apps/mailreader/org.kde.akonadimailreader.desktop
 
new/kdepim-addons-16.08.1/examples/apps/mailreader/org.kde.akonadimailreader.desktop
--- 
old/kdepim-addons-16.08.0/examples/apps/mailreader/org.kde.akonadimailreader.desktop
        2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/examples/apps/mailreader/org.kde.akonadimailreader.desktop
        2016-09-05 17:14:34.000000000 +0200
@@ -6,6 +6,7 @@
 Name[de]=akonadimailreader
 Name[en_GB]=akonadimailreader
 Name[es]=akonadimailreader
+Name[et]=akonadimailreader
 Name[fi]=akonadimailreader
 Name[gl]=akonadimailreader
 Name[it]=akonadimailreader
@@ -32,6 +33,7 @@
 GenericName[de]=Ein einfaches E-Mail-Programm auf der Grundlage von Akonadi
 GenericName[en_GB]=A simple Akonadi-based Mail Application
 GenericName[es]=Una aplicación de correo sencilla basada en Akonadi
+GenericName[et]=Lihtne Akonadi-põhine e-posti rakendus
 GenericName[fi]=Yksinkertainen Akonadi-pohjainen sähköpostisovellus
 GenericName[fr]=Une application de messagerie simple fondée sur Akonadi
 GenericName[gl]=Un programa de correo simple baseado en Akonadi.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/examples/messageviewergrantleetheme/themes/example/header.desktop
 
new/kdepim-addons-16.08.1/examples/messageviewergrantleetheme/themes/example/header.desktop
--- 
old/kdepim-addons-16.08.0/examples/messageviewergrantleetheme/themes/example/header.desktop
 2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/examples/messageviewergrantleetheme/themes/example/header.desktop
 2016-09-05 17:14:34.000000000 +0200
@@ -3,9 +3,11 @@
 Name[ca]=Exemple
 Name[ca@valencia]=Exemple
 Name[cs]=Příklad
+Name[da]=Eksempel
 Name[de]=Beispiel
 Name[en_GB]=Example
 Name[es]=Ejemplo
+Name[et]=Näidis
 Name[fi]=Esimerkki
 Name[gl]=Exemplo
 Name[it]=Esempio
@@ -27,9 +29,11 @@
 Description=Example theme for header.
 Description[ca]=Tema d'exemple per a la capçalera.
 Description[ca@valencia]=Tema d'exemple per a la capçalera.
+Description[da]=Eksempeltema på header.
 Description[de]=Beispieldesign für den Vorspann.
 Description[en_GB]=Example theme for header.
 Description[es]=Tema de ejemplo para encabezado.
+Description[et]=Päise näidisteema
 Description[fi]=Esimerkkiotsaketeema.
 Description[gl]=Tema de exemplo para a cabeceira.
 Description[it]=Tema di esempio per l'intestazione.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/examples/messageviewergrantleetheme/themes/example_fancy/header.desktop
 
new/kdepim-addons-16.08.1/examples/messageviewergrantleetheme/themes/example_fancy/header.desktop
--- 
old/kdepim-addons-16.08.0/examples/messageviewergrantleetheme/themes/example_fancy/header.desktop
   2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/examples/messageviewergrantleetheme/themes/example_fancy/header.desktop
   2016-09-05 17:14:34.000000000 +0200
@@ -2,9 +2,11 @@
 Name=Example fancy
 Name[ca]=Exemple sofisticat
 Name[ca@valencia]=Exemple sofisticat
+Name[da]=Eksempel på flot
 Name[de]=Dekoratives Beispiel
 Name[en_GB]=Example fancy
 Name[es]=Ejemplo adornado
+Name[et]=Uhke näidis
 Name[fi]=Tyylikäs esimerkki
 Name[gl]=Exemplo elegante
 Name[it]=Esempio elegante
@@ -26,9 +28,11 @@
 Description=Create fancy theme with grantlee.
 Description[ca]=Crea un tema sofisticat amb grantlee.
 Description[ca@valencia]=Crea un tema sofisticat amb grantlee.
+Description[da]=Opret flot tema med grantlee.
 Description[de]=Dekoratives mit Grantlee erstelltes Design
 Description[en_GB]=Create fancy theme with grantlee.
 Description[es]=Crear tema adornado con grantlee.
+Description[et]=Vahva teema loomine grantleega
 Description[fi]=Luo tyylikäs teema grantleeta käyttäen.
 Description[gl]=Crear un tema elegante con Grantlee.
 Description[it]=Crea un tema elegante con grantlee.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/korganizer/plugins/datenums/configdialog.cpp 
new/kdepim-addons-16.08.1/korganizer/plugins/datenums/configdialog.cpp
--- old/kdepim-addons-16.08.0/korganizer/plugins/datenums/configdialog.cpp      
2016-08-11 22:50:38.000000000 +0200
+++ new/kdepim-addons-16.08.1/korganizer/plugins/datenums/configdialog.cpp      
2016-09-05 17:14:34.000000000 +0200
@@ -38,10 +38,8 @@
 {
     setWindowTitle(i18n("Configure Day Numbers"));
     QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | 
QDialogButtonBox::Cancel);
-    QVBoxLayout *mainLayout = new QVBoxLayout;
-    setLayout(mainLayout);
+    QVBoxLayout *mainLayout = new QVBoxLayout(this);
     QPushButton *okButton = buttonBox->button(QDialogButtonBox::Ok);
-    okButton->setDefault(true);
     okButton->setShortcut(Qt::CTRL | Qt::Key_Return);
     connect(buttonBox, &QDialogButtonBox::rejected, this, 
&ConfigDialog::reject);
     okButton->setDefault(true);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/korganizer/plugins/datenums/datenums.desktop 
new/kdepim-addons-16.08.1/korganizer/plugins/datenums/datenums.desktop
--- old/kdepim-addons-16.08.0/korganizer/plugins/datenums/datenums.desktop      
2016-08-11 22:50:38.000000000 +0200
+++ new/kdepim-addons-16.08.1/korganizer/plugins/datenums/datenums.desktop      
2016-09-05 17:14:34.000000000 +0200
@@ -4,9 +4,11 @@
 Name[ca]=Connector de números de data pels calendaris
 Name[ca@valencia]=Connector de números de data pels calendaris
 Name[cs]=Modul pro očíslování dat v kalendáři
+Name[da]=Datonumre-plugin for kalendere
 Name[de]=Kalendertag-Modul für Kalender
 Name[en_GB]=Date Numbers Plugin for Calendars
 Name[es]=Complemento de números de fechas para calendarios
+Name[et]=Kuupäeva nummerdamise plugin kalendritele
 Name[fi]=Kalenterien päivänumeroliitännäinen
 Name[fr]=Module de numérotation des jours
 Name[gl]=Engadido para os números dos días para os calendarios
@@ -32,9 +34,11 @@
 Comment[ca]=Per a cada dia, aquest connector mostrarà el número de dia de 
l'any al capdamunt de la vista d'agenda. Per exemple, l'1 de Febrer serà el dia 
32 de l'any.
 Comment[ca@valencia]=Per a cada dia, este connector mostrarà el número de dia 
de l'any al capdamunt de la vista d'agenda. Per exemple, l'1 de Febrer serà el 
dia 32 de l'any.
 Comment[cs]=tento modul pro každý den zobrazuje pořadí dne v roce na vrcholu 
pohledu. Např. 1. únor je 32 druhý den v roce.
+Comment[da]=For hver dag viser dette plugin nummeret for dagen i året for oven 
i agendavisningen. For eksempel er 1. februar 1 is den 32. dag i året.
 Comment[de]=Für jeden Tag des Jahres wird mit diesem Modul der Kalendertag 
oben in der Terminplanansicht angezeigt. Der 1. Februar ist beispielsweise der 
32. Kalendertag des Jahres.
 Comment[en_GB]=For each day this plugin shows its daynumber of the year at the 
top of the agenda view. For example, February 1 is day 32 of the year.
 Comment[es]=Para cada día este complemento muestra el número de días pasados 
desde principios de año en la parte superior de la vista de agenda. Por 
ejemplo, el día 1 de febrero es el día 32 del año.
+Comment[et]=See plugin näitab iga päevakavavaate ülaosas iga päeva 
järjekorranumbrit aastas. Näiteks 1. veebruar on aasta 32. päev.
 Comment[fi]=Tämä liitännäinen näyttää päivyrinäkymässä kunkin päivän 
järjestysnumeron vuoden alusta laskien; esimerkiksi 1. helmikuuta on vuoden 32. 
päivä.
 Comment[fr]=Pour chaque jour, ce module montre le numéro du jour en haut de la 
vue agenda. Par exemple, le 1er février est le 32ème jour de l'année.
 Comment[gl]=Este engadido mostra o día do ano na vista superior da axenda. Por 
exemplo, o 1 de febreiro é o día 32 do ano.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/korganizer/plugins/hebrew/configdialog.cpp 
new/kdepim-addons-16.08.1/korganizer/plugins/hebrew/configdialog.cpp
--- old/kdepim-addons-16.08.0/korganizer/plugins/hebrew/configdialog.cpp        
2016-08-11 22:50:38.000000000 +0200
+++ new/kdepim-addons-16.08.1/korganizer/plugins/hebrew/configdialog.cpp        
2016-09-05 17:14:34.000000000 +0200
@@ -38,12 +38,10 @@
     QFrame *topFrame = new QFrame(this);
 
     setWindowTitle(i18n("Configure Holidays"));
+    QVBoxLayout *mainLayout = new QVBoxLayout(this);
     QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | 
QDialogButtonBox::Cancel);
-    QVBoxLayout *mainLayout = new QVBoxLayout;
-    setLayout(mainLayout);
     mainLayout->addWidget(topFrame);
     QPushButton *okButton = buttonBox->button(QDialogButtonBox::Ok);
-    okButton->setDefault(true);
     okButton->setShortcut(Qt::CTRL | Qt::Key_Return);
     connect(buttonBox, &QDialogButtonBox::rejected, this, 
&ConfigDialog::reject);
     mainLayout->addWidget(buttonBox);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/korganizer/plugins/hebrew/hebrew.desktop 
new/kdepim-addons-16.08.1/korganizer/plugins/hebrew/hebrew.desktop
--- old/kdepim-addons-16.08.0/korganizer/plugins/hebrew/hebrew.desktop  
2016-08-11 22:50:38.000000000 +0200
+++ new/kdepim-addons-16.08.1/korganizer/plugins/hebrew/hebrew.desktop  
2016-09-05 17:14:34.000000000 +0200
@@ -4,9 +4,11 @@
 Name[ca]=Connector de calendari jueu
 Name[ca@valencia]=Connector de calendari jueu
 Name[cs]=Modul židovského kalendáře
+Name[da]=Jødisk kalender-plugin
 Name[de]=Modul für jüdischen Kalender
 Name[en_GB]=Jewish Calendar Plugin
 Name[es]=Complemento de calendario judío
+Name[et]=Juudi kalendri plugin
 Name[fi]=Juutalaisen kalenterin laajennus
 Name[fr]=Module de prise en charge du calendrier juif
 Name[gl]=Engadido para o calendario xudeu
@@ -32,9 +34,11 @@
 Comment[ca]=Mostra totes les dates en el KOrganizer també en el sistema del 
calendari jueu.
 Comment[ca@valencia]=Mostra totes les dates en el KOrganizer també en el 
sistema del calendari jueu.
 Comment[cs]=Zobrazení všech dat v KOrganizeru také v židovském kalendáři.
+Comment[da]=Viser alle datoer i KOrganizer - også i det jødiske kalendersystem.
 Comment[de]=Zeigt alle Daten in KOrganizer auch im jüdischen Kalendarium an.
 Comment[en_GB]=Shows all dates in KOrganizer also in the Jewish calendar 
system.
 Comment[es]=Muestra en KOrganizer todas las fechas también siguiendo el 
calendario judío.
+Comment[et]=Näitab KOrganizeris kõiki kuupäevi ka juudi kalendri järgi.
 Comment[fi]=Näyttää kaikki päivät KOrganizerissa myös juutalaisen kalenterin 
mukaan.
 Comment[fr]=Affiche toutes les dates de KOrganizer selon le calendrier Juif.
 Comment[gl]=Mostra todas as datas en KOrganizer tamén no sistema de calendario 
xudeu.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/korganizer/plugins/picoftheday/configdialog.cpp 
new/kdepim-addons-16.08.1/korganizer/plugins/picoftheday/configdialog.cpp
--- old/kdepim-addons-16.08.0/korganizer/plugins/picoftheday/configdialog.cpp   
2016-08-11 22:50:38.000000000 +0200
+++ new/kdepim-addons-16.08.1/korganizer/plugins/picoftheday/configdialog.cpp   
2016-09-05 17:14:34.000000000 +0200
@@ -37,11 +37,10 @@
     : QDialog(parent)
 {
     setWindowTitle(i18n("Configure Picture of the Day"));
+    QVBoxLayout *mainLayout = new QVBoxLayout(this);
+
     QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | 
QDialogButtonBox::Cancel);
-    QVBoxLayout *mainLayout = new QVBoxLayout;
-    setLayout(mainLayout);
     QPushButton *okButton = buttonBox->button(QDialogButtonBox::Ok);
-    okButton->setDefault(true);
     okButton->setShortcut(Qt::CTRL | Qt::Key_Return);
     connect(buttonBox, &QDialogButtonBox::rejected, this, 
&ConfigDialog::reject);
     okButton->setDefault(true);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/korganizer/plugins/picoftheday/picoftheday.desktop 
new/kdepim-addons-16.08.1/korganizer/plugins/picoftheday/picoftheday.desktop
--- 
old/kdepim-addons-16.08.0/korganizer/plugins/picoftheday/picoftheday.desktop    
    2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/korganizer/plugins/picoftheday/picoftheday.desktop    
    2016-09-05 17:14:34.000000000 +0200
@@ -4,9 +4,11 @@
 Name[ca]=Connector d'imatge del dia de la Viquipèdia pels calendaris
 Name[ca@valencia]=Connector d'imatge del dia de la Viquipèdia pels calendaris
 Name[cs]=Wikipedia modul 'Obrázek dne' pro kalendáře
+Name[da]=Wikipedia dagens billede-plugin for kalendere
 Name[de]=Bild des Tages aus Wikipedia für den Kalender
 Name[en_GB]=Wikipedia Picture Of the Day Plugin for Calendars
 Name[es]=Complemento de la imagen del día de Wikipedia para los calendarios
+Name[et]=Wikipedia päevapildi plugin kalendritele
 Name[fi]=Wikipedian päivän kuva -liitännäinen
 Name[fr]=Module externe « Image du jour » de Wikipédia
 Name[gl]=Engadido para a Imaxe do Día da Wikipedia nos Calendarios
@@ -33,9 +35,11 @@
 Comment[ca]=Aquest connector proporciona la imatge del dia de la Viquipèdia
 Comment[ca@valencia]=Este connector proporciona la imatge del dia de la 
Viquipèdia
 Comment[cs]=Wikipedia modul 'Obrázek dne'
+Comment[da]=Dette plugin viser Dagens billede fra Wikipedia
 Comment[de]=Dieses Modul stellt das Bild des Tages aus Wikipedia zur Verfügung.
 Comment[en_GB]=This plugin provides the Wikipedia Picture of the Day
 Comment[es]=Este complemento proporciona la imagen del día de Wikipedia
+Comment[et]=See plugin näitab Wikipedia päevapilti
 Comment[fi]=Tämä liitännäinen tarjoaa Wikipedian päivän kuvan
 Comment[fr]=Ce module externe fournit l'image du jour de Wikipédia
 Comment[gl]=Este engadido fornece a Imaxe do Día da Wikipedia
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/korganizer/plugins/thisdayinhistory/thisdayinhistory.desktop
 
new/kdepim-addons-16.08.1/korganizer/plugins/thisdayinhistory/thisdayinhistory.desktop
--- 
old/kdepim-addons-16.08.0/korganizer/plugins/thisdayinhistory/thisdayinhistory.desktop
      2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/korganizer/plugins/thisdayinhistory/thisdayinhistory.desktop
      2016-09-05 17:14:34.000000000 +0200
@@ -4,9 +4,11 @@
 Name[ca]=Connector «Aquest dia en la història» de la Viquipèdia
 Name[ca@valencia]=Connector «Este dia en la història» de la Viquipèdia
 Name[cs]=Wikipedia modul 'Tento den v historii'
+Name[da]=Wikipedias 'denne dag i historien'-plugin
 Name[de]=Wikipedia-Modul „Historische Jahrestage“
 Name[en_GB]=Wikipedia 'This Day in History' Plugin
 Name[es]=Complemento «Efemérides» de Wikipedia
+Name[et]=Wikipedia 'täna ajaloos' plugin
 Name[fi]=Wikipedian Tämä päivä historiassa -liitännäinen
 Name[fr]=Module externe « Ce jour dans l'histoire » d'après Wikipédia
 Name[gl]=Engadido «Este Día na Historia» da Wikipedia
@@ -31,9 +33,11 @@
 Comment=This plugin provides links to Wikipedia's 'This Day in History' pages
 Comment[ca]=Aquest connector proporciona els enllaços a les pàgines 
d'Efemèrides de la Viquipèdia
 Comment[ca@valencia]=Este connector proporciona els enllaços a les pàgines 
d'Efemèrides de la Viquipèdia
+Comment[da]=Dette plugin viser links til Wikipedias 'denne dag i 
historien'-sider
 Comment[de]=Dieses Modul stellt Verknüpfungen zur Wikipedia-Seite „Historische 
Jahrestage“ zur Verfügung
 Comment[en_GB]=This plugin provides links to Wikipedia's 'This Day in History' 
pages
 Comment[es]=Este complemento proporciona enlaces a las páginas de efemérides 
de la Wikipedia
+Comment[et]=See plugin näitab Wikipedia 'täna ajaloos' lehekülgi
 Comment[fi]=Tämä liitännäinen tarjoaa linkin Wikipedian Tämä päivä historiassa 
-sivuille
 Comment[fr]=Ce module externe fournit un lien vers la page « Ce jour dans 
l'histoire » de Wikipédia
 Comment[gl]=Este engadido fornece ligazóns ás páxinas «Este Día na Historia» 
da Wikipedia
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/customtoolsplugins/shorturlplugin/shorturl/shorturlengineplugin/googleshorturlengineplugin/pimcommon_googleshorturlengineplugin.desktop
 
new/kdepim-addons-16.08.1/plugins/customtoolsplugins/shorturlplugin/shorturl/shorturlengineplugin/googleshorturlengineplugin/pimcommon_googleshorturlengineplugin.desktop
--- 
old/kdepim-addons-16.08.0/plugins/customtoolsplugins/shorturlplugin/shorturl/shorturlengineplugin/googleshorturlengineplugin/pimcommon_googleshorturlengineplugin.desktop
   2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/customtoolsplugins/shorturlplugin/shorturl/shorturlengineplugin/googleshorturlengineplugin/pimcommon_googleshorturlengineplugin.desktop
   2016-09-05 17:14:34.000000000 +0200
@@ -7,9 +7,11 @@
 Name[ca]=Google
 Name[ca@valencia]=Google
 Name[cs]=Google
+Name[da]=Google
 Name[de]=Google
 Name[en_GB]=Google
 Name[es]=Google
+Name[et]=Google
 Name[fi]=Google
 Name[fr]=Google
 Name[gl]=Google
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/calendar/delegateselector.cpp
 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/calendar/delegateselector.cpp
--- 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/calendar/delegateselector.cpp
     2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/calendar/delegateselector.cpp
     2016-09-05 17:14:34.000000000 +0200
@@ -57,7 +57,6 @@
     buttonBox->setObjectName(QStringLiteral("buttonbox"));
     mOkButton = buttonBox->button(QDialogButtonBox::Ok);
     mOkButton->setObjectName(QStringLiteral("okbutton"));
-    mOkButton->setDefault(true);
     mOkButton->setShortcut(Qt::CTRL | Qt::Key_Return);
     connect(buttonBox, &QDialogButtonBox::accepted, this, 
&DelegateSelector::accept);
     connect(buttonBox, &QDialogButtonBox::rejected, this, 
&DelegateSelector::reject);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.desktop
 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/calendar/text_calendar.desktop
--- 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.desktop
    2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/calendar/text_calendar.desktop
    2016-09-05 17:14:34.000000000 +0200
@@ -3,9 +3,11 @@
 Name[ca]=Aplicació Octetstream
 Name[ca@valencia]=Aplicació Octetstream
 Name[cs]=Aplikace octetstream
+Name[da]=Program oktetstrøm
 Name[de]=Application Octetstream
 Name[en_GB]=Application Octetstream
 Name[es]=Aplicación Octetstream
+Name[et]=Application Octetstream
 Name[fi]=Octetstream-sovellus
 Name[gl]=Aplicación Octetstream
 Name[it]=Application Octetstream
@@ -29,9 +31,11 @@
 Comment[ca]=Un connector formatador del cos per a text/calendari
 Comment[ca@valencia]=Un connector formatador del cos per a text/calendari
 Comment[cs]=Formátovač těla e-mailu pro typ text/calendar
+Comment[da]=Et bodypart formateringsplugin for text/calendar
 Comment[de]=Ein Textinhalt-Formatierungsmodul für text/calender
 Comment[en_GB]=A bodypart formatter plugin for text/calendar
 Comment[es]=Un complemento de formato para el cuerpo de text/calendar
+Comment[et]=Põhiosa vormindamisplugin (MIME tüübile text/calendar)
 Comment[fi]=text/calendar-muodon muotoiluliitännäinen
 Comment[gl]=Un engadido para formatar o corpo do texto/calendario
 Comment[it]=Un'estensione per la formattazione di text/calendar nei messaggi 
di posta 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/ms-tnef/application_ms-tnef.desktop
 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/ms-tnef/application_ms-tnef.desktop
--- 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/ms-tnef/application_ms-tnef.desktop
       2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/ms-tnef/application_ms-tnef.desktop
       2016-09-05 17:14:34.000000000 +0200
@@ -4,9 +4,11 @@
 Name[ca]=TNEF
 Name[ca@valencia]=TNEF
 Name[cs]=TNEF
+Name[da]=TNEF
 Name[de]=TNEF
 Name[en_GB]=TNEF
 Name[es]=TNEF
+Name[et]=TNEF
 Name[fi]=TNEF
 Name[gl]=TNEF
 Name[it]=TNEF
@@ -29,9 +31,11 @@
 Comment=A bodypart formatter plugin for TNEF attachments
 Comment[ca]=Un connector formatador del cos per adjunts TNEF
 Comment[ca@valencia]=Un connector formatador del cos per adjunts TNEF
+Comment[da]=Et bodypart formaterings-plugin til TNEF-bilag
 Comment[de]=Ein Textinhalt-Formatierungsmodul für TNEF-Anhänge (Outlook)
 Comment[en_GB]=A bodypart formatter plugin for TNEF attachments
 Comment[es]=Un complemento de formato para el cuerpo de adjuntos TNEF
+Comment[et]=TNEF-manuste põhiosa vormindamisplugin
 Comment[fi]=TNEF-liitteiden muotoiluliitännäinen
 Comment[gl]=Un engadido para formatar o corpo dos engadidos TNEF
 Comment[it]=Un'estensione per la formattazione di allegati TNEF nei messaggi 
di posta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.desktop
 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/vcard/text_vcard.desktop
--- 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.desktop
  2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/vcard/text_vcard.desktop
  2016-09-05 17:14:34.000000000 +0200
@@ -3,9 +3,11 @@
 Name[ca]=Aplicació Octetstream
 Name[ca@valencia]=Aplicació Octetstream
 Name[cs]=Aplikace octetstream
+Name[da]=Program oktetstrøm
 Name[de]=Application Octetstream
 Name[en_GB]=Application Octetstream
 Name[es]=Aplicación Octetstream
+Name[et]=Application Octetstream
 Name[fi]=Octetstream-sovellus
 Name[gl]=Aplicación Octetstream
 Name[it]=Application Octetstream
@@ -29,9 +31,11 @@
 Comment[ca]=Un connector formatador del cos per a text/vcard
 Comment[ca@valencia]=Un connector formatador del cos per a text/vcard
 Comment[cs]=Formátovač těla e-mailu pro typ text/vizitku
+Comment[da]=Et bodypart formateringsplugin for text/vcard
 Comment[de]=Ein Textinhalt-Formatierungsmodul für text/vcard
 Comment[en_GB]=A bodypart formatter plugin for text/vcard
 Comment[es]=Un complemento de formato para el cuerpo de text/vcard
+Comment[et]=Põhiosa vormindamisplugin (MIME tüübile text/vcard)
 Comment[fi]=text/vcard-muodon muotoiluliitännäinen
 Comment[gl]=Un engadido para formatar o corpo do texto/vcard
 Comment[it]=Un'estensione per la formattazione di text/vcard nei messaggi di 
posta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/xdiff/text_xdiff.desktop
 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/xdiff/text_xdiff.desktop
--- 
old/kdepim-addons-16.08.0/plugins/messageviewer/bodypartformatter/xdiff/text_xdiff.desktop
  2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewer/bodypartformatter/xdiff/text_xdiff.desktop
  2016-09-05 17:14:34.000000000 +0200
@@ -3,9 +3,11 @@
 Name[ca]=Aplicació Octetstream
 Name[ca@valencia]=Aplicació Octetstream
 Name[cs]=Aplikace octetstream
+Name[da]=Program oktetstrøm
 Name[de]=Application Octetstream
 Name[en_GB]=Application Octetstream
 Name[es]=Aplicación Octetstream
+Name[et]=Application Octetstream
 Name[fi]=Octetstream-sovellus
 Name[gl]=Aplicación Octetstream
 Name[it]=Application Octetstream
@@ -29,9 +31,11 @@
 Comment[ca]=Un connector formatador del cos per a text/x-patch
 Comment[ca@valencia]=Un connector formatador del cos per a text/x-patch
 Comment[cs]=Formátovač těla e-mailu pro typ text/x-patch
+Comment[da]=Et bodypart formaterings-plugin for text/x-patch
 Comment[de]=Ein Textinhalt-Formatierungsmodul für text/x-patch
 Comment[en_GB]=A bodypart formatter plugin for text/x-patch
 Comment[es]=Un complemento de formato para el cuerpo de text/x-patch
+Comment[et]=Põhiosa vormindamisplugin (MIME tüübile text/x-patch)
 Comment[fi]=text/x-patch-muodon muotoiluliitännäinen
 Comment[gl]=Un engadido para formatar o corpo do texto/x-patch
 Comment[it]=Un'estensione per la formattazione di text/x-patch nei messaggi di 
posta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewerheaderplugins/autotests/CMakeLists.txt
 
new/kdepim-addons-16.08.1/plugins/messageviewerheaderplugins/autotests/CMakeLists.txt
--- 
old/kdepim-addons-16.08.0/plugins/messageviewerheaderplugins/autotests/CMakeLists.txt
       2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewerheaderplugins/autotests/CMakeLists.txt
       2016-09-05 17:14:34.000000000 +0200
@@ -7,7 +7,7 @@
     add_test( ${_name} ${_name} )
     
     ecm_mark_as_test(messageviewer-header-${_name})
-    target_link_libraries( ${_name} KF5::MessageViewer KF5::Libkleo 
KF5::QGpgme Qt5::Test Qt5::WebKitWidgets KF5::KIOCore KF5::Mime 
KF5::AkonadiCore KF5::AkonadiNotes KF5::CalendarCore KF5::GrantleeTheme)
+    target_link_libraries( ${_name} KF5::MessageViewer KF5::Libkleo 
KF5::QGpgme Qt5::Test KF5::KIOCore KF5::Mime KF5::AkonadiCore KF5::AkonadiNotes 
KF5::CalendarCore KF5::GrantleeTheme)
 endmacro ()
 
 
@@ -18,7 +18,7 @@
     add_test( ${_name} ${_name} )
 
     ecm_mark_as_test(messageviewer-header-${_name})
-    target_link_libraries( ${_name} KF5::MessageViewer KF5::Libkleo 
KF5::QGpgme Qt5::Test Qt5::WebKitWidgets KF5::KIOCore KF5::Mime 
KF5::AkonadiCore KF5::AkonadiNotes KF5::CalendarCore KF5::GrantleeTheme)
+    target_link_libraries( ${_name} KF5::MessageViewer KF5::Libkleo 
KF5::QGpgme Qt5::Test KF5::KIOCore KF5::Mime KF5::AkonadiCore KF5::AkonadiNotes 
KF5::CalendarCore KF5::GrantleeTheme)
 endmacro ()
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/kmail_default.desktop
 
new/kdepim-addons-16.08.1/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/kmail_default.desktop
--- 
old/kdepim-addons-16.08.0/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/kmail_default.desktop
       2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/kmail_default.desktop
       2016-09-05 17:14:34.000000000 +0200
@@ -7,6 +7,7 @@
 Description[de]=KMail-Standarddesign 5.2 (Basiert auf „Breeze Flach“, Autor: 
Kristofer Rickheden Gustavsson)
 Description[en_GB]=KMail Default Theme 5.2 (Based on Breeze Flat author 
Kristofer Rickheden Gustavsson)
 Description[es]=KMail tema predeterminado 5.2 (basado en brisa plano,  autor 
Kristofer Rickheden Gustavsson)
+Description[et]=KMaili vaiketeema 5.2 (aluseks on Breeze Flat, autor: 
Kristofer Rickheden Gustavsson)
 Description[fi]=KMail 5.2 -oletusteema (perustuu Breeze Flat -teemaan, jonka 
teki Kristofer Rickheden Gustavsson)
 Description[gl]=Tema predeterminado de KMail 5.2 (baseado en Breeze Flat, 
creado por Kristofer Rickheden Gustavsson)
 Description[it]=Tema predefinito di KMail 5.2 (basato su Brezza piatto, autore 
Kristofer Rickheden Gustavsson)
@@ -29,9 +30,11 @@
 Name[ca]=KMail 5.2
 Name[ca@valencia]=KMail 5.2
 Name[cs]=KMail 5.2
+Name[da]=KMail 5.2
 Name[de]=KMail 5.2
 Name[en_GB]=KMail 5.2
 Name[es]=KMail 5.2
+Name[et]=KMail 5.2
 Name[fi]=KMail 5.2
 Name[gl]=KMail 5.2
 Name[it]=KMail 5.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/style.css
 
new/kdepim-addons-16.08.1/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/style.css
--- 
old/kdepim-addons-16.08.0/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/style.css
   2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/style.css
   2016-09-05 17:14:34.000000000 +0200
@@ -71,7 +71,7 @@
     width: 100%; /* this will shrink other cells */
 }
 
-div#headerbox #kmailContent {
+#kmailContent {
     clear: both;
     margin-top: 10px;
     padding: 20px;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
 
new/kdepim-addons-16.08.1/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
--- 
old/kdepim-addons-16.08.0/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
    2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
    2016-09-05 17:14:34.000000000 +0200
@@ -221,13 +221,16 @@
                          .arg(mHeaderStyleUtil.strToHtml(to)));
     }
 
+    if (!spamHTML.isEmpty())
+        headerStr.append(QStringLiteral("<tr><td colspan=\"2\"><div 
class=\"spamheader\" dir=\"%1\"><b>%2</b>&nbsp;<span style=\"padding-left: 
20px;\">%3</span></div></td></tr>\n")
+                         .arg(subjectDir, i18n("Spam Status:"), spamHTML));
+
     headerStr.append(QLatin1String("<tr><td colspan=\"2\"><div 
id=\"attachmentInjectionPoint\"></div></td></tr>"));
+
+
     headerStr.append(
         QStringLiteral("</table></td><td 
align=\"center\">%1</td></tr></table>\n").arg(userHTML));
 
-    if (!spamHTML.isEmpty())
-        headerStr.append(QStringLiteral("<div class=\"spamheader\" 
dir=\"%1\"><b>%2</b>&nbsp;<span style=\"padding-left: 
20px;\">%3</span></div>\n")
-                         .arg(subjectDir, i18n("Spam Status:"), spamHTML));
 
     headerStr += QLatin1String("</div>\n\n");
     return headerStr;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewerplugins/autotests/CMakeLists.txt 
new/kdepim-addons-16.08.1/plugins/messageviewerplugins/autotests/CMakeLists.txt
--- 
old/kdepim-addons-16.08.0/plugins/messageviewerplugins/autotests/CMakeLists.txt 
    2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewerplugins/autotests/CMakeLists.txt 
    2016-09-05 17:14:34.000000000 +0200
@@ -14,7 +14,7 @@
     ecm_add_test(${_test}
                  TEST_NAME ${_name}
                  NAME_PREFIX "messageviewerplugins-"
-                 LINK_LIBRARIES KF5::MessageViewer KF5::Libkleo KF5::QGpgme 
Qt5::Test Qt5::WebKitWidgets KF5::KIOCore KF5::Mime KF5::AkonadiCore 
KF5::AkonadiNotes KF5::CalendarCore KF5::GrantleeTheme KF5::IncidenceEditor
+                 LINK_LIBRARIES KF5::MessageViewer KF5::Libkleo KF5::QGpgme 
Qt5::Test KF5::KIOCore KF5::Mime KF5::AkonadiCore KF5::AkonadiNotes 
KF5::CalendarCore KF5::GrantleeTheme KF5::IncidenceEditor
                 )
 endmacro ()
 
@@ -27,7 +27,7 @@
     ecm_add_test(${_test}
                  TEST_NAME ${_name}
                  NAME_PREFIX "messageviewerplugins-"
-                 LINK_LIBRARIES KF5::MessageViewer KF5::Libkleo KF5::QGpgme 
Qt5::Test Qt5::WebKitWidgets KF5::KIOCore KF5::Mime KF5::AkonadiCore 
KF5::AkonadiNotes KF5::CalendarCore KF5::GrantleeTheme
+                 LINK_LIBRARIES KF5::MessageViewer KF5::Libkleo KF5::QGpgme 
Qt5::Test KF5::KIOCore KF5::Mime KF5::AkonadiCore KF5::AkonadiNotes 
KF5::CalendarCore KF5::GrantleeTheme
                 )
 endmacro ()
 
@@ -38,7 +38,7 @@
     ecm_add_test(${_test}
                  TEST_NAME ${_name}
                  NAME_PREFIX "messageviewerplugins-"
-                 LINK_LIBRARIES KF5::MessageViewer KF5::Libkleo KF5::QGpgme 
Qt5::Test Qt5::WebKitWidgets KF5::KIOCore KF5::Mime KF5::AkonadiCore 
KF5::AkonadiNotes KF5::CalendarCore KF5::GrantleeTheme KF5::IncidenceEditor)
+                 LINK_LIBRARIES KF5::MessageViewer KF5::Libkleo KF5::QGpgme 
Qt5::Test KF5::KIOCore KF5::Mime KF5::AkonadiCore KF5::AkonadiNotes 
KF5::CalendarCore KF5::GrantleeTheme KF5::IncidenceEditor)
 endmacro ()
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.08.0/plugins/messageviewerplugins/externalscriptplugin/examples/externalscriptexample.desktop
 
new/kdepim-addons-16.08.1/plugins/messageviewerplugins/externalscriptplugin/examples/externalscriptexample.desktop
--- 
old/kdepim-addons-16.08.0/plugins/messageviewerplugins/externalscriptplugin/examples/externalscriptexample.desktop
  2016-08-11 22:50:38.000000000 +0200
+++ 
new/kdepim-addons-16.08.1/plugins/messageviewerplugins/externalscriptplugin/examples/externalscriptexample.desktop
  2016-09-05 17:14:34.000000000 +0200
@@ -6,6 +6,7 @@
 Name[de]=Thema im Internet suchen
 Name[en_GB]=Search Subject on Web
 Name[es]=Buscar asunto en la web
+Name[et]=Teema otsimine veebis
 Name[fi]=Hae aiheesta verkosta
 Name[gl]=Buscar o asunto en internet
 Name[it]=Cerca oggetto nel web
@@ -32,6 +33,7 @@
 Description[de]=Thema im Internet suchen
 Description[en_GB]=Search subject on web
 Description[es]=Buscar asunto en la web
+Description[et]=Teema otsimine veebis
 Description[fi]=Hae aiheesta verkosta
 Description[gl]=Buscar o asunto en internet.
 Description[it]=Cerca l'oggetto nel web


Reply via email to