------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=72369 maragato@kde.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From maragato@kde.org 2004-01-11 11:35 ------- Subject: kdepim/knode CVS commit by maragato: Correctly strip ending '/' from msgId. CCMAIL: 72369-done@bugs.kde.org CCMAIL: helio@kde.org M +2 -0 knarticlewidget.cpp 1.163 --- kdepim/knode/knarticlewidget.cpp #1.162:1.163 @@ -1527,4 +1527,6 @@ void KNArticleWidget::anchorClicked(cons break; case ATmsgid: + if (target.endsWith("/")) + target.truncate(target.length()-1); kdDebug(5003) << "KNArticleWidget::anchorClicked() : message-id " << target << endl; _______________________________________________ Knode-devel mailing list Knode-devel@kde.org https://mail.kde.org/mailman/listinfo/knode-devel