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

Modified Files:
        CmdLineOpts.h MApplication.h 
Log Message:
added --debug option to force mail subsystem debugging from command line


Index: CmdLineOpts.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/CmdLineOpts.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- CmdLineOpts.h       13 Apr 2002 23:34:31 -0000      1.2
+++ CmdLineOpts.h       22 Apr 2002 10:12:06 -0000      1.3
@@ -45,4 +45,7 @@
    bool safe;
 
+   /// force mail debugging on
+   bool debugMail;
+
    /**
      @name Conversion to/from string

Index: MApplication.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MApplication.h,v
retrieving revision 1.94
retrieving revision 1.95
diff -b -u -2 -r1.94 -r1.95
--- MApplication.h      15 Apr 2002 23:45:13 -0000      1.94
+++ MApplication.h      22 Apr 2002 10:12:06 -0000      1.95
@@ -365,4 +365,7 @@
    virtual bool IsLogShown() const = 0;
 
+   /// return TRUE if mail debugging was enabled from command line
+   bool IsMailDebuggingEnabled() const;
+
    /// show or hide the log window
    virtual void ShowLog(bool doShow = TRUE) = 0;
@@ -370,4 +373,5 @@
    /// set the name of the file to use for logging (disable if empty)
    virtual void SetLogFile(const String& filename) = 0;
+
    //@}
 
@@ -517,4 +521,11 @@
    */
    void ContinueStartup();
+
+   /**
+     The mail debugging flag: set to TRUE if the mail debugging option was
+     specified on the command line, to FALSE if it wasn't and to -1 if we
+     hadn't parsed the command line yet
+   */
+   int m_debugMail;
 };
 


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to