| Summary: | List-Id is not regognised anymore when creating a filter | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | m.wege |
| Component: | filtering | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | jlayt, montel, tokoe |
| Priority: | NOR | ||
| Version First Reported In: | 2.0.89 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
m.wege
2011-01-17 22:19:22 UTC
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.
*** This bug has been marked as a duplicate of bug 258117 *** |