[Bug 186493] Kmail will not delete messages if not in currently selected folder

Laurent Montel montel at kde.org
Sun Jan 23 12:38:55 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=186493


Laurent Montel <montel at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |montel at kde.org




--- Comment #5 from Laurent Montel <montel kde org>  2011-01-23 13:38:54 ---
KMMessage* FolderStorage::getMsg(int idx)
{
  if ( idx < 0 || idx >= count() )
    return 0;
...
}

I looked at code and when folder is not selected count() return 0 => it can't
be deleted. Don't know why for the moment.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list