summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-13 02:15:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 23:12:40 +0100
commit71a8e56a346d252caddf155dd96c94d225e07bc7 (patch)
tree67e641e68a4cab70f0790e74a07045c243d22ed4 /kde-apps/kmail/files/kmail-4.4.2017.04-gcc6.patch
parentkde-apps: Drop KDE Applications 17.04.3 (diff)
downloadgentoo-71a8e56a346d252caddf155dd96c94d225e07bc7.tar.gz
gentoo-71a8e56a346d252caddf155dd96c94d225e07bc7.tar.bz2
gentoo-71a8e56a346d252caddf155dd96c94d225e07bc7.zip
kde-apps: Drop KDE PIM 4.4.2017.0 (noakonadi)
Closes: https://bugs.gentoo.org/634768 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kmail/files/kmail-4.4.2017.04-gcc6.patch')
-rw-r--r--kde-apps/kmail/files/kmail-4.4.2017.04-gcc6.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/kmail/files/kmail-4.4.2017.04-gcc6.patch b/kde-apps/kmail/files/kmail-4.4.2017.04-gcc6.patch
deleted file mode 100644
index e4a891b8d1c8..000000000000
--- a/kde-apps/kmail/files/kmail-4.4.2017.04-gcc6.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/kmail/folderview.cpp
-+++ b/kmail/folderview.cpp
-@@ -1907,7 +1907,7 @@
- KGuiItem( i18n( "Go To" ) ),
- KGuiItem( i18n( "Do Not Go To" ) ), // defaults
- ":kmail_AskNextFolder",
-- false
-+ 0
- ) == KMessageBox::No
- )
- return true; // assume selected (do not continue looping)
---- a/kmail/kmmainwidget.cpp
-+++ b/kmail/kmmainwidget.cpp
-@@ -1588,7 +1588,7 @@
- i18n( "Security Warning" ),
- KGuiItem(i18n( "Use HTML" )),
- KStandardGuiItem::cancel(),
-- "OverrideHtmlWarning", false);
-+ "OverrideHtmlWarning", 0);
- if( result == KMessageBox::Cancel ) {
- mPreferHtmlAction->setChecked( false );
- return;
-@@ -1617,7 +1617,7 @@
- i18n( "Security Warning" ),
- KGuiItem(i18n( "Load External References" )),
- KStandardGuiItem::cancel(),
-- "OverrideHtmlLoadExtWarning", false);
-+ "OverrideHtmlLoadExtWarning", 0);
- if( result == KMessageBox::Cancel ) {
- mPreferHtmlLoadExtAction->setChecked( false );
- return;
---- a/kmail/kmsender.cpp
-+++ b/kmail/kmsender.cpp
-@@ -575,7 +575,7 @@
- i18n( "Security Warning" ),
- KGuiItem( i18n( "Send Unencrypted" ) ),
- KStandardGuiItem::cancel(),
-- "useCustomTransportWithoutAsking", false );
-+ "useCustomTransportWithoutAsking", 0 );
-
- if ( result == KMessageBox::Cancel ) {
- mProgressItem->cancel();