[Knode-devel] kdepim/knode
Roberto Selbach Teixeira
maragato at kde.org
Sun Jan 11 11:35:06 CET 2004
CVS commit by maragato:
Correctly strip ending '/' from msgId.
CCMAIL: 72369-done at bugs.kde.org
CCMAIL: helio at 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;
More information about the Knode-devel
mailing list