Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9951/include/gui

Modified Files:
        wxComposeView.h 
Log Message:
Speed up replies to many recipients (no layout except last recipient)

Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.102
retrieving revision 1.103
diff -b -u -2 -r1.102 -r1.103
--- wxComposeView.h     15 May 2005 21:18:23 -0000      1.102
+++ wxComposeView.h     19 Jul 2005 08:21:04 -0000      1.103
@@ -142,5 +142,6 @@
    /// adds recepients from addr (Recepient_Max means to reuse the last)
    void AddRecipients(const String& addr,
-                      RecipientType rcptType = Recipient_Max);
+                      RecipientType rcptType = Recipient_Max,
+                      bool doLayout = true);
 
    /// expands an address
@@ -415,8 +416,8 @@
 
    // create the new controls for another recipient
-   void AddRecipientControls(const String& value, RecipientType rt);
+   void AddRecipientControls(const String& value, RecipientType rt, bool 
doLayout);
 
    // adds one recipient, helper of AddRecipients()
-   void AddRecipient(const String& addr, RecipientType rcptType);
+   void AddRecipient(const String& addr, RecipientType rcptType, bool 
doLayout);
 
    /// enable/disable editing of the message text



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to