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

Modified Files:
        wxComposeView.h 
Log Message:
parse mailto: URLs specified on the command line


Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.80
retrieving revision 1.81
diff -b -u -2 -r1.80 -r1.81
--- wxComposeView.h     29 Mar 2002 14:08:03 -0000      1.80
+++ wxComposeView.h     30 Mar 2002 00:40:09 -0000      1.81
@@ -131,4 +131,7 @@
                       RecipientType rcptType = Recipient_Max);
 
+   /// expands an address
+   virtual RecipientType ExpandRecipient(String *text, bool quiet = false);
+
    /// get from value (empty means default)
    String GetFrom() const;
@@ -209,7 +212,4 @@
    /// for wxAddressTextCtrl usage: remember last focused field
    void SetLastAddressEntry(int field) { m_indexLast = field; }
-
-   /// for wxAddressTextCtrl usage: are we sending or posting?
-   Mode GetMode() const { return m_mode; }
 
    /// is the control with this index enabled?


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to