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

Modified Files:
        wxFolderView.h wxMDialogs.h wxMenuDefs.h 
Log Message:
started changing the search dialog to work with multiple folders (but for now it's 
completely broken)

Index: wxFolderView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxFolderView.h,v
retrieving revision 1.139
retrieving revision 1.140
diff -b -u -2 -r1.139 -r1.140
--- wxFolderView.h      5 Jul 2002 12:16:41 -0000       1.139
+++ wxFolderView.h      22 Jul 2002 00:02:29 -0000      1.140
@@ -147,7 +147,4 @@
    }
 
-   /// Search messages for certain criteria.
-   virtual void SearchMessages(void);
-
    /// process folder delete event
    virtual void OnFolderDeleteEvent(const String& folderName);

Index: wxMDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMDialogs.h,v
retrieving revision 1.101
retrieving revision 1.102
diff -b -u -2 -r1.101 -r1.102
--- wxMDialogs.h        4 Jul 2002 17:22:37 -0000       1.101
+++ wxMDialogs.h        22 Jul 2002 00:02:29 -0000      1.102
@@ -34,6 +34,4 @@
 class MPersMsgBox;
 
-struct SearchCriterium;
-
 class WXDLLEXPORT wxFrame;
 class WXDLLEXPORT wxStaticText;
@@ -365,10 +363,4 @@
 extern
 void ShowModulesDialog(wxFrame *parent);
-/* Configuration dialog for searching for messages. */
-extern
-bool
-ConfigureSearchMessages(SearchCriterium *crit,
-                        Profile *profile,
-                        wxWindow *parent);
 
 extern

Index: wxMenuDefs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMenuDefs.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -b -u -2 -r1.110 -r1.111
--- wxMenuDefs.h        17 Jul 2002 00:06:29 -0000      1.110
+++ wxMenuDefs.h        22 Jul 2002 00:02:30 -0000      1.111
@@ -1,3 +1,3 @@
-// //// //// //// //// //// //// //// //// //// //// //// //// //// //// //////
+///////////////////////////////////////////////////////////////////////////////
 // Project:     M - cross platform e-mail GUI client
 // File name:   gui/wxMenuDefs.h - items definitions for menus and toolbars
@@ -10,8 +10,8 @@
 // CVS-ID:      $Id$
 // Licence:     M license
-// //// //// //// //// //// //// //// //// //// //// //// //// //// //// //////
+///////////////////////////////////////////////////////////////////////////////
 
-#ifndef  WXMENUDEFS_H
-#define  WXMENUDEFS_H
+#ifndef _GUI_WXMENUDEFS_H_
+#define _GUI_WXMENUDEFS_H_
 
 #include <wx/fontenc.h>
@@ -141,6 +141,7 @@
    WXMENU_FOLDER_IMPORTTREE,
    WXMENU_FOLDER_SEP3,
-   WXMENU_FOLDER_FILTERS,
+   WXMENU_FOLDER_SEARCH,
    WXMENU_FOLDER_SEP4,
+   WXMENU_FOLDER_FILTERS,
    WXMENU_FOLDER_PROP,
    WXMENU_FOLDER_END = WXMENU_FOLDER_PROP,
@@ -209,5 +210,4 @@
    WXMENU_MSG_NEXT_UNREAD,
    WXMENU_MSG_NEXT_FLAGGED,
-   WXMENU_MSG_SEARCH,
    WXMENU_MSG_SEP4,
 
@@ -462,3 +462,4 @@
 extern void EnableToolbarButton(wxToolBar *toolbar, int nButton, bool enable);
 
-#endif
+#endif // _GUI_WXMENUDEFS_H_
+



-------------------------------------------------------
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

Reply via email to