[Bug 263479] List-Id is not regognised anymore when creating a filter

Laurent Montel montel at kde.org
Wed Jan 19 18:50:39 GMT 2011


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


Laurent Montel <montel at kde.org> changed:

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




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



More information about the Kdepim-bugs mailing list