[kmail2] [Bug 317803] Kmail2 renders colors based on the user system colors rather than the default colors browsers use.

2017-01-10 Thread pvdm
https://bugs.kde.org/show_bug.cgi?id=317803

pvdm  changed:

   What|Removed |Added

 CC||gooimaarl...@xs4all.nl

--- Comment #6 from pvdm  ---
I confirm that I have the same problem. I can confirm what MArc said.
I would like to have this resolved. Thanks.

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

[kmail2] [Bug 355195] date and time are ambiguous when replying to and forwarding messages (no timezone information)

2017-01-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=355195

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #5 from Laurent Montel  ---
I tried to create autotest to reproduce this bug.
No success yet so I can't test for the moment this patch.

Regards

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

[kmail2] [Bug 366768] Reply quote header uses UTC timestamp instead of local time zone

2017-01-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=366768

--- Comment #3 from Matt Whitlock  ---
I have produced a patch, attached to Bug 308444, that fixes the problem of time
zone information being discarded when processing these template variables.

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

[kmail2] [Bug 341909] Reply and Print time is in UTC, not in locale

2017-01-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=341909

--- Comment #14 from Matt Whitlock  ---
I have produced a patch, attached to Bug 308444, that fixes the problem of time
zone information being discarded when processing these template variables in a
reply.

Note: I did not attempt to address the problem when printing.

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

[kmail2] [Bug 355195] date and time are ambiguous when replying to and forwarding messages (no timezone information)

2017-01-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=355195

Matt Whitlock  changed:

   What|Removed |Added

 CC||k...@mattwhitlock.name

--- Comment #4 from Matt Whitlock  ---
I have produced a patch, attached to Bug 308444, that fixes the problem of time
zone information being discarded when processing these template variables.

Note: My patch does not address the reporter's request for the introduction of
UTC-forced template variables.

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

[kmail2] [Bug 308444] %OLONGTIME template variable does not yield timezone information

2017-01-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=308444

Matt Whitlock  changed:

   What|Removed |Added

 CC||k...@mattwhitlock.name

--- Comment #7 from Matt Whitlock  ---
Created attachment 103342
  --> https://bugs.kde.org/attachment.cgi?id=103342=edit
Patch to messagelib that fixes the problem

QDateTime::time() returns a QTime, which conveys no time zone information.
QLocale::toString(const QTime &, QLocale::FormatType) then assumes that the
passed QTime is a local time. This causes a problem when processing a template
in that the time zone information of the Date header in the original message is
ignored, and the time part is then reinterpreted as a local time, which is
incorrect.

Example illustrating the problem:

Original message header:
Date: Sun, 1 Jan 2017 13:31:25 -0600

%OTIMELONG in reply template expands to:
1:31:25 PM EST

QLocale apparently offers no method to format a QTime with a specific
QTimeZone, so the best that can be done is to convert the QDateTime of the
original message into a local time by calling QDateTime::toLocalTime().

After applying this fix, the above example becomes:

Original message header:
Date: Sun, 1 Jan 2017 13:31:25 -0600

%OTIMELONG in reply template expands to:
2:31:25 PM EST

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

[kontact] [Bug 374723] Kontact crashes...

2017-01-10 Thread Nelson Fonseca
https://bugs.kde.org/show_bug.cgi?id=374723

--- Comment #2 from Nelson Fonseca  ---
Hi Christoph, good day,

Yes, I could confirm this case as RESOLVED, the problem was the nouveau driver, 
I remove this video driver and installed that one from nvidia and the problem 
is completely gone, at this moment I am writing this message from Kontact with 
no error at all.

So, I could conclude that I am not going to use this OpenSource driver anymore 
instead to use nvidia.

Thanks a lot for your support.

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3 [MailCommon::Kernel::createDefaultCollectionDone, MailCommon::Kernel::emergencyExit]

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

Summary|Starting KMail gives|Starting KMail gives
   |message "Could not create   |message "Could not create
   |collection trash|collection trash
   |resourceId: 3   |resourceId: 3
   ||[MailCommon::Kernel::create
   ||DefaultCollectionDone,
   ||MailCommon::Kernel::emergen
   ||cyExit]

--- Comment #18 from Christoph Feck  ---
createDefaultCollectionDone() calls emergencyExit() on any error, causing a
crash because of unexpected destroying of global objects.

Relevant part of the backtrace:

Thread 1 (Thread 0x7f7d948587c0 (LWP 3548)):
[KCrash Handler]
#15 0x7f7d913f1b39 in __run_exit_handlers () at /lib64/libc.so.6
#16 0x7f7d913f1b85 in  () at /lib64/libc.so.6
#17 0x7f7d19436063 in MailCommon::Kernel::emergencyExit(QString const&) ()
at /usr/lib64/libKF5MailCommon.so.5
#18 0x7f7d1943664a in
MailCommon::Kernel::createDefaultCollectionDone(KJob*) () at
/usr/lib64/libKF5MailCommon.so.5
#19 0x7f7d91fb373f in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib64/libQt5Core.so.5
#20 0x7f7d936135e2 in KJob::result(KJob*, KJob::QPrivateSignal) () at
/usr/lib64/libKF5CoreAddons.so.5
#21 0x7f7d93613e4f in KJob::finishJob(bool) () at
/usr/lib64/libKF5CoreAddons.so.5
#22 0x7f7d90ab8bce in  () at /usr/lib64/libKF5AkonadiCore.so.5
#23 0x7f7d90abba28 in  () at /usr/lib64/libKF5AkonadiCore.so.5

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

 CC||4er...@gmail.com

--- Comment #17 from Christoph Feck  ---
*** Bug 358145 has been marked as a duplicate of this bug. ***

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

[kmail2] [Bug 358145] KMail-15.12.1 crashes after "unable to obtain agent type" error

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=358145

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Christoph Feck  ---


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

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

 CC||life0s...@yahoo.com

--- Comment #16 from Christoph Feck  ---
*** Bug 349085 has been marked as a duplicate of this bug. ***

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

[kmail2] [Bug 349085] KMail crash on startup - Agent instance creation timed out

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=349085

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Christoph Feck  ---


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

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

 CC||num...@gmail.com

--- Comment #14 from Christoph Feck  ---
*** Bug 358650 has been marked as a duplicate of this bug. ***

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

[kontact] [Bug 359461] Kontakt crashs after mailbox folder settings changed

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=359461

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Christoph Feck  ---


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

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

[kontact] [Bug 358650] about this error

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=358650

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Christoph Feck  ---


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

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

 CC||kiril...@yandex.ru

--- Comment #15 from Christoph Feck  ---
*** Bug 359461 has been marked as a duplicate of this bug. ***

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

 CC||uriel.h...@gmx.net

--- Comment #13 from Christoph Feck  ---
*** Bug 354804 has been marked as a duplicate of this bug. ***

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

[kontact] [Bug 354804] Kontact crashes at start

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=354804

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Christoph Feck  ---


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

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

[kontact] [Bug 345895] Kontact crashes after changing Trash, Sent and Draftsfolder from local to IMAP Server located folders

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=345895

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Christoph Feck  ---


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

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

 CC||a.nolt...@almano.de

--- Comment #12 from Christoph Feck  ---
*** Bug 345895 has been marked as a duplicate of this bug. ***

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

 CC||p.richa...@wanadoo.fr

--- Comment #11 from Christoph Feck  ---
*** Bug 351213 has been marked as a duplicate of this bug. ***

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

 CC||ron_coll...@verizon.net

--- Comment #10 from Christoph Feck  ---
*** Bug 350841 has been marked as a duplicate of this bug. ***

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

[kontact] [Bug 351213] Kontact : trash collection

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=351213

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Christoph Feck  ---


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

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

[kontact] [Bug 350841] Could not create collection inbox resourceId: 20

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350841

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Christoph Feck  ---


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

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=339214

Christoph Feck  changed:

   What|Removed |Added

 CC||emu...@netscape.net

--- Comment #9 from Christoph Feck  ---
*** Bug 366388 has been marked as a duplicate of this bug. ***

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

[kontact] [Bug 366388] Could not create collection trash resourceId: 24

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=366388

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Christoph Feck  ---


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

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

[kmail2] [Bug 341909] Reply and Print time is in UTC, not in locale

2017-01-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=341909

Matt Whitlock  changed:

   What|Removed |Added

 CC||k...@mattwhitlock.name

--- Comment #13 from Matt Whitlock  ---
This still a problem in KMail 5.4.0.

My local time zone is America/New_York. I received a message with header "Date:
Tue, 10 Jan 2017 16:51:49 +". When replying to this message, the template
variable %OTIME expands to "4:51 PM", which is arguably okay, but the template
variable %OTIMELONG expands to "4:51:49 PM EST", which is just wrong. Evidently
the time zone information from the original message's Date header is being
discarded, and the unqualified time is being interpreted as a local time.

Another example: original message contains "Date: Sun, 1 Jan 2017 13:31:25
-0600", but %OTIMELONG in reply expands to "1:31:25 PM EST", which again is
wrong. The time zone information in the original message's Date header has been
discarded, and the time has been interpreted as a local time.

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

[kmail2] [Bug 366768] Reply quote header uses UTC timestamp instead of local time zone

2017-01-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=366768

Matt Whitlock  changed:

   What|Removed |Added

 CC||k...@mattwhitlock.name

--- Comment #2 from Matt Whitlock  ---
This still a problem in KMail 5.4.0.

My local time zone is America/New_York. I received a message with header "Date:
Tue, 10 Jan 2017 16:51:49 +". When replying to this message, the template
variable %OTIME expands to "4:51 PM", which is arguably okay, but the template
variable %OTIMELONG expands to "4:51:49 PM EST", which is just wrong. Evidently
the time zone information from the original message's Date header is being
discarded, and the unqualified time is being interpreted as a local time.

Another example: original message contains "Date: Sun, 1 Jan 2017 13:31:25
-0600", but %OTIMELONG in reply expands to "1:31:25 PM EST", which again is
wrong. The time zone information in the original message's Date header has been
discarded, and the time has been interpreted as a local time.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2017-01-10 Thread Sebastian Schrader
https://bugs.kde.org/show_bug.cgi?id=338658

Sebastian Schrader  changed:

   What|Removed |Added

 CC||sebastian.schrader@ossmail.
   ||de

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

[kmail2] [Bug 339181] moving mails from cached imap to local folder leaves mails without RID

2017-01-10 Thread Knut Hildebrandt
https://bugs.kde.org/show_bug.cgi?id=339181

--- Comment #19 from Knut Hildebrandt  ---
This bug is marked fixed and everything worked fine for me until a recent
update. It seems that the bug has been reintroduced into the code. Checked it
various times today.

Right now I'm using an up-to-date Chakra Linux with:

KMail 5.4.0
akonadi 16.12.0

Anything else needed?

Knut

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

[kontact] [Bug 374884] New: KMail creash when reading message

2017-01-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374884

Bug ID: 374884
   Summary: KMail creash when reading message
   Product: kontact
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: rjwgn...@yahoo.com
  Target Milestone: ---

Application: kontact (5.3.3 (QtWebEngine))

Qt Version: 5.6.2
Frameworks Version: 5.29.0
Operating System: Linux 4.8.15-200.fc24.x86_64 x86_64
Distribution: "Fedora release 24 (Twenty Four)"

-- Information about the crash:
Reading a message with embedded HTML and images, cliked the "Plaing Text"
side-bar to view as HTML. KMail then crashed.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fe39e151940 (LWP 7968))]

Thread 40 (Thread 0x7fe21b7fc700 (LWP 8048)):
#0  0x7fe3aec85bd0 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe299b679b3 in JSC::GCThread::waitForNextPhase() () at
/lib64/libQt5WebKit.so.5
#2  0x7fe299b67a40 in JSC::GCThread::gcThreadMain() () at
/lib64/libQt5WebKit.so.5
#3  0x7fe299e6de71 in WTF::wtfThreadEntryPoint(void*) () at
/lib64/libQt5WebKit.so.5
#4  0x7fe3aec805ca in start_thread () at /lib64/libpthread.so.0
#5  0x7fe3b65090ed in clone () at /lib64/libc.so.6

Thread 39 (Thread 0x7fe21bffd700 (LWP 8047)):
#0  0x7fe3aec85bd0 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe299b679b3 in JSC::GCThread::waitForNextPhase() () at
/lib64/libQt5WebKit.so.5
#2  0x7fe299b67a40 in JSC::GCThread::gcThreadMain() () at
/lib64/libQt5WebKit.so.5
#3  0x7fe299e6de71 in WTF::wtfThreadEntryPoint(void*) () at
/lib64/libQt5WebKit.so.5
#4  0x7fe3aec805ca in start_thread () at /lib64/libpthread.so.0
#5  0x7fe3b65090ed in clone () at /lib64/libc.so.6

Thread 38 (Thread 0x7fe26097d700 (LWP 8046)):
#0  0x7fe3aec85bd0 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe299b679b3 in JSC::GCThread::waitForNextPhase() () at
/lib64/libQt5WebKit.so.5
#2  0x7fe299b67a40 in JSC::GCThread::gcThreadMain() () at
/lib64/libQt5WebKit.so.5
#3  0x7fe299e6de71 in WTF::wtfThreadEntryPoint(void*) () at
/lib64/libQt5WebKit.so.5
#4  0x7fe3aec805ca in start_thread () at /lib64/libpthread.so.0
#5  0x7fe3b65090ed in clone () at /lib64/libc.so.6

Thread 37 (Thread 0x7fe26117e700 (LWP 8045)):
#0  0x7fe3aec85bd0 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe299b66b6c in JSC::BlockAllocator::blockFreeingThreadMain() () at
/lib64/libQt5WebKit.so.5
#2  0x7fe299e6de71 in WTF::wtfThreadEntryPoint(void*) () at
/lib64/libQt5WebKit.so.5
#3  0x7fe3aec805ca in start_thread () at /lib64/libpthread.so.0
#4  0x7fe3b65090ed in clone () at /lib64/libc.so.6

Thread 36 (Thread 0x7fe26197f700 (LWP 8044)):
#0  0x7fe3aec85bd0 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe299e46636 in WTF::TCMalloc_PageHeap::scavengerThread() () at
/lib64/libQt5WebKit.so.5
#2  0x7fe299e46659 in  () at /lib64/libQt5WebKit.so.5
#3  0x7fe3aec805ca in start_thread () at /lib64/libpthread.so.0
#4  0x7fe3b65090ed in clone () at /lib64/libc.so.6

Thread 35 (Thread 0x7fe262ffd700 (LWP 8042)):
#0  0x7fe3acfda2f0 in g_poll () at /lib64/libglib-2.0.so.0
#1  0x7fe3acfcba06 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7fe3acfcbb1c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7fe3b730375b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#4  0x7fe3b72b281a in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#5  0x7fe3b7111353 in QThread::exec() () at /lib64/libQt5Core.so.5
#6  0x7fe3b71159ba in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#7  0x7fe3aec805ca in start_thread () at /lib64/libpthread.so.0
#8  0x7fe3b65090ed in clone () at /lib64/libc.so.6

Thread 34 (Thread 0x7fe2637fe700 (LWP 8039)):
#0  0x7fe3ad00fa09 in g_mutex_lock () at /lib64/libglib-2.0.so.0
#1  0x7fe3acfca940 in g_main_context_acquire () at /lib64/libglib-2.0.so.0
#2  0x7fe3acfcb8b5 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#3  0x7fe3acfcbb1c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#4  0x7fe3b730375b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#5  0x7fe3b72b281a in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#6  0x7fe3b7111353 in QThread::exec() () at /lib64/libQt5Core.so.5
#7  0x7fe3b71159ba in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#8  0x7fe3aec805ca in start_thread () at /lib64/libpthread.so.0
#9  

[kmail2] [Bug 374883] New: Cannot send mail to distribution list

2017-01-10 Thread Mathieu MD
https://bugs.kde.org/show_bug.cgi?id=374883

Bug ID: 374883
   Summary: Cannot send mail to distribution list
   Product: kmail2
   Version: 5.2.3
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: math...@ghack.net
  Target Milestone: ---

I want to reopen bug #223034, because it doesn't looks like it's resolved yet.

Today I still have the same problem as I described it in bug #223034 comment
#61.

Version 5.2.3
Using:
KDE Frameworks 5.27.0
Qt 5.7.1 (built against 5.6.1)
The xcb windowing system

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

[kmail2] [Bug 353675] Search does not work, neither do search folders

2017-01-10 Thread Mathieu MD
https://bugs.kde.org/show_bug.cgi?id=353675

Mathieu MD  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Mathieu MD  ---
*** This bug has been confirmed by popular vote. ***

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

[kmail2] [Bug 353675] Search does not work, neither do search folders

2017-01-10 Thread Mathieu MD
https://bugs.kde.org/show_bug.cgi?id=353675

Mathieu MD  changed:

   What|Removed |Added

 CC||math...@ghack.net

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

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=374734

--- Comment #5 from Christoph Feck  ---
Please ask in a forum of your distribution how to install debug symbol
packages.

See also
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

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

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-01-10 Thread Ian
https://bugs.kde.org/show_bug.cgi?id=374734

--- Comment #4 from Ian  ---
(In reply to Christoph Feck from comment #3)
> Could you please add a backtrace for the crash? It might be a duplicate that
> is already reported, or already fixed.

Not really sure how to do this - but googled. Apparently one needs to run an
application with gdb? 

So - I tried that. Stopped akonadictl. Then:

gdb akonadictl start

This is what I get:
GNU gdb (GDB; openSUSE Tumbleweed) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from akonadictl...(no debugging symbols found)...done.
/home/ian/start: No such file or directory.
Missing separate debuginfos, use: zypper install
akonadi-server-debuginfo-16.12.0-2.1.x86_64


But then 
zypper install akonadi-server-debuginfo-16.12.0-2.1.x86_64
Retrieving repository 'Packman Repository' metadata
..[done]
Building repository 'Packman Repository' cache
...[done]
Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata
.[done]
Building repository 'openSUSE-Tumbleweed-Non-Oss' cache
..[done]
Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata
.[done]
Building repository 'openSUSE-Tumbleweed-Oss' cache
..[done]
Loading repository data...
Reading installed packages...   
'akonadi-server-debuginfo-16.12.0-2.1.x86_64' not found in package names.
Trying capabilities.
No provider of 'akonadi-server-debuginfo-16.12.0-2.1.x86_64' found.
['--plus-content debug'?]   
Resolving package dependencies...   

The following application is going to be REMOVED:   
  "System Tray" 

No additional space will be used or freed after the operation.  
Nothing to do.

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

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=374734

--- Comment #3 from Christoph Feck  ---
Could you please add a backtrace for the crash? It might be a duplicate that is
already reported, or already fixed.

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

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-01-10 Thread Ian
https://bugs.kde.org/show_bug.cgi?id=374734

--- Comment #2 from Ian  ---
(In reply to stefanfrank from comment #1)
> same problem here. Manjaro with KDE Apps 16.12.
> Please fix it.

Glad to know I am not the only one experiencing this. 

Kmail has basically become unusable for me. I've had to switch to Thunderbird
in order to retrieve, read and reply to emails. I have been  using Kmail for
many many years (since 2002) and it's unfortunate that I've had to change email
app just to be able to read, reply and send emails.

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

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-01-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374734

stefanfr...@gmx.net changed:

   What|Removed |Added

 CC||stefanfr...@gmx.net

--- Comment #1 from stefanfr...@gmx.net ---
same problem here. Manjaro with KDE Apps 16.12.
Please fix it.

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

[Akonadi] [Bug 374866] Dialog for adding a vCard file has text layout issues (text cut off)

2017-01-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=374866

--- Comment #1 from Christoph Feck  ---
Adding setMinimumSize(sizeHint()) should work around the issue with
word-wrapped labels.

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

[kmail2] [Bug 356634] Kmail Randomly Hangs On Email Deletion

2017-01-10 Thread Andreas K . Huettel
https://bugs.kde.org/show_bug.cgi?id=356634

Andreas K. Huettel  changed:

   What|Removed |Added

 CC||dilfri...@gentoo.org

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

[kmail2] [Bug 374876] Mispelled words are not getting underlined.

2017-01-10 Thread Nikolai
https://bugs.kde.org/show_bug.cgi?id=374876

Nikolai  changed:

   What|Removed |Added

   Platform|Other   |Neon Packages

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

[kmail2] [Bug 374876] New: Mispelled words are not getting underlined.

2017-01-10 Thread Nikolai
https://bugs.kde.org/show_bug.cgi?id=374876

Bug ID: 374876
   Summary: Mispelled words are not getting underlined.
   Product: kmail2
   Version: 5.4.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: composer
  Assignee: kdepim-bugs@kde.org
  Reporter: niko...@fastmail.fm
  Target Milestone: ---

Misspelled words in KMail 5.4.0 are not getting underlined. 
Spellcheck works, while manually running spellcheck misspelled words are
correctly recognized.

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

[Akonadi] [Bug 374866] New: Dialog for adding a vCard file has text layout issues (text cut off)

2017-01-10 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=374866

Bug ID: 374866
   Summary: Dialog for adding a vCard file has text layout issues
(text cut off)
   Product: Akonadi
   Version: GIT (master)
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: VCard file resource
  Assignee: kdepim-bugs@kde.org
  Reporter: m...@eliasprobst.eu
  Target Milestone: ---

Created attachment 103326
  --> https://bugs.kde.org/attachment.cgi?id=103326=edit
Screenshot showing cut-off text in vCard file dialog

The dialog for adding vCard files has layout issues - the text describing the
various options is cut off in various places (see also attached screenshot).

Running kdepim-runtime from git master 5ea7f32ea36b
Qt 5.7.1

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

[kdepim] [Bug 357302] Kmail: Send email as pdf from Libreoffice - existing file not found

2017-01-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=357302

--- Comment #7 from Laurent Montel  ---
Here it works fine.

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

[kdepim] [Bug 357302] Kmail: Send email as pdf from Libreoffice - existing file not found

2017-01-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=357302

--- Comment #6 from Laurent Montel  ---
which comment openoffice use ?

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

[kontact] [Bug 362339] Kontact crashes on startup with SEGFAULT "Could not create collection trash, resourceId: 3"

2017-01-10 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=362339

Freek de Kruijf  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #12 from Freek de Kruijf  ---


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

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

[kmail2] [Bug 339214] Starting KMail gives message "Could not create collection trash resourceId: 3

2017-01-10 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=339214

Freek de Kruijf  changed:

   What|Removed |Added

 CC||floesc...@gmx.net

--- Comment #8 from Freek de Kruijf  ---
*** Bug 362339 has been marked as a duplicate of this bug. ***

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