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

Modified Files:
        Moptions.h 
Log Message:
added autocollection of addresses in outgoing mail

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.97
retrieving revision 1.98
diff -b -u -2 -r1.97 -r1.98
--- Moptions.h  18 Sep 2004 18:59:45 -0000      1.97
+++ Moptions.h  15 May 2005 21:18:23 -0000      1.98
@@ -371,4 +371,5 @@
 extern const MOption MP_AUTOCOLLECT_NAMED;
 extern const MOption MP_AUTOCOLLECT_SENDER;
+extern const MOption MP_AUTOCOLLECT_OUTGOING;
 extern const MOption MP_SSL_DLL_SSL;
 extern const MOption MP_SSL_DLL_CRYPTO;
@@ -1133,4 +1134,6 @@
 /// Autocollect email addresses from sender only ?
 #define   MP_AUTOCOLLECT_SENDER_NAME     _T("AutoCollectSender")
+/// Autocollect addresses in mail sent by user?
+#define   MP_AUTOCOLLECT_OUTGOING_NAME     _T("AutoCollectOutgoing")
 /// Autocollect entries with names only?
 #define   MP_AUTOCOLLECT_NAMED_NAME _T("AutoCollectNamed")
@@ -2121,4 +2124,6 @@
 /// Autocollect email addresses from sender only ?
 #define   MP_AUTOCOLLECT_SENDER_DEFVAL     1l
+/// Autocollect addresses in mail sent by user?
+#define   MP_AUTOCOLLECT_OUTGOING_DEFVAL     1l
 /// Autocollect entries with names only?
 #define   MP_AUTOCOLLECT_NAMED_DEFVAL 0l



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to