[Knode-devel] [Bug 72369] Knode can't handle MID's

Roberto Teixeira maragato at kde.org
Sun Jan 11 11:35:39 CET 2004


------- 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 at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From maragato at kde.org  2004-01-11 11:35 -------
Subject: kdepim/knode

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