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

Modified Files:
        Composer.h 
Log Message:
added Recipient_Fcc support

Index: Composer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Composer.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- Composer.h  8 Aug 2002 16:30:58 -0000       1.13
+++ Composer.h  7 Sep 2002 00:04:45 -0000       1.14
@@ -36,4 +36,5 @@
       Recipient_Bcc,
       Recipient_Newsgroup,
+      Recipient_Fcc,
       Recipient_None,
       Recipient_Max
@@ -158,4 +159,7 @@
    /// adds a "Bcc" recipient
    void AddBcc(const String& addr) { AddRecipients(addr, Recipient_Bcc); }
+
+   /// adds a "Fcc" recipient
+   void AddFcc(const String& fcc) { AddRecipients(fcc, Recipient_Fcc); }
 
    /// adds a Newsgroup



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to