commit: 8b5685eb28922165737ad0541e5400c647b3637c Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Dec 30 22:21:13 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Dec 30 22:24:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5685eb
kde-apps/kdepim-runtime: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/kdepim-runtime-25.04.2-imap-crash.patch | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/kde-apps/kdepim-runtime/files/kdepim-runtime-25.04.2-imap-crash.patch b/kde-apps/kdepim-runtime/files/kdepim-runtime-25.04.2-imap-crash.patch deleted file mode 100644 index 3a6d6c9a51d6..000000000000 --- a/kde-apps/kdepim-runtime/files/kdepim-runtime-25.04.2-imap-crash.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 03206dfd6415257627a055347fdd0c3cb0f5372f Mon Sep 17 00:00:00 2001 -From: Carl Schwan <[email protected]> -Date: Mon, 23 Jun 2025 19:41:11 +0200 -Subject: [PATCH] Do not request password twice - -Otherwise the second time will crash as the password was already emitted -and the job deleted - - -(cherry picked from commit 25202045186262a081c960461a8b791f84fccb5c) - -Co-authored-by: Carl Schwan <[email protected]> ---- - resources/imap/settingspasswordrequester.cpp | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/resources/imap/settingspasswordrequester.cpp b/resources/imap/settingspasswordrequester.cpp -index 28891e4e7b..f82d16a397 100644 ---- a/resources/imap/settingspasswordrequester.cpp -+++ b/resources/imap/settingspasswordrequester.cpp -@@ -55,7 +55,6 @@ void SettingsPasswordRequester::requestPassword(RequestType request, const QStri - m_readPasswordJobs.removeAll(job); - }); - m_readPasswordJobs << job; -- job->start(); - } else { - auto password = m_resource->settings()->password(); - if (password.isEmpty()) { --- -GitLab -
