https://bugs.kde.org/show_bug.cgi?id=263479
Laurent Montel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Laurent Montel <montel kde org> 2011-01-19 19:50:38 --- tring MailingList::name( const KMime::Message::Ptr &message, QByteArray &headerName, QString &headerValue ) { QString mailingList; headerName = QByteArray(); headerValue.clear(); if ( !message ) return QString(); for ( int i = 0; i < num_detectors; i++ ) { mailingList = magic_detector[i]( message, headerName, headerValue ); if ( !mailingList.isNull() ) return mailingList; } return QString(); } There is a bug in magic_detector. 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. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
