summaryrefslogtreecommitdiff
path: root/kde-apps/kmail/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /kde-apps/kmail/files
reinit the tree, so we can have metadata
Diffstat (limited to 'kde-apps/kmail/files')
-rw-r--r--kde-apps/kmail/files/kmail-4.4.2017.04-gcc6.patch42
1 files changed, 42 insertions, 0 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
new file mode 100644
index 000000000000..e4a891b8d1c8
--- /dev/null
+++ b/kde-apps/kmail/files/kmail-4.4.2017.04-gcc6.patch
@@ -0,0 +1,42 @@
+--- 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();