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

Modified Files:
        Composer.h 
Log Message:
updated the composer controls layout to include expand/delete/add buttons
according to the recent discussion on m-users


Index: Composer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Composer.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- Composer.h  30 Mar 2002 00:40:09 -0000      1.9
+++ Composer.h  11 Apr 2002 23:15:48 -0000      1.10
@@ -184,8 +184,7 @@
 
       @param text the text to expand, modified by the method
-      @param quite suppresses any interaction with the user if true
       @return the inferred recipient type or Recipient_None if invalid address
    */
-   virtual RecipientType ExpandRecipient(String *text, bool quiet = false) = 0;
+   virtual RecipientType ExpandRecipient(String *text) = 0;
 
    //@}


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

Reply via email to