[kmail2] [Bug 317933] message still shown after deleting last message in folder

2013-05-31 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=317933

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #4 from Laurent Montel mon...@kde.org ---
I confirm it .
Will look at soon

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320517] New: [kde-windows] akonaditray lacks icon in the start menu

2013-05-31 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=320517

Bug ID: 320517
   Summary: [kde-windows] akonaditray lacks icon in the start menu
Classification: Unclassified
   Product: Akonadi
   Version: unspecified
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: adap...@gmail.com
CC: kde-wind...@kde.org
Blocks: 320424

See bug 320424

I notice that the build system actually already contains the call of
kde4_add_app_icon :

kdepim-runtime/tray/CMakeLists.txt: kde4_add_app_icon(tray_sources
${KDE4_ICON_DIR}/oxygen/*/apps/akonadi.png)


My random guess: shouldn't  KDE4_ICON_DIR be replaced by KDE4_ICON_INSTALL_DIR
?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320517] [kde-windows] akonaditray lacks icon in the start menu

2013-05-31 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=320517

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel mon...@kde.org ---
For me yes
KDE4_ICON_DIR doesn't exist.

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320517] [kde-windows] akonaditray lacks icon in the start menu

2013-05-31 Thread Patrick Spendrin
https://bugs.kde.org/show_bug.cgi?id=320517

Patrick Spendrin ps...@gmx.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||ps...@gmx.de
 Ever confirmed|0   |1

--- Comment #2 from Patrick Spendrin ps...@gmx.de ---
It actually should be KDE4_INSTALL_DIR (which is an ugly hack, I know)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 319540] google calendar with akonadi DAV crashes on the kde login

2013-05-31 Thread Rainer Sabelka
https://bugs.kde.org/show_bug.cgi?id=319540

Rainer Sabelka sabe...@iue.tuwien.ac.at changed:

   What|Removed |Added

 CC||sabe...@iue.tuwien.ac.at

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 319540] google calendar with akonadi DAV crashes on the kde login

2013-05-31 Thread Rainer Sabelka
https://bugs.kde.org/show_bug.cgi?id=319540

--- Comment #10 from Rainer Sabelka sabe...@iue.tuwien.ac.at ---
Created attachment 80208
  -- https://bugs.kde.org/attachment.cgi?id=80208action=edit
New crash information added by DrKonqi

akonadi_davgroupware_resource (4.10) on KDE Platform 4.10.2 release 1 using
Qt 4.8.4

- What I was doing when the application crashed:

Crash when starting Kontact, Korganizer, or Kaddressbook (The address book and
calendar
are both on an owncloud 5.0.6 server)

-- Backtrace (Reduced):
#7  0x7f6af3e444f5 in
Akonadi::ResourceBasePrivate::slotPrepareItemRetrievalResult (this=0x165d2f0,
job=optimized out) at
/usr/src/debug/kdepimlibs-4.10.2/akonadi/resourcebase.cpp:783
#8  0x7f6af3e4485a in Akonadi::ResourceBase::qt_static_metacall
(_o=0x7f6af1d9f640 main_arena, _c=QMetaObject::ReadProperty, _id=0,
_a=0x1707340) at
/usr/src/debug/kdepimlibs-4.10.2/build/akonadi/moc_resourcebase.cpp:141
[...]
#10 0x7f6af4707ea2 in KJob::result (this=this@entry=0x1702130,
_t1=_t1@entry=0x1702130) at
/usr/src/debug/kdelibs-4.10.2/build/kdecore/kjob.moc:208
#11 0x7f6af4707ee0 in KJob::emitResult (this=0x1702130) at
/usr/src/debug/kdelibs-4.10.2/kdecore/jobs/kjob.cpp:318
#12 0x7f6af573e68e in QObject::event (this=0x1702130, e=optimized out) at
kernel/qobject.cpp:1203

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepim] [Bug 320427] [kde-windows] importwizard lacks icon in the start menu (no kde4_add_app_icon command in the build system)

2013-05-31 Thread Patrick Spendrin
https://bugs.kde.org/show_bug.cgi?id=320427

--- Comment #2 from Patrick Spendrin ps...@gmx.de ---
Git commit 833c317ddb9b079c507145f7e6cda546465e8a27 by Patrick Spendrin.
Committed on 31/05/2013 at 11:07.
Pushed by sengels into branch 'kde-4.10'.

fix app icons for import-wizard, kjots and ktnef
Related: bug 320426, bug 320454

M  +2-1portage/kde/kdepim/kdepim-20080202.py
A  +43   -0portage/kde/kdepim/kdepim-app-icons.diff

http://commits.kde.org/emerge/833c317ddb9b079c507145f7e6cda546465e8a27

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[ktnef] [Bug 320454] [kde-windows] ktnef lacks icon in the start menu (no kde4_add_app_icon command in the build system)

2013-05-31 Thread Patrick Spendrin
https://bugs.kde.org/show_bug.cgi?id=320454

--- Comment #2 from Patrick Spendrin ps...@gmx.de ---
Git commit 833c317ddb9b079c507145f7e6cda546465e8a27 by Patrick Spendrin.
Committed on 31/05/2013 at 11:07.
Pushed by sengels into branch 'kde-4.10'.

fix app icons for import-wizard, kjots and ktnef
Related: bug 320427, bug 320426

M  +2-1portage/kde/kdepim/kdepim-20080202.py
A  +43   -0portage/kde/kdepim/kdepim-app-icons.diff

http://commits.kde.org/emerge/833c317ddb9b079c507145f7e6cda546465e8a27

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 317743] Akonadi Console crash at exit

2013-05-31 Thread kavol
https://bugs.kde.org/show_bug.cgi?id=317743

kavol ka...@seznam.cz changed:

   What|Removed |Added

 CC||ka...@seznam.cz

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 317743] Akonadi Console crash at exit

2013-05-31 Thread kavol
https://bugs.kde.org/show_bug.cgi?id=317743

--- Comment #2 from kavol ka...@seznam.cz ---
Created attachment 80209
  -- https://bugs.kde.org/attachment.cgi?id=80209action=edit
New crash information added by DrKonqi

akonadiconsole (0.99) on KDE Platform 4.10.3 using Qt 4.8.4

- What I was doing when the application crashed:

I've just run akonadiconsole to verify current status. I switched between agent
list and the browser, unfolded the local folders hierarchy and tried to exit -
it crashed on exit.

- Unusual behavior I noticed:

I have troubles with local mail storage. After trying to remove and readd the
agent, on subsequent akonadiconsole run (which ended in this crash), the local
folders were shown twice in the browser, while only one agent instance existed
...

-- Backtrace (Reduced):
#6  0x003fb570c606 in QItemSelectionModel::hasSelection() const () from
/lib64/libQtGui.so.4
#7  0x003fb702bea9 in
KSelectionProxyModelPrivate::sourceRowsAboutToBeInserted (this=0x2067a20,
parent=..., start=0, end=0) at
/usr/src/debug/kdelibs-4.10.3/kdeui/itemviews/kselectionproxymodel.cpp:984
[...]
#9  0x003fb39d7834 in QAbstractItemModel::rowsAboutToBeInserted(QModelIndex
const, int, int) () from /lib64/libQtCore.so.4
#10 0x003fb39708b5 in QAbstractItemModel::beginInsertRows(QModelIndex
const, int, int) () from /lib64/libQtCore.so.4
#11 0x003fbe30498f in Akonadi::EntityTreeModelPrivate::monitoredItemAdded
(this=0x2061eb0, item=..., collection=...) at
/usr/src/debug/kdepimlibs-4.10.3/akonadi/entitytreemodel_p.cpp:1069

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320517] [kde-windows] akonaditray lacks icon in the start menu

2013-05-31 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=320517

--- Comment #3 from Christophe Giboudeaux cgiboude...@gmx.com ---
the correct fix is to have a copy of these icons, rename them to avoid conflict
and have them installed in the hicolor namespace

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320517] [kde-windows] akonaditray lacks icon in the start menu

2013-05-31 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=320517

--- Comment #4 from Christophe Giboudeaux cgiboude...@gmx.com ---
I'll fix that this afternoon

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320524] New: akonadiconsole crashed after removing an agent

2013-05-31 Thread kavol
https://bugs.kde.org/show_bug.cgi?id=320524

Bug ID: 320524
   Summary: akonadiconsole crashed after removing an agent
Classification: Unclassified
   Product: Akonadi
   Version: 0.99
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: akonadiconsole
  Assignee: kdepim-bugs@kde.org
  Reporter: ka...@seznam.cz

Application: akonadiconsole (0.99)
KDE Platform Version: 4.10.3
Qt Version: 4.8.4
Operating System: Linux 3.9.4-300.fc19.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed:

I've removed maildir resource, then wanted to close akonadiconsole. It didn't
react, instead I got standard kwin question about killing the unresponsive
window. I left it for a while then it crashed.

-- Backtrace:
Application: Akonadi Console (akonadiconsole), signal: Segmentation fault
Using host libthread_db library /lib64/libthread_db.so.1.
81T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7fb20709d8c0 (LWP 16397))]

Thread 4 (Thread 0x7fb1fbe8e700 (LWP 16400)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x003fc24c9abd in WTF::TCMalloc_PageHeap::scavengerThread
(this=optimized out) at
/usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/FastMalloc.cpp:2571
#2  0x003fc24c9af9 in WTF::TCMalloc_PageHeap::runScavengerThread
(context=optimized out) at
/usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/FastMalloc.cpp:1767
#3  0x00366de07c53 in start_thread (arg=0x7fb1fbe8e700) at
pthread_create.c:308
#4  0x00366d6f4ecd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 3 (Thread 0x7fb1baabb700 (LWP 16401)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x003fc220b3fd in JSC::BlockAllocator::blockFreeingThreadMain
(this=0x7fb1fb5f7398) at
/usr/src/debug/webkit-qtwebkit-23/Source/JavaScriptCore/heap/BlockAllocator.cpp:128
#2  0x003fc24f9316 in WTF::wtfThreadEntryPoint (param=0x265f640) at
/usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/ThreadingPthreads.cpp:196
#3  0x00366de07c53 in start_thread (arg=0x7fb1baabb700) at
pthread_create.c:308
#4  0x00366d6f4ecd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 2 (Thread 0x7fb1b96a8700 (LWP 16406)):
#0  0x00366de09b11 in __GI___pthread_mutex_lock (mutex=0x7fb1ac000aa0) at
pthread_mutex_lock.c:95
#1  0x0036716872f1 in g_mutex_lock (mutex=optimized out) at
gthread-posix.c:210
#2  0x003671648085 in g_main_context_iterate
(context=context@entry=0x7fb1ac0009e0, block=block@entry=1,
dispatch=dispatch@entry=1, self=optimized out) at gmain.c:3668
#3  0x00367164829c in g_main_context_iteration (context=0x7fb1ac0009e0,
may_block=1) at gmain.c:3762
#4  0x003fb39a6cd6 in QEventDispatcherGlib::processEvents
(this=0x7fb1ac000900, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x003fb3978bdf in QEventLoop::processEvents
(this=this@entry=0x7fb1b96a7d20, flags=...) at kernel/qeventloop.cpp:149
#6  0x003fb3978ed5 in QEventLoop::exec (this=this@entry=0x7fb1b96a7d20,
flags=...) at kernel/qeventloop.cpp:204
#7  0x003fb387862f in QThread::exec (this=optimized out) at
thread/qthread.cpp:542
#8  0x003fb387accf in QThreadPrivate::start (arg=0x2753c20) at
thread/qthread_unix.cpp:338
#9  0x00366de07c53 in start_thread (arg=0x7fb1b96a8700) at
pthread_create.c:308
#10 0x00366d6f4ecd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7fb20709d8c0 (LWP 16397)):
[KCrash Handler]
#6  QList (l=..., this=0x7fffc5d3f350) at ../../src/corelib/tools/qlist.h:122
#7  QItemSelection (this=0x7fffc5d3f350) at itemviews/qitemselectionmodel.h:231
#8  QItemSelectionModel::selection (this=this@entry=0x26e23b0) at
itemviews/qitemselectionmodel.cpp:1508
#9  0x003fb570f204 in QItemSelectionModel::selectedRows
(this=this@entry=0x26e23b0, column=column@entry=0) at
itemviews/qitemselectionmodel.cpp:1452
#10 0x003fbe384103 in safeSelectedRows (selectionModel=0x26e23b0) at
/usr/src/debug/kdepimlibs-4.10.3/akonadi/standardactionmanager.cpp:164
#11 0x003fbe38d435 in
Akonadi::StandardActionManager::Private::updateActions (this=0x2a16170) at
/usr/src/debug/kdepimlibs-4.10.3/akonadi/standardactionmanager.cpp:463
#12 0x003fbe3862b9 in clipboardChanged (mode=optimized out,
this=optimized out) at
/usr/src/debug/kdepimlibs-4.10.3/akonadi/standardactionmanager.cpp:502
#13 Akonadi::StandardActionManager::qt_static_metacall (_o=optimized out,
_id=optimized out, _a=optimized out, _c=optimized out) at
/usr/src/debug/kdepimlibs-4.10.3/x86_64-redhat-linux-gnu/akonadi/moc_standardactionmanager.cpp:144
#14 0x003fb398dadc in QMetaObject::activate (sender=0x24417d0,
m=m@entry=0x3fb5c8c080 

[Akonadi] [Bug 320525] New: akonadi insist on creating duplicate local maildir agent

2013-05-31 Thread kavol
https://bugs.kde.org/show_bug.cgi?id=320525

Bug ID: 320525
   Summary: akonadi insist on creating duplicate local maildir
agent
Classification: Unclassified
   Product: Akonadi
   Version: 4.10
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: ka...@seznam.cz

I have troubles with kmail - it freezes(*) trying to display anything from
local folders.

(*) I mean it doesn't display the selected email body, and after that, it
refuses to display any email from any other folder. It isn't freeze in the
sense that I couldn't do anything, it just stops displaying emails. After
quitting and starting kmail again, I can display any of emails on IMAP, but
once I try to display something from the local folders, it freezes again.

So I've tried some magic via akonadiconsole (like switching the particular
resource online/offline, checking the configuration etc.) This did not help.

On some subsequent akonadiconsole start, I've noticed in the browser that there
are two sets of the same local folders. Switching to agents listing, I've
noticed there are two Maildir resources, identified
akonadi_maildir_resource_0 and akonadi_maildir_resource_1. So I've removed the
second one.

But that led to creating another agent named Lokální složky identified
akonadi_maildir_resource_2.

So I've removed that one and got another Lokální složky identified
akonadi_maildir_resource_3. Hm, interesting, on next akonadiconsole start the
name got changed to Maildir.

So I've removed that one and ... guess what I got?

Note that after each removal, akonadi starts spitting out messages like this
until its restart:

akonadi_maildispatcher_agent(15988)/libakonadi: Resource id's don't match: 
akonadi_maildir_resource_2 akonadi_maildir_resource_1 


Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320526] New: akonadiconsole crash

2013-05-31 Thread kavol
https://bugs.kde.org/show_bug.cgi?id=320526

Bug ID: 320526
   Summary: akonadiconsole crash
Classification: Unclassified
   Product: Akonadi
   Version: 0.99
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: akonadiconsole
  Assignee: kdepim-bugs@kde.org
  Reporter: ka...@seznam.cz

Application: akonadiconsole (0.99)
KDE Platform Version: 4.10.3
Qt Version: 4.8.4
Operating System: Linux 3.9.4-300.fc19.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed:

I was browsing agent list in akonadiconsole.

I've rightclicked local mail to get options but it got unresponsive - the menu
did not appear. So I've tried to close akonadiconsole by clicking the windows
close button - at the very same moment the context menu appeared, and
akonadiconsole crashed right afterwards.

Note that there is quite a long list of possible duplicates but I wasn't able
to find any good similarities, I'd be interested why DrKonqi thinks these
should be duplicate ...

-- Backtrace:
Application: Akonadi Console (akonadiconsole), signal: Aborted
Using host libthread_db library /lib64/libthread_db.so.1.
81T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7fdbe37798c0 (LWP 17004))]

Thread 4 (Thread 0x7fdbd7d69700 (LWP 17012)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x003fc24c9abd in WTF::TCMalloc_PageHeap::scavengerThread
(this=optimized out) at
/usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/FastMalloc.cpp:2571
#2  0x003fc24c9af9 in WTF::TCMalloc_PageHeap::runScavengerThread
(context=optimized out) at
/usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/FastMalloc.cpp:1767
#3  0x00366de07c53 in start_thread (arg=0x7fdbd7d69700) at
pthread_create.c:308
#4  0x00366d6f4ecd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 3 (Thread 0x7fdbd6998700 (LWP 17015)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x003fc220b3fd in JSC::BlockAllocator::blockFreeingThreadMain
(this=0x7fdbd74d2398) at
/usr/src/debug/webkit-qtwebkit-23/Source/JavaScriptCore/heap/BlockAllocator.cpp:128
#2  0x003fc24f9316 in WTF::wtfThreadEntryPoint (param=0xb18ac0) at
/usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/ThreadingPthreads.cpp:196
#3  0x00366de07c53 in start_thread (arg=0x7fdbd6998700) at
pthread_create.c:308
#4  0x00366d6f4ecd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 2 (Thread 0x7fdbd5585700 (LWP 17083)):
#0  0x00367168703a in g_mutex_get_impl (mutex=0x7fdb89e0) at
gthread-posix.c:121
#1  0x003671687319 in g_mutex_unlock (mutex=mutex@entry=0x7fdb89e0) at
gthread-posix.c:229
#2  0x003671647830 in g_main_context_prepare
(context=context@entry=0x7fdb89e0, priority=priority@entry=0x7fdbd5584be8)
at gmain.c:3326
#3  0x0036716480b3 in g_main_context_iterate
(context=context@entry=0x7fdb89e0, block=block@entry=1,
dispatch=dispatch@entry=1, self=optimized out) at gmain.c:3681
#4  0x00367164829c in g_main_context_iteration (context=0x7fdb89e0,
may_block=1) at gmain.c:3762
#5  0x003fb39a6cd6 in QEventDispatcherGlib::processEvents
(this=0x7fdb8900, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x003fb3978bdf in QEventLoop::processEvents
(this=this@entry=0x7fdbd5584d20, flags=...) at kernel/qeventloop.cpp:149
#7  0x003fb3978ed5 in QEventLoop::exec (this=this@entry=0x7fdbd5584d20,
flags=...) at kernel/qeventloop.cpp:204
#8  0x003fb387862f in QThread::exec (this=optimized out) at
thread/qthread.cpp:542
#9  0x003fb387accf in QThreadPrivate::start (arg=0xcd3140) at
thread/qthread_unix.cpp:338
#10 0x00366de07c53 in start_thread (arg=0x7fdbd5585700) at
pthread_create.c:308
#11 0x00366d6f4ecd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7fdbe37798c0 (LWP 17004)):
[KCrash Handler]
#6  0x00366d635819 in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
#7  0x00366d636f28 in __GI_abort () at abort.c:90
#8  0x00366d675b57 in __libc_message (do_abort=do_abort@entry=2,
fmt=fmt@entry=0x366d77da88 *** Error in `%s': %s: 0x%s ***\n) at
../sysdeps/unix/sysv/linux/libc_fatal.c:196
#9  0x00366d67cef8 in malloc_printerr (ptr=optimized out,
str=0x366d77b171 free(): invalid pointer, action=3) at malloc.c:4916
#10 _int_free (av=0x366d9b9780 main_arena, p=optimized out, have_lock=0) at
malloc.c:3768
#11 0x003fb3990388 in QObjectPrivate::deleteChildren
(this=this@entry=0xb33d70) at kernel/qobject.cpp:1907
#12 0x003fb52140c7 in QWidget::~QWidget (this=0xb33890,
__in_chrg=optimized out) at kernel/qwidget.cpp:1681
#13 0x00421003 in 

[Akonadi] [Bug 320525] akonadi insist on creating duplicate local maildir agent

2013-05-31 Thread kavol
https://bugs.kde.org/show_bug.cgi?id=320525

--- Comment #1 from kavol ka...@seznam.cz ---
one more note ... looking into configuration, the agents created as even have
this:

Path[$e]=$HOME/.local/share/akonadi_maildir_resource_2
Path[$e]=$HOME/.local/share/akonadi_maildir_resource_4
etc.

while the odd ones have
Path[$e]=$HOME/.local/share/local-mail

(which is the correct location)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[korganizer] [Bug 283954] Only resources can modify remote revisions

2013-05-31 Thread Bas Roufs
https://bugs.kde.org/show_bug.cgi?id=283954

Bas Roufs basro...@gmail.com changed:

   What|Removed |Added

 CC||basro...@gmail.com

--- Comment #18 from Bas Roufs basro...@gmail.com ---
The bug reported here is still present  in Kubuntu 13.10 along with KDE 4.10.2. 
For those who use the Akonadi Calendar Resource, there is a useful
workaround. 
Simply bring in the event and especially its description in the agenda web
interface of your google/ gmail account. I have created a .txt file with Kate
and worked out there the description - a programme of a meeting. Then, I
copy-pasted everthing at my online Google calendar, after which it also
appeared in Kontact-Calendar. 

Respectfully yours,

Bas G. Roufs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[korganizer] [Bug 283954] Only resources can modify remote revisions

2013-05-31 Thread Bas Roufs
https://bugs.kde.org/show_bug.cgi?id=283954

--- Comment #19 from Bas Roufs basro...@gmail.com ---
(In reply to comment #18)
 The bug reported here is still present  in Kubuntu 13.10 along with KDE
 4.10.2. 
 For those who use the Akonadi Calendar Resource, there is a useful
 workaround. 
 Simply bring in the event and especially its description in the agenda web
 interface of your google/ gmail account. I have created a .txt file with
 Kate and worked out there the description - a programme of a meeting. Then,
 I copy-pasted everthing at my online Google calendar, after which it also
 appeared in Kontact-Calendar. 
 
 Respectfully yours,
 
 Bas G. Roufs.

ERRATUM. 
At present, I work with the platform Kubuntu 13.04 - not yet 13.10 :-).  
To be honest, I do not understand why this bug has been qualified as fixed -
it is still there. However, the workaround summarised here, works well 
enough for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320529] New: maildir resource not working

2013-05-31 Thread kavol
https://bugs.kde.org/show_bug.cgi?id=320529

Bug ID: 320529
   Summary: maildir resource not working
Classification: Unclassified
   Product: Akonadi
   Version: 4.10
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: Maildir Resource
  Assignee: kdepim-bugs@kde.org
  Reporter: ka...@seznam.cz

I am unable to access emails in a local maildir.
I've tried to remove the maildir resource via akonadiconsole - it gets re-added
again, but still does not work.

This blocks me from using kmail alltogether, even for IMAP, because
1) once I try to access the local folders, kmail refuses to work even with
messagess in the IMAP account, but
2) even if I try to avoid accessing local folders, I can't use the IMAP account
as deleting messages tries to move them into local trash, and sending an email
tries to put it into local outgoing ...

Reproducible: Always

Steps to Reproduce:
1. run kmail
2. access a local folder which is not empty
3. try to select a message

4. run akonadiconsole
5. switch to browser tab
6. choose some local folder
Actual Results:  
2. you see the list of messages
3. you get Stahuje se obsah složky and Prosím čekejte ... and it sits there
forever
(Downloading folder content and Please wait or something like that)
from this point on, the please wait message is shown for any folder/message

6. unlike in kmail, you don't even get the list of messages - it just shows the
working/waiting animated icon next to the folder name forever

Expected Results:  
3. you see the contents of the email

6. you see the list of messages

# rpm -qf /usr/lib64/kde4/akonadi_maildir_resource.so
kdepim-runtime-4.10.3-3.fc19.x86_64

... going to try downgrade

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 317790] kmail triggers lots of disconnected/no auth attempts log entries in Dovecot

2013-05-31 Thread jda
https://bugs.kde.org/show_bug.cgi?id=317790

jda _jero...@yahoo.com changed:

   What|Removed |Added

 CC||_jero...@yahoo.com

--- Comment #6 from jda _jero...@yahoo.com ---
I have thousands of these imap-login: Disconnected (no auth attempts) in my log
files as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320529] maildir resource not working

2013-05-31 Thread kavol
https://bugs.kde.org/show_bug.cgi?id=320529

--- Comment #1 from kavol ka...@seznam.cz ---
(In reply to comment #0)
 # rpm -qf /usr/lib64/kde4/akonadi_maildir_resource.so
 kdepim-runtime-4.10.3-3.fc19.x86_64
 
 ... going to try downgrade

damn, nothing older available for F19 :-/

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320517] [kde-windows] akonaditray lacks icon in the start menu

2013-05-31 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=320517

Christophe Giboudeaux cgiboude...@gmx.com changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/16776709a5b690d4
   ||c0e4a90b43184ea728356d66

--- Comment #5 from Christophe Giboudeaux cgiboude...@gmx.com ---
Git commit 16776709a5b690d4c0e4a90b43184ea728356d66 by Christophe Giboudeaux.
Committed on 31/05/2013 at 15:35.
Pushed by cgiboudeaux into branch 'KDE/4.10'.

Add icon for akonaditray

M  +3-1tray/CMakeLists.txt
M  +1-1tray/akonaditray.desktop
M  +1-1tray/dock.cpp
A  +1-0tray/icons/CMakeLists.txt
A  +---tray/icons/hi128-app-akonaditray.png
A  +---tray/icons/hi22-app-akonaditray.png
A  +---tray/icons/hi32-app-akonaditray.png
A  +---tray/icons/hi64-app-akonaditray.png
A  +---tray/icons/hisc-app-akonaditray.svgz
M  +1-1tray/main.cpp

http://commits.kde.org/kdepim-runtime/16776709a5b690d4c0e4a90b43184ea728356d66

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320539] New: Feeder is crashing nepomuk storage

2013-05-31 Thread Blackpaw
https://bugs.kde.org/show_bug.cgi?id=320539

Bug ID: 320539
   Summary: Feeder is crashing nepomuk storage
Classification: Unclassified
   Product: Akonadi
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Nepomuk Feeder Agents
  Assignee: kdepim-bugs@kde.org
  Reporter: lindsay.mathie...@gmail.com
CC: m...@vhanda.in, vkra...@kde.org

When email indexing is enabled nepomuk storage crashes after 10-20 seconds. It
then restarts and eventually crashes again. Rinse and repeat ...

If I disable email indexing nothing crashes.

Reproducible: Always

Steps to Reproduce:
1. Stop neopmuk
2. Stop akonadi
3. Ensure Email indexing is enabled
4. Start nepomuk (from console)
5. Start Akonadi
Actual Results:  
The feeder will start indexing, eventually round the 50% mark the nepomuk
storage service will crash (reported on the console). The storage service will
restart as will the indexing and the problem repeats.

Expected Results:  
Indexing should complete. Nothing should crash.

akonadiconsole often hangs using 100% of a core when using it to restart or
abort the feeder.

Disabling the feeder leaves the kmail and kde feeling much more responsive - I
hadn't realised how much it was impacting thing.

Also I was having problems with read items becoming unread, this has stopped
since I disabled the feeder. I thought it was a sync problem but maybe it was
due to the storage service continually crashing.

I've done a clean and rebuild of nepomuk, akonadi, kdepim-runtime and kdepim
from master.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 312460] Kmail can not show correct number of unread mails

2013-05-31 Thread Rigo Wenning
https://bugs.kde.org/show_bug.cgi?id=312460

Rigo Wenning r...@w3.org changed:

   What|Removed |Added

 CC||r...@w3.org

--- Comment #36 from Rigo Wenning r...@w3.org ---
I have the same bug. I also experience sometimes the issue that I can't move
messages from the imap inbox to another folder. I started kontact in a terminal
and I get those messages. May be a hint: 
kontact(11188)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0xf17468 deleted
without having been removed from the factory first. This will leak standalone
popupmenus and could lead to crashes. 
kontact(11188)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0xe0b4a8 deleted
without having been removed from the factory first. This will leak standalone
popupmenus and could lead to crashes. 
kontact(11188)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0xefd620 deleted
without having been removed from the factory first. This will leak standalone
popupmenus and could lead to crashes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 290396] sieve filters are not listed

2013-05-31 Thread Martin Fahrendorf
https://bugs.kde.org/show_bug.cgi?id=290396

--- Comment #17 from Martin Fahrendorf mar...@fahrendorf.de ---
For me it is working now from kmail2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 290396] sieve filters are not listed

2013-05-31 Thread Martin Fahrendorf
https://bugs.kde.org/show_bug.cgi?id=290396

--- Comment #18 from Martin Fahrendorf mar...@fahrendorf.de ---
OK, forgot to mention my version: kmail2 from standard fedora 18 (4.10.3).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320517] [kde-windows] akonaditray lacks icon in the start menu

2013-05-31 Thread Patrick Spendrin
https://bugs.kde.org/show_bug.cgi?id=320517

--- Comment #6 from Patrick Spendrin ps...@gmx.de ---
Git commit 70c6caa01118c7ba9cc49ce997e38297d484f8fd by Patrick Spendrin.
Committed on 31/05/2013 at 16:56.
Pushed by sengels into branch 'kde-4.10'.

fix app icon the easy way

M  +2-0portage/kde/kdepim-runtime/kdepim-runtime-20101222.py
A  +12   -0portage/kde/kdepim-runtime/kdepim-runtime-4.10.2-20130531.diff

http://commits.kde.org/emerge/70c6caa01118c7ba9cc49ce997e38297d484f8fd

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320539] Feeder is crashing nepomuk storage

2013-05-31 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=320539

--- Comment #1 from Jekyll Wu adap...@gmail.com ---
Where is the backtrace ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 318966] Not all owncloud contacts are shown in Kaddressbook

2013-05-31 Thread auxsvr
https://bugs.kde.org/show_bug.cgi?id=318966

--- Comment #7 from aux...@gmail.com ---
All of a sudden, all contacts appeared today! Also, few have corrupted content
in some fields. Go figure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 309245] The IMAP resource stays offline even when the IMAP server is available again

2013-05-31 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=309245

Paul capt-obvi...@yandex.ru changed:

   What|Removed |Added

 CC||capt-obvi...@yandex.ru

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 315382] IMAP agent unable to reconnect after server disconnect

2013-05-31 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=315382

Paul capt-obvi...@yandex.ru changed:

   What|Removed |Added

 CC||capt-obvi...@yandex.ru

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 309245] The IMAP resource stays offline even when the IMAP server is available again

2013-05-31 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=309245

--- Comment #10 from Paul capt-obvi...@yandex.ru ---
I use KDE 4.10.3 currently and have 2 IMAP accounts:
(1) on GMail
(2) on my own server

When I lose network connectivity (unplug Ethernet cable or wake up from
suspend), (1) goes offline and never comes back from it until do it manually.
(2) never goes offline, it displays syncing status in account properties. As a
workaround I ticked 2 boxes for (2):
1. Switch offline on KMail shutdown
2. Check mail on startup.
This way I only have to restart KMail to get (2) back online. I don't have to
do akonadictl restart or re-login into KDE.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 320341] links to a name=anchor within a message are not followed (they used to be in earier version)

2013-05-31 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=320341

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel mon...@kde.org ---
need a testcase

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 290396] sieve filters are not listed

2013-05-31 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=290396

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #19 from Laurent Montel mon...@kde.org ---
ok I close it

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 320098] Expire settings not saved if you only click Ok

2013-05-31 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=320098

--- Comment #4 from Laurent Montel mon...@kde.org ---
ok work fine.but when we click only on Ok expire is not do immediatly as
previous version 
I will look at it now

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepim] [Bug 318213] importwizard should not be in menu

2013-05-31 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=318213

--- Comment #4 from Allen Winter win...@kde.org ---
Agreed.

Harald, would you be happier to move the KMail Import Wizard to the Utilities
menu?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 320554] New: kmail hangs when opening (or replying to) large email

2013-05-31 Thread Roman K .
https://bugs.kde.org/show_bug.cgi?id=320554

Bug ID: 320554
   Summary: kmail hangs when opening (or replying to) large email
Classification: Unclassified
   Product: kmail2
   Version: 4.10.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: composer
  Assignee: kdepim-bugs@kde.org
  Reporter: roman.karlstet...@googlemail.com

When opening a large email (8800 lines), the complete UI freezes and one of my
CPU cores is at 100%. After that, everything works fine again. 

This happens for example when replying  to a long email thread where there are
a lot of replies already. This happens for the same mail when I save it as a
draft and reopen it.

One other thing, I use automatic line breaks, so I have a lot of lines like the
following:
 R
 o


Reproducible: Always

Steps to Reproduce:
1. Reply to a large email
2. Wait and observe CPU-consumption
3. 
Actual Results:  
UI freezes, high CPU-consumption

Expected Results:  
Not freeze UI, but just make allow editing the mail immediately.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 309245] The IMAP resource stays offline even when the IMAP server is available again

2013-05-31 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=309245

--- Comment #11 from Freek de Kruijf f.de.kru...@gmail.com ---
Another work around is to cancel the stalled connection, which can be seen
right below in the status bar by pressing the blue up arrow, which changes in a
blue down arrow and above it shows the stalled connection and press the cancel
icon. After that you can press on the inbox of GMail and new messages will be
fetched.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kontact] [Bug 320556] New: Kontact crash on forwarding an e-mail

2013-05-31 Thread rjwgnr27
https://bugs.kde.org/show_bug.cgi?id=320556

Bug ID: 320556
   Summary: Kontact crash on forwarding an e-mail
Classification: Unclassified
   Product: kontact
   Version: 4.10.3
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: rjwgn...@yahoo.com

Application: kontact (4.10.3)
KDE Platform Version: 4.10.3
Qt Version: 4.8.4
Operating System: Linux 3.8.13-100.fc17.x86_64 x86_64
Distribution: Fedora release 17 (Beefy Miracle)

-- Information about the crash:
Attempted to forward an e-mail, using the 'f' key. Immediately upon pressing
the 'f', kontact crashed.

-- Backtrace:
Application: Kontact (kontact), signal: Aborted
Using host libthread_db library /lib64/libthread_db.so.1.
82T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7f9c5ec98880 (LWP 4607))]

Thread 4 (Thread 0x7f9c54bcd700 (LWP 4608)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:166
#1  0x7f9c64f1ba5d in WTF::TCMalloc_PageHeap::scavengerThread
(this=0x7f9c65905ce0) at wtf/FastMalloc.cpp:2495
#2  0x7f9c64f1bb69 in WTF::TCMalloc_PageHeap::runScavengerThread
(context=optimized out) at wtf/FastMalloc.cpp:1618
#3  0x003cc1c07d14 in start_thread (arg=0x7f9c54bcd700) at
pthread_create.c:309
#4  0x003cc10f168d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 3 (Thread 0x7f9c542cc700 (LWP 4609)):
#0  0x003cc2c47228 in g_main_context_prepare
(context=context@entry=0x7f9c4c0009a0, priority=priority@entry=0x7f9c542cbba8)
at gmain.c:2770
#1  0x003cc2c47a1b in g_main_context_iterate
(context=context@entry=0x7f9c4c0009a0, block=block@entry=1,
dispatch=dispatch@entry=1, self=optimized out) at gmain.c:3126
#2  0x003cc2c47c14 in g_main_context_iteration (context=0x7f9c4c0009a0,
may_block=1) at gmain.c:3207
#3  0x0032a8da5eb6 in QEventDispatcherGlib::processEvents
(this=0x7f9c4c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x0032a8d7651f in QEventLoop::processEvents
(this=this@entry=0x7f9c542cbd00, flags=...) at kernel/qeventloop.cpp:149
#5  0x0032a8d767a8 in QEventLoop::exec (this=0x7f9c542cbd00, flags=...) at
kernel/qeventloop.cpp:204
#6  0x0032a8c78970 in QThread::exec (this=optimized out) at
thread/qthread.cpp:542
#7  0x0032a8c7b94c in QThreadPrivate::start (arg=0x98c9f0) at
thread/qthread_unix.cpp:338
#8  0x003cc1c07d14 in start_thread (arg=0x7f9c542cc700) at
pthread_create.c:309
#9  0x003cc10f168d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 2 (Thread 0x7f9bfaf8e700 (LWP 14663)):
#0  0x7fff6a7fe70c in ?? ()
#1  0x7fff6a7feac9 in clock_gettime ()
#2  0x003cc200410d in __GI_clock_gettime (clock_id=optimized out,
tp=optimized out) at ../sysdeps/unix/clock_gettime.c:116
#3  0x0032a8cd1884 in do_gettime (frac=0x7f9bfaf8da38, sec=0x7f9bfaf8da30)
at tools/qelapsedtimer_unix.cpp:123
#4  qt_gettime () at tools/qelapsedtimer_unix.cpp:140
#5  0x0032a8da67bd in QTimerInfoList::updateCurrentTime
(this=this@entry=0x7f9bec002650) at kernel/qeventdispatcher_unix.cpp:354
#6  0x0032a8da6b03 in QTimerInfoList::timerWait (this=0x7f9bec002650,
tm=...) at kernel/qeventdispatcher_unix.cpp:461
#7  0x0032a8da556c in timerSourcePrepareHelper (src=optimized out,
timeout=0x7f9bfaf8db2c) at kernel/qeventdispatcher_glib.cpp:136
#8  0x0032a8da5615 in timerSourcePrepare
(source=source@entry=0x7f9bec0025f0, timeout=timeout@entry=0x7f9bfaf8db2c) at
kernel/qeventdispatcher_glib.cpp:169
#9  0x003cc2c4732f in g_main_context_prepare
(context=context@entry=0x7f9bec002c00, priority=priority@entry=0x7f9bfaf8db78)
at gmain.c:2836
#10 0x003cc2c47a1b in g_main_context_iterate
(context=context@entry=0x7f9bec002c00, block=block@entry=1,
dispatch=dispatch@entry=1, self=optimized out) at gmain.c:3126
#11 0x003cc2c47c14 in g_main_context_iteration (context=0x7f9bec002c00,
may_block=1) at gmain.c:3207
#12 0x0032a8da5eb6 in QEventDispatcherGlib::processEvents
(this=0x7f9bec002460, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#13 0x0032a8d7651f in QEventLoop::processEvents
(this=this@entry=0x7f9bfaf8dcd0, flags=...) at kernel/qeventloop.cpp:149
#14 0x0032a8d767a8 in QEventLoop::exec (this=0x7f9bfaf8dcd0, flags=...) at
kernel/qeventloop.cpp:204
#15 0x0032a8c78970 in QThread::exec (this=optimized out) at
thread/qthread.cpp:542
#16 0x0032a8d56d3f in QInotifyFileSystemWatcherEngine::run (this=0x533db60)
at io/qfilesystemwatcher_inotify.cpp:256
#17 0x0032a8c7b94c in QThreadPrivate::start (arg=0x533db60) at
thread/qthread_unix.cpp:338
#18 0x003cc1c07d14 in start_thread (arg=0x7f9bfaf8e700) at
pthread_create.c:309
#19 0x003cc10f168d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 1 (Thread 

[libkgapi] [Bug 318405] Broken timezones handling

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318405

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

  Component|Google Resource |calendar
Version|GIT (master)|2.0.0
Product|Akonadi |libkgapi
   Target Milestone|4.10|---
Summary|Google calendar |Broken timezones handling
   |synchronization (via|
   |Akonadi) does not always|
   |sync timezones correctly|

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kontact] [Bug 320557] New: Kontact crash on restart

2013-05-31 Thread rjwgnr27
https://bugs.kde.org/show_bug.cgi?id=320557

Bug ID: 320557
   Summary: Kontact crash on restart
Classification: Unclassified
   Product: kontact
   Version: 4.10.3
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: rjwgn...@yahoo.com

Application: kontact (4.10.3)
KDE Platform Version: 4.10.3
Qt Version: 4.8.4
Operating System: Linux 3.8.13-100.fc17.x86_64 x86_64
Distribution: Fedora release 17 (Beefy Miracle)

-- Information about the crash:
After crashing due to 320556, unable to restart. Attempted twice, each time
resulting in kontact crashing.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Kontact (kontact), signal: Aborted
Using host libthread_db library /lib64/libthread_db.so.1.
82T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7ffd20ff4880 (LWP 23312))]

Thread 3 (Thread 0x7ffd17145700 (LWP 23313)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:166
#1  0x7ffd2289fa5d in WTF::TCMalloc_PageHeap::scavengerThread
(this=0x7ffd23289ce0) at wtf/FastMalloc.cpp:2495
#2  0x7ffd2289fb69 in WTF::TCMalloc_PageHeap::runScavengerThread
(context=optimized out) at wtf/FastMalloc.cpp:1618
#3  0x003cc1c07d14 in start_thread (arg=0x7ffd17145700) at
pthread_create.c:309
#4  0x003cc10f168d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 2 (Thread 0x7ffd16844700 (LWP 23314)):
#0  0x003cc10e8bdf in __GI___poll (fds=optimized out, nfds=optimized
out, timeout=optimized out) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x003cc2c47af4 in g_main_context_poll (n_fds=1, fds=0x7ffd100029c0,
timeout=8595, context=0x7ffd19a0, priority=optimized out) at gmain.c:3440
#2  g_main_context_iterate (context=context@entry=0x7ffd19a0,
block=block@entry=1, dispatch=dispatch@entry=1, self=optimized out) at
gmain.c:3141
#3  0x003cc2c47c14 in g_main_context_iteration (context=0x7ffd19a0,
may_block=1) at gmain.c:3207
#4  0x0032a8da5eb6 in QEventDispatcherGlib::processEvents
(this=0x7ffd18c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x0032a8d7651f in QEventLoop::processEvents
(this=this@entry=0x7ffd16843d00, flags=...) at kernel/qeventloop.cpp:149
#6  0x0032a8d767a8 in QEventLoop::exec (this=0x7ffd16843d00, flags=...) at
kernel/qeventloop.cpp:204
#7  0x0032a8c78970 in QThread::exec (this=optimized out) at
thread/qthread.cpp:542
#8  0x0032a8c7b94c in QThreadPrivate::start (arg=0x16951f0) at
thread/qthread_unix.cpp:338
#9  0x003cc1c07d14 in start_thread (arg=0x7ffd16844700) at
pthread_create.c:309
#10 0x003cc10f168d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 1 (Thread 0x7ffd20ff4880 (LWP 23312)):
[KCrash Handler]
#6  0x003cc1035935 in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7  0x003cc10370e8 in __GI_abort () at abort.c:91
#8  0x003cc1074e8b in __libc_message (do_abort=do_abort@entry=2,
fmt=fmt@entry=0x3cc1178928 *** glibc detected *** %s: %s: 0x%s ***\n) at
../sysdeps/unix/sysv/linux/libc_fatal.c:198
#9  0x003cc107c00e in malloc_printerr (ptr=0x22caef0, str=0x3cc1178a38
free(): invalid next size (fast), action=3) at malloc.c:5027
#10 _int_free (av=0x3cc13b0720, p=0x22caee0, have_lock=0) at malloc.c:3948
#11 0x0032a9623a75 in free (alignment=8, x=optimized out) at
../../src/corelib/tools/qvector.h:99
#12 free (x=optimized out, this=optimized out) at
../../src/corelib/tools/qvector.h:468
#13 operator= (v=..., this=0x2259850) at ../../src/corelib/tools/qvector.h:395
#14 clear (this=0x2259850) at ../../src/corelib/tools/qvector.h:348
#15 QTextEngine::clearLineData (this=0x2259850) at text/qtextengine.cpp:1483
#16 0x0032a966c58d in QTextDocumentLayout::documentChanged (this=0x1dd8300,
from=0, oldLength=0, length=1839) at text/qtextdocumentlayout.cpp:2869
#17 0x0032a982ea4c in QTextEditPrivate::relayoutDocument
(this=this@entry=0x2553480) at widgets/qtextedit.cpp:1438
#18 0x0032a982f259 in QTextEdit::resizeEvent (this=optimized out,
e=0x7fff8cd4d1c0) at widgets/qtextedit.cpp:1397
#19 0x0032a941a0f5 in QWidget::event (this=0x241d820, event=0x7fff8cd4d1c0)
at kernel/qwidget.cpp:8540
#20 0x0032a97c46e6 in QFrame::event (this=0x241d820, e=0x7fff8cd4d1c0) at
widgets/qframe.cpp:557
#21 0x0032a8d779d6 in
QCoreApplicationPrivate::sendThroughObjectEventFilters (this=optimized out,
receiver=0x1fb58e0, event=0x7fff8cd4d1c0) at kernel/qcoreapplication.cpp:1059
#22 0x0032a93ca57c in QApplicationPrivate::notify_helper
(this=this@entry=0x16875f0, receiver=receiver@entry=0x1fb58e0,
e=e@entry=0x7fff8cd4d1c0) at kernel/qapplication.cpp:4558
#23 0x0032a93cea2a in QApplication::notify (this=0x7fff8cd4f6d0,
receiver=0x1fb58e0, 

[Akonadi] [Bug 319540] google calendar with akonadi DAV crashes on the kde login

2013-05-31 Thread csabi
https://bugs.kde.org/show_bug.cgi?id=319540

--- Comment #11 from cs...@bxabi.com ---
Created attachment 80225
  -- https://bugs.kde.org/attachment.cgi?id=80225action=edit
New crash information added by DrKonqi

akonadi_davgroupware_resource (4.10) on KDE Platform 4.10.2 using Qt 4.8.4

the crash came not long after login. Probably after a timeout.

-- Backtrace (Reduced):
#6  0x00442e64 in DavGroupwareResource::retrieveItem (this=0x1b76510,
item=...) at
/usr/src/debug/kdepim-runtime-4.10.2/resources/dav/resource/davgroupwareresource.cpp:315
#7  0x003cbcb58625 in
Akonadi::ResourceBasePrivate::slotPrepareItemRetrievalResult (this=0x1bce3f0,
job=optimized out) at
/usr/src/debug/kdepimlibs-4.10.2/akonadi/resourcebase.cpp:783
#8  0x003cbcb58a5a in Akonadi::ResourceBase::qt_static_metacall
(_o=optimized out, _c=optimized out, _id=optimized out, _a=optimized
out) at
/usr/src/debug/kdepimlibs-4.10.2/x86_64-redhat-linux-gnu/akonadi/moc_resourcebase.cpp:140
[...]
#10 0x003085134232 in KJob::result (this=this@entry=0x1c0ecf0,
_t1=_t1@entry=0x1c0ecf0) at
/usr/src/debug/kdelibs-4.10.2/x86_64-redhat-linux-gnu/kdecore/kjob.moc:207
#11 0x003085134270 in KJob::emitResult (this=0x1c0ecf0) at
/usr/src/debug/kdelibs-4.10.2/kdecore/jobs/kjob.cpp:318

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kontact] [Bug 320557] Kontact crash on restart

2013-05-31 Thread rjwgnr27
https://bugs.kde.org/show_bug.cgi?id=320557

--- Comment #1 from rjwgn...@yahoo.com ---
The crash appears to be a result of kmail attempting to reopen the file from
the original crash. Every attempt to restart kontact or kmail would result in
this crash.

Deleting the recovery file in $HOME/.kde/share/apps/kmail2/autosave/\{*, I was
able to successfully start kontact.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 319467] 'load external content' does not always work

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=319467

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

  Component|Google Resource |general
Version|unspecified |4.11 pre
   Assignee|dvra...@redhat.com  |kdepim-bugs@kde.org
Product|Akonadi |kmail2

--- Comment #6 from Dan Vrátil dvra...@redhat.com ---
Not a Google resource issue. X-KADDRESSBOOK-MailAllowToRemoteContent is flag is
stored on Google server (thus preserved).

This feature is most probably broken in KMail:

1) get a multipart/alternative email with remote images
2) add sender to local OR remote (like Google Contacts) addressbook
3) edit the contact, check Allow remote content
4) open the email from 1), click to display HTML version (if you don't have
HTML format as preferred)

Actual result:
Remote resources are not automatically loaded

5) click the red rectangle To load remote references click here
6) right-click the message, select Save Display Format
7) select another message
8) go back to the previous message

Actual result:
HTML version is loaded, remote resources are not loaded and the red rectangle
To load remote references click here is not displayed.

Workaround:
Just left-click the HTML Message bar on left, images will be fetched.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 319424] Addressbook autocompletion doesn't work with akonadi_googlecontacts_resource

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=319424

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dan Vrátil dvra...@redhat.com ---
Tested with current git build of KDE PIM, autocompletion from Google Contacts
resource works here, so it will be fixed in 4.11.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 307790] google calendar akonadi resource does not take into account the time zone of the entry

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=307790

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

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

--- Comment #2 from Dan Vrátil dvra...@redhat.com ---


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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[libkgapi] [Bug 307790] google calendar akonadi resource does not take into account the time zone of the entry

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=307790

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

  Component|Google Resource |calendar
Version|4.9 |0.4.2
Product|Akonadi |libkgapi

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[libkgapi] [Bug 318405] Broken timezones handling

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=318405

Dan Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 CC||craig.mag...@gmail.com

--- Comment #6 from Dan Vrátil dvra...@redhat.com ---
*** Bug 307790 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 317237] events not synced when created without network

2013-05-31 Thread Dan Vrátil
https://bugs.kde.org/show_bug.cgi?id=317237

--- Comment #2 from Dan Vrátil dvra...@redhat.com ---
I'm unable to reproduce this problem with current KDE PIM 4.10 and LibKGAPI
0.4.4/2.0.0.

In general, it sounds more like Akonadi issue. The idea is that if a resource
reports, that it requires internet connection to work, Akonadi will hold the
change notification until network is available and send it to the resource when
you connect to network.

Are you sure that NetworkManager correctly reports your connection status? Does
the change replay work with another online resources, like IMAP?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 319540] google calendar with akonadi DAV crashes on the kde login

2013-05-31 Thread Grégory Oestreicher
https://bugs.kde.org/show_bug.cgi?id=319540

Grégory Oestreicher g...@kamago.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #12 from Grégory Oestreicher g...@kamago.net ---
This has been fixed in 4.10.3, but with 4.10.4 right at the corner you may want
to wait a few days to upgrade. In fact you want to wait as there's another
issue with 4.10.3 that's been fixed in 4.10.4 :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 318966] Not all owncloud contacts are shown in Kaddressbook

2013-05-31 Thread Grégory Oestreicher
https://bugs.kde.org/show_bug.cgi?id=318966

Grégory Oestreicher g...@kamago.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||4.10.4
 Resolution|--- |FIXED

--- Comment #8 from Grégory Oestreicher g...@kamago.net ---
If I read the symptoms correctly then this has been fixed in 4.10.4. Feel free
to reopen if this still happens for you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 320346] tasks support for caldav resource

2013-05-31 Thread Grégory Oestreicher
https://bugs.kde.org/show_bug.cgi?id=320346

Grégory Oestreicher g...@kamago.net changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #1 from Grégory Oestreicher g...@kamago.net ---
If by tasks you mean todo list items then it should work out of the box. Do you
know of any Communigate Pro demo server available for testing? If I have to
install it it's gonna take some more time to troubleshoot this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs