Hello community, here is the log from the commit of package kmail for openSUSE:Factory checked in at 2019-06-02 15:15:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmail (Old) and /work/SRC/openSUSE:Factory/.kmail.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmail" Sun Jun 2 15:15:24 2019 rev:33 rq:706478 version:19.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kmail/kmail.changes 2019-05-14 13:21:22.546047483 +0200 +++ /work/SRC/openSUSE:Factory/.kmail.new.5148/kmail.changes 2019-06-02 15:15:26.166102856 +0200 @@ -1,0 +2,6 @@ +Tue May 28 06:00:57 UTC 2019 - [email protected] + +- Add Fix-Bug-407967.patch to ensure that the "To:" field always + has focus when creating a new mail (boo#1136481, kde#407967) + +------------------------------------------------------------------- New: ---- Fix-Bug-407967.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmail.spec ++++++ --- /var/tmp/diff_new_pack.JMN2My/_old 2019-06-02 15:15:27.870102118 +0200 +++ /var/tmp/diff_new_pack.JMN2My/_new 2019-06-02 15:15:27.910102101 +0200 @@ -28,6 +28,8 @@ Group: Productivity/Networking/Email/Clients URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM +Patch0: Fix-Bug-407967.patch BuildRequires: extra-cmake-modules >= %{kf5_version} BuildRequires: gettext-devel BuildRequires: libgpgmepp-devel @@ -146,6 +148,7 @@ %prep %setup -q +%autopatch -p1 %build %if 0%{?suse_version} < 1500 ++++++ Fix-Bug-407967.patch ++++++ >From 0a424812893a65b924dbe157a49e87b56b939b46 Mon Sep 17 00:00:00 2001 From: Laurent Montel <[email protected]> Date: Mon, 27 May 2019 07:29:28 +0200 Subject: Bug 407967 - new mail: cursor jumps into blindcarboncopy FIXED-IN: 5.11.2 BUG: 407967 --- src/editor/kmcomposerwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/kmcomposerwin.cpp b/src/editor/kmcomposerwin.cpp index 4009799..3a07681 100644 --- a/src/editor/kmcomposerwin.cpp +++ b/src/editor/kmcomposerwin.cpp @@ -492,7 +492,7 @@ KMComposerWin::KMComposerWin(const KMime::Message::Ptr &aMsg, bool lastSignState setMessage(aMsg, lastSignState, lastEncryptState); } - mComposerBase->recipientsEditor()->setFocus(); + mComposerBase->recipientsEditor()->setFocusBottom(); composerEditorNg->composerActions()->updateActionStates(); // set toolbar buttons to correct values mDone = true; -- cgit v1.1
