[kmail2] [Bug 359331] Multiple Kontact and KMail Instances upon start

2020-04-04 Thread Michi
https://bugs.kde.org/show_bug.cgi?id=359331

Michi  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #1 from Michi  ---
long gone

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 413022] decrypting mail (via filter) removes From/To mail headers

2020-04-04 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=413022

Martin Koller  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/mai
   ||lcommon/0628360b2240fda1be5
   ||4e38abd46865707666c2c
 Status|REPORTED|RESOLVED

--- Comment #1 from Martin Koller  ---
Git commit 0628360b2240fda1be54e38abd46865707666c2c by Martin Koller.
Committed on 04/04/2020 at 18:40.
Pushed by mkoller into branch 'release/20.04'.

do not lose address headers when decrypting mail

Differential Revision: https://phabricator.kde.org/D28399

M  +1-1src/filter/autotests/gpgdata/text-plain.msg
M  +1-1src/filter/autotests/gpgdata/text-plain.msg.pgp
M  +1-1src/filter/autotests/gpgdata/text-plain.msg.smime
M  +1-1src/util/cryptoutils.cpp

https://commits.kde.org/mailcommon/0628360b2240fda1be54e38abd46865707666c2c

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 419157] Wrong encoding of incoming emails

2020-04-04 Thread B. Scheichl
https://bugs.kde.org/show_bug.cgi?id=419157

--- Comment #2 from B. Scheichl  ---
Dear Mr. Bauer,
yes - seem to be the same as bug#416758 or at least closely related: wrong 
encoding of incoming emails (German umlauts /s pecial characters) , replying 
gives correct encoding.
Thanks for rapid fixing!
Best, B. Scheichl

On Friday, 3 April 2020 12:13:13 CEST you wrote:
> https://bugs.kde.org/show_bug.cgi?id=419157
> 
> Wolfgang Bauer  changed:
> 
>What|Removed |Added
> 
> CC||wba...@tmo.at
> 
> --- Comment #1 from Wolfgang Bauer  ---
> Maybe the same as bug#416758?
> Should be fixed in 5.14.0 (part of the 20.04 release) then.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 403391] crash of akonadi_imap_resource

2020-04-04 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=403391

--- Comment #22 from Freek de Kruijf  ---
Can I be of help in debugging? Found an article on how to start a debug session
for a resource process. So I should be able to start the crashing process with
gdb, however I don't know how to continue, except by typing run.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmime] [Bug 419628] New: kmime fails {header,message}test with Qt 5.15.0-beta2

2020-04-04 Thread Heiko Becker
https://bugs.kde.org/show_bug.cgi?id=419628

Bug ID: 419628
   Summary: kmime fails {header,message}test with Qt 5.15.0-beta2
   Product: kmime
   Version: 5.13.80
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: heire...@exherbo.org
  Target Milestone: ---

kmime fails two tests with Qt 5.15.0-beta2. I don't remember them failing
before and they don't fail on another machine with 5.14.2:

6: Test command:
/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/build/bin/headertest
6: Environment variables: 
6:  LC_TIME=C
6: Test timeout computed to be: 1000
6: * Start testing of HeaderTest *
6: Config: Using QtTest library 5.15.0, Qt 5.15.0 (x86_64-little_endian-lp64
shared (dynamic) release build; by GCC 10.0.1 20200322 (experimental))
6: PASS   : HeaderTest::initTestCase()
6: XFAIL  : HeaderTest::testIdentHeader() Parsing strips square brackets.
6:Loc:
[/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/kmime-20.03.90/autotests/headertest.cpp(86)]
6: PASS   : HeaderTest::testIdentHeader()
6: FAIL!  : HeaderTest::testAddressListHeader() Compared values are not the
same
6:Actual   (h->as7BitString(false))
 : "Ingo =?ISO-8859-15?Q?Kl=F6cker?= "
6:Expected (QByteArray("Ingo =?ISO-8859-1?Q?Kl=F6cker?=
")): "Ingo =?ISO-8859-1?Q?Kl=F6cker?= "
6:Loc:
[/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/kmime-20.03.90/autotests/headertest.cpp(161)]
6: PASS   : HeaderTest::testMailboxListHeader()
6: FAIL!  : HeaderTest::testSingleMailboxHeader() Compared strings are not the
same
6:Actual   (h->mailboxes().first().name().toLatin1().data()): Andre  Mr. 
Tall  Woebbeking
6:Expected ("Andre \"Mr. Tall\" Woebbeking"): Andre "Mr.
Tall" Woebbeking
6:Loc:
[/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/kmime-20.03.90/autotests/headertest.cpp(389)]
6: PASS   : HeaderTest::testMailCopiesToHeader()
6: PASS   : HeaderTest::testParametrizedHeader()
6: PASS   : HeaderTest::testContentDispositionHeader()
6: FAIL!  : HeaderTest::testContentTypeHeader() Compared values are not the
same
6:Actual   (h->name()): ""
6:Expected (QString::fromUtf8("lorém ipsum.txt")): "lor\u00E9m ipsum.txt"
6:Loc:
[/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/kmime-20.03.90/autotests/headertest.cpp(602)]
6: PASS   : HeaderTest::testTokenHeader()
6: PASS   : HeaderTest::testContentTransferEncoding()
6: PASS   : HeaderTest::testPhraseListHeader()
6: PASS   : HeaderTest::testDotAtomHeader()
6: PASS   : HeaderTest::testDateHeader()
6: PASS   : HeaderTest::testLinesHeader()
6: PASS   : HeaderTest::testNewsgroupsHeader()
6: PASS   : HeaderTest::testControlHeader()
6: PASS   : HeaderTest::testReturnPath()
6: PASS   : HeaderTest::testInvalidButOkQEncoding()
6: PASS   : HeaderTest::testInvalidQEncoding()
6: PASS   : HeaderTest::testInvalidQEncoding()
6: PASS   : HeaderTest::testInvalidQEncoding()
6: PASS   : HeaderTest::testBug271192(Plain)
6: FAIL!  : HeaderTest::testBug271192(Firstname_1) Compared values are not the
same
6:Actual   (h2->displayNames().size()): 1
6:Expected (2): 2
6:Loc:
[/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/kmime-20.03.90/autotests/headertest.cpp(1051)]
6: FAIL!  : HeaderTest::testBug271192(Firstname_2) Compared values are not the
same
6:Actual   (h2->displayNames().size()): 1
6:Expected (2): 2
6:Loc:
[/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/kmime-20.03.90/autotests/headertest.cpp(1051)]
6: FAIL!  : HeaderTest::testBug271192(Lastname) Compared values are not the
same
6:Actual   (h2->displayNames().size()): 1
6:Expected (2): 2
6:Loc:
[/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/kmime-20.03.90/autotests/headertest.cpp(1051)]
6: FAIL!  : HeaderTest::testBug271192(Firstname_Lastname) Compared values are
not the same
6:Actual   (h2->displayNames().size()): 1
6:Expected (2): 2
6:Loc:
[/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/kmime-20.03.90/autotests/headertest.cpp(1051)]
6: PASS   : HeaderTest::testBug271192(Quotemarks)
6: FAIL!  : HeaderTest::testBug271192(Quotemarks_nonascii) Compared values are
not the same
6:Actual   (h->displayNames().first().toUtf8())  : "J\xC3\xB6hn
\\\"R\xC3\xB6""cky\\\" D\xC3\xB6""e"
6:Expected (displayName.remove(QLatin1String("\\")).toUtf8()): "J\xC3\xB6hn
\"R\xC3\xB6""cky\" D\xC3\xB6""e"
6:Loc:
[/var/tmp/paludis/build/kde-frameworks-kmime-20.03.90/work/kmime-20.03.90/autotests/headertest.cpp(1045)]
6: PASS   : HeaderTest::testBug271192(quote_Plain)
6: FAIL!  : HeaderTest::testBug271192(quote_Firstname_1) Compared values 

[kmail2] [Bug 400496] kmail sometimes consumes 100% CPU for hours (in Sonnet::Highlighter)

2020-04-04 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=400496

Kishore Gopalakrishnan  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 408898] new calendar event cannot be modified while dialog remains open

2020-04-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=408898

David Faure  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||fa...@kde.org

--- Comment #1 from David Faure  ---


*** This bug has been marked as a duplicate of bug 407965 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 407965] Applying two changes in a row in the event editor fails with "Only resources can modify remote identifiers"

2020-04-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=407965

David Faure  changed:

   What|Removed |Added

   Assignee|kdepim-bugs@kde.org |fa...@kde.org
 CC||fa...@kde.org

-- 
You are receiving this mail because:
You are the assignee for the bug.