Revision: 7158
          http://svn.sourceforge.net/mahogany/?rev=7158&view=rev
Author:   vadz
Date:     2006-11-06 17:05:47 -0800 (Mon, 06 Nov 2006)

Log Message:
-----------
restored accidentally ifdef'd out smtp_open() call

Modified Paths:
--------------
    trunk/M/src/mail/SendMessageCC.cpp

Modified: trunk/M/src/mail/SendMessageCC.cpp
===================================================================
--- trunk/M/src/mail/SendMessageCC.cpp  2006-11-07 00:45:54 UTC (rev 7157)
+++ trunk/M/src/mail/SendMessageCC.cpp  2006-11-07 01:05:47 UTC (rev 7158)
@@ -1868,7 +1868,7 @@
       }
    }
 
-   int options = READ_CONFIG(m_profile, MP_DEBUG_CCLIENT) ? OP_DEBUG : 0;
+   int options = READ_CONFIG(m_profile, MP_DEBUG_CCLIENT) ? SOP_DEBUG : 0;
 
    switch ( m_Protocol )
    {
@@ -1893,9 +1893,11 @@
                smtp_parameters(SET_SMTPDISABLEDAUTHS,
                                  (char *)authsToDisable.c_str());
             }
+#endif // USE_OWN_CCLIENT
 
             stream = smtp_open(hostlist, options);
 
+#ifdef USE_OWN_CCLIENT
             // don't leave any dangling pointers
             if ( !authsToDisable.empty() )
             {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to