Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv32682a/include

Modified Files:
        MessageViewer.h 
Log Message:
highlight the URLs in the headers as well

Index: MessageViewer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageViewer.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- MessageViewer.h     18 Jan 2002 20:08:37 -0000      1.10
+++ MessageViewer.h     3 May 2002 17:01:07 -0000       1.11
@@ -102,9 +102,18 @@
    virtual void ShowRawHeaders(const String& header) = 0;
 
-   /// show the header with given name/value in this encoding
-   virtual void ShowHeader(const String& name,
-                           const String& value,
+   /// start showing the header
+   virtual void ShowHeaderName(const String& name) = 0;
+
+   /// insert some text as the header value
+   virtual void ShowHeaderValue(const String& value,
                            wxFontEncoding encoding) = 0;
 
+   /// insert an URL which is part of the header value
+   virtual void ShowHeaderURL(const String& text,
+                              const String& url) = 0;
+
+   /// end of header
+   virtual void EndHeader() = 0;
+
    /// show the X-Face for this message
    virtual void ShowXFace(const wxBitmap& bitmap) = 0;
@@ -143,5 +152,5 @@
 
    /// insert an URL
-   virtual void InsertURL(const String& url) = 0;
+   virtual void InsertURL(const String& text, const String& url) = 0;
 
    /// insert the signature (may be multiline)


_______________________________________________________________

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