[Akonadi] [Bug 321093] feeder crashed

2013-06-17 Thread Blackpaw
https://bugs.kde.org/show_bug.cgi?id=321093

--- Comment #3 from Blackpaw lindsay.mathie...@gmail.com ---
I realise this is of no interest to the developer but I added some extra
logging to itemqueue.cpp to see what was happening:

bool ItemQueue::processBatch()
{
  kDebug()  pipline size:   mItemPipeline.size() 
mFetchedItemList.size();
  if ( mRunningJobs  0 ) {//wait until the old graph has been saved
kDebug()  blocked:   mRunningJobs;
return false;
  }
  if ( mRunningJobs != 0 ) {
// added by me
kDebug()  mRunningJobs ==   mRunningJobs  !;
  }
  Q_ASSERT( mRunningJobs == 0 );
  mRunningJobs = 0;

.xsession-errors
akonadi_nepomuk_feeder(13953) ItemQueue::processBatch: mRunningJobs ==  -1
!
ASSERT: mRunningJobs == 0 in file
/home/lindsay/Projects/akonadi/kdepim-runtime/agents/nepomukfeeder/itemqueue.cpp,
line 116


So for some reason mRunningJobs is actually -1, which I presume should never
happen.

How thread safe is this stuff? I don't see any use of thread sync primitives.

-- 
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 321093] feeder crashed

2013-06-17 Thread Blackpaw
https://bugs.kde.org/show_bug.cgi?id=321093

--- Comment #4 from Blackpaw lindsay.mathie...@gmail.com ---
Added more debug info to Item::QueueClear()

void ItemQueue::clear()
{
  if (mRunningJobs  0)
kDebug()  CLEAR:mRunningJobs  0;
  mRunningJobs = 0;
  mItemPipeline.clear();
  mFetchedItemList.clear();
}


The debug output showed that clear() is being called while jobs are
outstanding. Presumably they finish after clear is called and mRunningJobs is
decremented to -1.

-- 
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 227516] changing sorting changes columns

2013-06-17 Thread Silver Salonen
https://bugs.kde.org/show_bug.cgi?id=227516

Silver Salonen silver.salo...@gmail.com changed:

   What|Removed |Added

Version|4.10.2  |4.10.4

--- Comment #3 from Silver Salonen silver.salo...@gmail.com ---
Still happens 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


[kmail2] [Bug 321219] Editing an address nearly impossible, cursor jumps to the end after one changed character

2013-06-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=321219

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||mon...@kde.org
 Resolution|--- |DUPLICATE

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


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

-- 
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 314010] kmail composer regression: Cursor jumps to end of line after every keypress

2013-06-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=314010

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

   What|Removed |Added

 CC||dirk.heinri...@altum.de

--- Comment #9 from Laurent Montel mon...@kde.org ---
*** Bug 321219 has been marked as a duplicate of this bug. ***

-- 
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 321094] Resolve distribution list does not work

2013-06-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=321094

--- Comment #3 from Laurent Montel mon...@kde.org ---
you cleaned it. but it didn't reindex 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 318615] Bad paste on the new mail window after copying text with special format from the web

2013-06-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=318615

--- Comment #3 from Laurent Montel mon...@kde.org ---
I retested it and it still works fine here.
Do you have this pb again ?

-- 
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 318073] Kmail 4.8.5 receives, but will not send emails. It claims email username and password not accepted.

2013-06-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=318073

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

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel mon...@kde.org ---
Do you have error message in konsole ?
or do you have error message in .xsession-error ?
(when you try to send email)

-- 
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 316341] Kmail forgets SMTP passwords

2013-06-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=316341

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

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel mon...@kde.org ---
Still valid with 4.10.4 ? or 4.11 beta 1 ?

-- 
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 321093] feeder crashed

2013-06-17 Thread Blackpaw
https://bugs.kde.org/show_bug.cgi?id=321093

--- Comment #5 from Blackpaw lindsay.mathie...@gmail.com ---
Have developed a fix and testing 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


[kmail2] [Bug 321094] Resolve distribution list does not work

2013-06-17 Thread Axel Braun
https://bugs.kde.org/show_bug.cgi?id=321094

--- Comment #4 from Axel Braun axel.br...@gmx.de ---
It did not mention that I need to reindex everything - and it does not offer
the option (at least not from the GUI, as far as I can see)

-- 
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 321253] New: akonadi imap resource crash with spotty Wifi

2013-06-17 Thread Michael Hammond
https://bugs.kde.org/show_bug.cgi?id=321253

Bug ID: 321253
   Summary: akonadi imap resource crash with spotty Wifi
Classification: Unclassified
   Product: Akonadi
   Version: 4.10
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: IMAP resource
  Assignee: er...@kde.org
  Reporter: b...@blueblaze.com
CC: kdepim-bugs@kde.org, vkra...@kde.org

Application: akonadi_imap_resource (4.10)
KDE Platform Version: 4.10.3
Qt Version: 4.8.4
Operating System: Linux 3.8.0-25-generic x86_64
Distribution: Ubuntu 13.04

-- Information about the crash:
- What I was doing when the application crashed:
Accessing email over degraded Wifi link

- Custom settings of the application:
Kmail has request to create an IMAP folder stuck.  Repeatedly fails.

-- Backtrace:
Application: IMAP Account 5 of type IMAP E-Mail Server (akonadi_imap_resource),
signal: Segmentation fault
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[Current thread is 1 (Thread 0x7f7f69a7e7c0 (LWP 7663))]

Thread 2 (Thread 0x7f7f4ecd2700 (LWP 10531)):
#0  0x7f7f642475b9 in g_mutex_lock (mutex=mutex@entry=0x7f7f3c0108f0) at
/build/buildd/glib2.0-2.36.0/./glib/gthread-posix.c:210
#1  0x7f7f64207abb in g_main_context_query
(context=context@entry=0x7f7f3c0108f0, max_priority=2147483647,
timeout=timeout@entry=0x7f7f4ecd1c4c, fds=fds@entry=0x7f7f3c0060a0,
n_fds=n_fds@entry=1) at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3426
#2  0x7f7f6420814c in g_main_context_iterate
(context=context@entry=0x7f7f3c0108f0, block=block@entry=1,
dispatch=dispatch@entry=1, self=optimized out) at
/build/buildd/glib2.0-2.36.0/./glib/gmain.c:3683
#3  0x7f7f64208304 in g_main_context_iteration (context=0x7f7f3c0108f0,
may_block=1) at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3762
#4  0x7f7f68eb3036 in QEventDispatcherGlib::processEvents
(this=0x7f7f3c010860, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x7f7f68e8338f in QEventLoop::processEvents
(this=this@entry=0x7f7f4ecd1da0, flags=...) at kernel/qeventloop.cpp:149
#6  0x7f7f68e83618 in QEventLoop::exec (this=this@entry=0x7f7f4ecd1da0,
flags=...) at kernel/qeventloop.cpp:204
#7  0x7f7f68d85410 in QThread::exec (this=this@entry=0xfdeec0) at
thread/qthread.cpp:542
#8  0x7f7f67ae8b2a in KIMAP::SessionThread::run (this=0xfdeec0) at
../../kimap/sessionthread.cpp:184
#9  0x7f7f68d87bec in QThreadPrivate::start (arg=0xfdeec0) at
thread/qthread_unix.cpp:338
#10 0x7f7f64b21f8e in start_thread (arg=0x7f7f4ecd2700) at
pthread_create.c:311
#11 0x7f7f654c8e1d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7f7f69a7e7c0 (LWP 7663)):
[KCrash Handler]
#6  0x in ?? ()
#7  0x7f7f68e9ae51 in QObject::disconnect (sender=0x106cf20,
signal=0xfded59 stateChanged(KIMAP::Session::State,KIMAP::Session::State),
signal@entry=0x468e28
2stateChanged(KIMAP::Session::State,KIMAP::Session::State),
receiver=receiver@entry=0xfe0200, method=0x1096a79
onSessionStateChanged(KIMAP::Session::State,KIMAP::Session::State),
method@entry=0x468de0
1onSessionStateChanged(KIMAP::Session::State,KIMAP::Session::State)) at
kernel/qobject.cpp:2887
#8  0x00455015 in SessionPool::killSession (this=this@entry=0xfe0200,
session=0x106cf20, termination=termination@entry=SessionPool::LogoutSession) at
../../../resources/imap/sessionpool.cpp:177
#9  0x00455405 in SessionPool::disconnect (this=0xfe0200,
termination=termination@entry=SessionPool::LogoutSession) at
../../../resources/imap/sessionpool.cpp:117
#10 0x0041b093 in ImapResource::doSetOnline (this=0x1063f50,
online=optimized out) at ../../../resources/imap/imapresource.cpp:495
#11 0x7f7f694e1c59 in Akonadi::AgentBase::setOnlineInternal
(this=this@entry=0x1063f50, state=state@entry=false) at
../../akonadi/agentbase.cpp:659
#12 0x7f7f694e1d78 in Akonadi::AgentBase::setOnline (this=0x1063f50,
state=false) at ../../akonadi/agentbase.cpp:646
#13 0x0041a987 in ImapResource::onConnectDone (this=0x1063f50,
errorCode=-1433706144, errorString=...) at
../../../resources/imap/imapresource.cpp:285
#14 0x0041ae3f in ImapResource::qt_static_metacall (_o=optimized out,
_c=optimized out, _id=optimized out, _a=optimized out) at
./imapresource.moc:121
#15 0x7f7f68e990ef in QMetaObject::activate (sender=sender@entry=0xfe0200,
m=m@entry=0x4692a0 SessionPool::staticMetaObject,
local_signal_index=local_signal_index@entry=4, argv=argv@entry=0x7fffaa8b6550)
at kernel/qobject.cpp:3539
#16 0x00454e24 in SessionPool::connectDone (this=this@entry=0xfe0200,
_t1=_t1@entry=8, _t2=...) at ./sessionpool.moc:161
#17 0x0045594f in SessionPool::cancelSessionCreation
(this=this@entry=0xfe0200, session=0xfe4df0, errorCode=errorCode@entry=8,
errorMessage=...) at 

[Akonadi] [Bug 308122] After some weeks downtime, google calendar fetch fails. The requested minimum modification time lies too far in the past

2013-06-17 Thread Mark Fraser
https://bugs.kde.org/show_bug.cgi?id=308122

--- Comment #9 from Mark Fraser mfraz74+...@gmail.com ---
Just tried it and resetting the InstanceCounter doesn't work, it still
increments to the next value.

-- 
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 321094] Resolve distribution list does not work

2013-06-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=321094

--- Comment #5 from Laurent Montel mon...@kde.org ---
Remove nepomuk settings is not supporting too :)
But in 4.11 nepomuk indexer was improved perhaps it will look at 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


[Akonadi] [Bug 308122] After some weeks downtime, google calendar fetch fails. The requested minimum modification time lies too far in the past

2013-06-17 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=308122

--- Comment #10 from Daniel Vrátil dvra...@redhat.com ---
There's really no point in doing that. Just remove the resource and add it
again.

-- 
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 321253] akonadi imap resource crash with spotty Wifi

2013-06-17 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=321253

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@redhat.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Daniel Vrátil dvra...@redhat.com ---


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

-- 
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 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2013-06-17 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

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

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||dvra...@redhat.com
 Ever confirmed|0   |1

-- 
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 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2013-06-17 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

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

   What|Removed |Added

 CC||b...@blueblaze.com

--- Comment #3 from Daniel Vrátil dvra...@redhat.com ---
*** Bug 321253 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


[kmail2] [Bug 321246] kmail: fatal error on start up - unknown resource, error 18

2013-06-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=321246

Christoph Feck christ...@maxiom.de changed:

   What|Removed |Added

 CC||christ...@maxiom.de
Summary|kmail: crash on start up -  |kmail: fatal error on start
   |unknown resource, error 18  |up - unknown resource,
   ||error 18

-- 
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 316917] switch to plain-text quotation from HTML-reply

2013-06-17 Thread Silver Salonen
https://bugs.kde.org/show_bug.cgi?id=316917

--- Comment #6 from Silver Salonen silver.salo...@gmail.com ---
Is Options - Rich Text Editing somehow different from what was Options -
Formatting (HTML)?
To my mind it behaves exactly the same.

-- 
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 317227] reply is composed in HTML although quotation is plain text

2013-06-17 Thread Silver Salonen
https://bugs.kde.org/show_bug.cgi?id=317227

Silver Salonen silver.salo...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
Version|4.10.1  |4.11 beta1
 Resolution|FIXED   |---

--- Comment #10 from Silver Salonen silver.salo...@gmail.com ---
Well, this bug is certainly not fixed if nothing was changed, is it?

My first idea was that composer should be put into plain-text mode if e-mail
that it is replying to is plain-text only. So it does not need a new button.

-- 
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 321261] New: Cannot add S/MIME certificate - displays a red cross

2013-06-17 Thread Alvaro Soliverez
https://bugs.kde.org/show_bug.cgi?id=321261

Bug ID: 321261
   Summary: Cannot add S/MIME certificate - displays a red cross
Classification: Unclassified
   Product: kmail2
   Version: 4.10.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: crypto
  Assignee: kdepim-bugs@kde.org
  Reporter: asolive...@kde.org

When I try to add my S/MIME signature certificate, it shows at first on the
list with a ? mark, and when I try to select it, it displays a red mark, and
cannot be selected to add it.

There's no error message. Starting Kleopatra, it is empty, even after importing
the certificate again. That's weird, because in KMail, the certificate is
listed, even if Kleopatra's list is empty now.
KGpg, however, displays my GPG keys correctly.

Where can I start to figure out what's wrong? I really need this for my work.

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


[kaddressbook] [Bug 320407] Addessbook cant be renamed

2013-06-17 Thread Axel Braun
https://bugs.kde.org/show_bug.cgi?id=320407

--- Comment #2 from Axel Braun axel.br...@gmx.de ---
I think I got a workaround. Original problem:
When creating an address resource, the folder ~/.local/share/contacts/ is
proposed.
I added the new resource in the folder ~/.local/share/contacts/New_Folder
A new resource 'personal contacts' appears, which cant be changed.

If you create a new resource in the folder ~/.local/share/x_contacts , the name
can be edited afterwards.

Does that explain?

-- 
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


[akregator] [Bug 102629] highlight interesting articles with bayes filter

2013-06-17 Thread skomorokh
https://bugs.kde.org/show_bug.cgi?id=102629

skomor...@harmless.ca changed:

   What|Removed |Added

 CC||skomor...@harmless.ca

-- 
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 319673] Unread message not shown in message list

2013-06-17 Thread Ovidiu-Florin Bogdan
https://bugs.kde.org/show_bug.cgi?id=319673

Ovidiu-Florin Bogdan ovidiu@gmail.com changed:

   What|Removed |Added

 CC||ovidiu@gmail.com

--- Comment #2 from Ovidiu-Florin Bogdan ovidiu@gmail.com ---
Also happened to me with IMAP and POP3 accounts. With and without filters. And
it happens very often. I need to restart kmail about 20 times a day.

-- 
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 319673] Unread message not shown in message list

2013-06-17 Thread Ovidiu-Florin Bogdan
https://bugs.kde.org/show_bug.cgi?id=319673

--- Comment #3 from Ovidiu-Florin Bogdan ovidiu@gmail.com ---
Forgot to mention: Kmail 4.10.4 and all other versions from 4.10. Kubuntu and
Arch Linux.

-- 
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-06-17 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=312460

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

   What|Removed |Added

 CC||b...@wormhole.me.uk

--- Comment #39 from Christophe Giboudeaux cgiboude...@gmx.com ---
*** Bug 319673 has been marked as a duplicate of this bug. ***

-- 
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 319673] Unread message not shown in message list

2013-06-17 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=319673

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

   What|Removed |Added

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

--- Comment #4 from Christophe Giboudeaux cgiboude...@gmx.com ---


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

-- 
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 319673] Unread message not shown in message list

2013-06-17 Thread Ovidiu-Florin Bogdan
https://bugs.kde.org/show_bug.cgi?id=319673

--- Comment #5 from Ovidiu-Florin Bogdan ovidiu@gmail.com ---
This is wrong. It is not the same bug. This is not a duplicate of bug 312460!!

312460 reffers to an incorrect number of unread emails to a folder caused by a
filter.

This bug reffers to an actual unread mail shown in the folders list, but not in
the message list when the folder is selected.

Please correct!

(In reply to comment #4)
 
 
 *** This bug has been marked as a duplicate of bug 312460 ***

-- 
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 318615] Bad paste on the new mail window after copying text with special format from the web

2013-06-17 Thread Gatoso
https://bugs.kde.org/show_bug.cgi?id=318615

--- Comment #4 from Gatoso gat...@grrlz.net ---
Nop, no reproducible now. But I switched my SO to Linux Mint 14. Now I am on
KDE 4.9.5 and KMail 4.9.5. Probably this is a problem of Archlinux.

-- 
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 318615] Bad paste on the new mail window after copying text with special format from the web

2013-06-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=318615

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #5 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 319673] Unread message not shown in message list

2013-06-17 Thread Ovidiu-Florin Bogdan
https://bugs.kde.org/show_bug.cgi?id=319673

--- Comment #6 from Ovidiu-Florin Bogdan ovidiu@gmail.com ---
My mistake. The duplicate is marked correctly. The initial description of the
bug 312460 is misleading.

-- 
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-06-17 Thread Ovidiu-Florin Bogdan
https://bugs.kde.org/show_bug.cgi?id=312460

Ovidiu-Florin Bogdan ovidiu@gmail.com changed:

   What|Removed |Added

 CC||ovidiu@gmail.com

-- 
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 320170] Kmail very slow to load messages from local folder

2013-06-17 Thread Valentin Rusu
https://bugs.kde.org/show_bug.cgi?id=320170

Valentin Rusu k...@rusu.info changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Valentin Rusu k...@rusu.info ---
Meanwhile I setup a fresh new home folder, withour any settings. The old home
folder was renamed, then I opened a fresh-new KDE session. I configured my
accounts and folders but the problem still reproduces. How can I help to sort
this annoying thing out?

For the moment, here is a workaround, using konsole:
akonadictl stop # this instantly unlocks message retrieval and it show it, then
kmail gets disabled
akonadictl start # to resume kmail

-- 
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 284678] Dragging messages to folders indicates drop targets *between* folders

2013-06-17 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=284678

Frank Steinmetzger war...@gmx.de changed:

   What|Removed |Added

 CC||war...@gmx.de

--- Comment #4 from Frank Steinmetzger war...@gmx.de ---
I’m sorry to report that this bug has resurfaced at some point in the past. For
quite some time now I’ve been observing it in my KMail 2 (currently KDE 4.10.4,
Gentoo packages). Though I don’t get a popup menu after dropping a message
between folders, the drop mark line stays visible afterwards. I can clear it by
dragging a message over it again, so that the drop mark around a folder clears
those pixels when it itself is cleared.

-- 
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


[knotes] [Bug 321302] New: Leave A Note widget: text position is variable, overlapping, erratic

2013-06-17 Thread kdebugs
https://bugs.kde.org/show_bug.cgi?id=321302

Bug ID: 321302
   Summary: Leave A Note widget: text position is variable,
overlapping, erratic
Classification: Unclassified
   Product: knotes
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: kdeb...@toeai.com
CC: myr...@kde.org

(Not sure exactly if the Leave a note widget is part of knotes, but they seem
related.)
Observed on KDE 4.10.2.
Text position jumps around when resizing and doesn't always settle in a
readable state.
On this distribution, the default size when adding the widget leaves the text
overlapping/unreadable.

Reproducible: Always

Steps to Reproduce:
1. Go to Desktop, right-click, Add Widget Leave A Note.
2. Notice current positioning of text Leave me a note: and 0 unread
messages.
3. Click on and drag resize handle.  Watch as the 0 unread messages text
jumps from its normal position below the Leave Note button to above the
Leave me a note: text.  Notice how occasionally the Leave me a note: text
also is not properly moved down, leaving both messages overlapping each other
at the top left of the widget.

-- 
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


[knotes] [Bug 321302] Leave A Note widget: text position is variable, overlapping, erratic

2013-06-17 Thread kdebugs
https://bugs.kde.org/show_bug.cgi?id=321302

--- Comment #1 from kdeb...@toeai.com ---
Created attachment 80595
  -- https://bugs.kde.org/attachment.cgi?id=80595action=edit
Overlapping text at top left

-- 
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


[knotes] [Bug 321302] Leave A Note widget: text position is variable, overlapping, erratic

2013-06-17 Thread kdebugs
https://bugs.kde.org/show_bug.cgi?id=321302

--- Comment #2 from kdeb...@toeai.com ---
Created attachment 80596
  -- https://bugs.kde.org/attachment.cgi?id=80596action=edit
Incorrectly positioned text at top left

-- 
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


[knotes] [Bug 321302] Leave A Note widget: text position is variable, overlapping, erratic

2013-06-17 Thread kdebugs
https://bugs.kde.org/show_bug.cgi?id=321302

--- Comment #3 from kdeb...@toeai.com ---
Created attachment 80597
  -- https://bugs.kde.org/attachment.cgi?id=80597action=edit
Normal correct text positions

-- 
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


[knotes] [Bug 321303] New: Leave A Note widget: Delivered note presents itself in raw HTML code.

2013-06-17 Thread kdebugs
https://bugs.kde.org/show_bug.cgi?id=321303

Bug ID: 321303
   Summary: Leave A Note widget: Delivered note presents itself in
raw HTML code.
Classification: Unclassified
   Product: knotes
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: kdeb...@toeai.com
CC: myr...@kde.org

Observed in version 4.10.2 on an Ubuntu derivative.

Reproducible: Always

Steps to Reproduce:
1. Add the Leave A Note widget to the desktop.
2. Leave a note, e.g. Hello world!.
3. Try to read the delivered note.
Actual Results:  
Delivered message says:
Somebody has left a note at [time, e.g. 01:48 AM]
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0//EN
http://www.w3.org/TR/REC-html40/strict.dtd;
htmlheadmeta name=qrichtext content=1 /style type=text/css
p, li { white-space: pre-wrap; }
/style/headbody style= font-family:'Ubuntu'; font-size:9pt;
font-weight:400; font-style:normal;
p style= margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;Hello
world!/p/body/html

Expected Results:  
Message should be readable, not some HTML vomit.

-- 
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


[knotes] [Bug 321303] Leave A Note widget: Delivered note presents itself in raw HTML code.

2013-06-17 Thread kdebugs
https://bugs.kde.org/show_bug.cgi?id=321303

--- Comment #1 from kdeb...@toeai.com ---
Created attachment 80598
  -- https://bugs.kde.org/attachment.cgi?id=80598action=edit
screenshot

-- 
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


[knotes] [Bug 321304] New: Leave A Note widget: When note is delivered, blank note also appears

2013-06-17 Thread kdebugs
https://bugs.kde.org/show_bug.cgi?id=321304

Bug ID: 321304
   Summary: Leave A Note widget: When note is delivered, blank
note also appears
Classification: Unclassified
   Product: knotes
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: kdeb...@toeai.com
CC: myr...@kde.org

Observed on version 4.10.2 on an Ubuntu derivative.

Reproducible: Always

Steps to Reproduce:
1. Add Leave A Note widget to the desktop.
2. Type any message and press Leave Note button.
3. An empty but dated note will appear immediately.
4. After a few seconds, the message you typed will appear too.


Expected Results:  
Useless empty note should not appear.

-- 
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


[knotes] [Bug 321304] Leave A Note widget: When note is delivered, blank note also appears

2013-06-17 Thread kdebugs
https://bugs.kde.org/show_bug.cgi?id=321304

--- Comment #1 from kdeb...@toeai.com ---
Created attachment 80599
  -- https://bugs.kde.org/attachment.cgi?id=80599action=edit
screenshot

Message at top left comes up first, followed a few seconds later by message to
its right.
HTML formatting of message is addressed in another bug 321303.

-- 
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 256340] akonadi asks for google password every time at login

2013-06-17 Thread Dimitrios Glentadakis
https://bugs.kde.org/show_bug.cgi?id=256340

Dimitrios Glentadakis dgl...@gmail.com changed:

   What|Removed |Added

 CC||dgl...@gmail.com

--- Comment #2 from Dimitrios Glentadakis dgl...@gmail.com ---
I have the same probleme in kde 4.10.4
I tried to remove and recreate calendar and contacts resources without succes.

-- 
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