Update of /cvsroot/mahogany/M/src/classes
In directory usw-pr-cvs1:/tmp/cvs-serv8129/src/classes

Modified Files:
        MessageView.cpp 
Log Message:
fixes for showing the URLs in the headers for the non-text viewers

Index: MessageView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MessageView.cpp,v
retrieving revision 1.87
retrieving revision 1.88
diff -b -u -2 -r1.87 -r1.88
--- MessageView.cpp     3 May 2002 17:01:07 -0000       1.87
+++ MessageView.cpp     3 May 2002 19:06:42 -0000       1.88
@@ -1190,4 +1190,6 @@
             if ( *url.c_str() == '<' )
             {
+               urlText = url;
+
                // try to find the personal name as well by going backwards
                // until we reach the previous address
@@ -1213,5 +1215,5 @@
                      break;
 
-                  url.insert(0, 1, ch);
+                  urlText.insert(0, 1, ch);
                   before.erase(before.length() - 1);
                }


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to