Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1:/tmp/cvs-serv14820/src/mail
Modified Files:
ASMailFolder.cpp HeaderInfoImpl.cpp MailFolder.cpp
MailFolderCC.cpp MailFolderCmn.cpp MailMH.cpp MessageCC.cpp
SendMessageCC.cpp
Log Message:
Header dependency cleanup, last few well aimed hits
Index: ASMailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/ASMailFolder.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -b -u -2 -r1.70 -r1.71
--- ASMailFolder.cpp 18 Sep 2003 16:30:57 -0000 1.70
+++ ASMailFolder.cpp 19 Sep 2003 13:31:22 -0000 1.71
@@ -37,5 +37,5 @@
//#define USE_SUBSCRIBE
-ASMailFolder::ResultImpl::~ResultImpl()
+ASMailFolderResultImpl::~ASMailFolderResultImpl()
{
if ( m_Mf )
Index: HeaderInfoImpl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/HeaderInfoImpl.cpp,v
retrieving revision 1.92
retrieving revision 1.93
diff -b -u -2 -r1.92 -r1.93
--- HeaderInfoImpl.cpp 18 Sep 2003 16:30:57 -0000 1.92
+++ HeaderInfoImpl.cpp 19 Sep 2003 13:31:22 -0000 1.93
@@ -31,4 +31,6 @@
#include "Mdefaults.h"
#include "Mcclient.h" // need THREADNODE
+
+ #include <wx/frame.h> // for wxFrame
#endif // USE_PCH
@@ -37,4 +39,5 @@
#include "Sequence.h"
#include "UIdArray.h"
+#include "Message.h"
#include "gui/wxMDialogs.h" // for MProgressInfo
Index: MailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolder.cpp,v
retrieving revision 1.301
retrieving revision 1.302
diff -b -u -2 -r1.301 -r1.302
--- MailFolder.cpp 18 Sep 2003 16:30:58 -0000 1.301
+++ MailFolder.cpp 19 Sep 2003 13:31:22 -0000 1.302
@@ -32,4 +32,6 @@
# include "strutil.h"
# include "Mdefaults.h"
+
+# include <wx/frame.h> // for wxFrame
#endif // USE_PCH
@@ -47,4 +49,5 @@
#include "Composer.h"
+#include "Message.h"
class MPersMsgBox;
Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.675
retrieving revision 1.676
diff -b -u -2 -r1.675 -r1.676
--- MailFolderCC.cpp 18 Sep 2003 16:30:59 -0000 1.675
+++ MailFolderCC.cpp 19 Sep 2003 13:31:22 -0000 1.676
@@ -29,6 +29,9 @@
# include "MApplication.h"
# include "strutil.h"
+# include "guidef.h"
# include "Mdefaults.h"
+# include "gui/wxMFrame.h"
# include <wx/timer.h> // for wxTimer
+# include <wx/frame.h> // for wxFrame
#endif // USE_PCH
@@ -48,4 +51,5 @@
#include "modules/Filters.h"
+#include "ASMailFolder.h"
#include "MFCache.h"
#include "MFStatus.h"
@@ -3809,4 +3813,24 @@
return canSet != 0;
+}
+
+String MailFolderCC::GetName(void) const
+{
+ return m_mfolder->GetFullName();
+}
+
+MFolderType MailFolderCC::GetType(void) const
+{
+ return m_mfolder->GetType();
+}
+
+int MailFolderCC::GetFlags(void) const
+{
+ return m_mfolder->GetFlags();
+}
+
+bool MailFolderCC::NeedsAuthInfo() const
+{
+ return !HasLogin() && m_mfolder->NeedsLogin();
}
Index: MailFolderCmn.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCmn.cpp,v
retrieving revision 1.118
retrieving revision 1.119
diff -b -u -2 -r1.118 -r1.119
--- MailFolderCmn.cpp 18 Sep 2003 16:30:59 -0000 1.118
+++ MailFolderCmn.cpp 19 Sep 2003 13:31:22 -0000 1.119
@@ -30,4 +30,5 @@
#ifndef USE_PCH
# include "Mcommon.h"
+# include "guidef.h"
# include "strutil.h"
# include "MApplication.h"
@@ -44,4 +45,5 @@
#include "MSearch.h"
+#include "Message.h"
#include "MFilter.h"
Index: MailMH.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailMH.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -u -2 -r1.14 -r1.15
--- MailMH.cpp 18 Sep 2003 16:31:00 -0000 1.14
+++ MailMH.cpp 19 Sep 2003 13:31:22 -0000 1.15
@@ -33,4 +33,5 @@
#endif // USE_PCH
+#include "ASMailFolder.h"
#include "MFolder.h"
#include "MEvent.h"
Index: MessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MessageCC.cpp,v
retrieving revision 1.144
retrieving revision 1.145
diff -b -u -2 -r1.144 -r1.145
--- MessageCC.cpp 15 Sep 2003 17:01:40 -0000 1.144
+++ MessageCC.cpp 19 Sep 2003 13:31:22 -0000 1.145
@@ -28,4 +28,5 @@
# include "Mcommon.h"
# include "strutil.h"
+# include "Profile.h"
# include "MApplication.h"
Index: SendMessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/SendMessageCC.cpp,v
retrieving revision 1.212
retrieving revision 1.213
diff -b -u -2 -r1.212 -r1.213
--- SendMessageCC.cpp 18 Sep 2003 16:31:00 -0000 1.212
+++ SendMessageCC.cpp 19 Sep 2003 13:31:22 -0000 1.213
@@ -29,4 +29,8 @@
# include "strutil.h"
# include "Mdefaults.h"
+# include "MApplication.h"
+# include "Profile.h"
+
+# include <wx/frame.h> // for wxFrame
#endif // USE_PCH
@@ -37,4 +41,6 @@
#include "AddressCC.h"
+#include "Message.h"
+#include "MFolder.h"
// has to be included before SendMessage.h, as it includes windows.h which
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates