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

Modified Files:
        VFolder.h 
Log Message:
implemented searching in multiple folders, it compiles and seems to work for
single folder searches but dies horribly when searching in more than one
folder for now


Index: VFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/VFolder.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- VFolder.h   17 Jul 2002 21:34:33 -0000      1.4
+++ VFolder.h   23 Jul 2002 18:47:11 -0000      1.5
@@ -78,5 +78,5 @@
    virtual void Checkpoint();
 
-   virtual Message *GetMessage(unsigned long uid);
+   virtual Message *GetMessage(unsigned long uid) const;
 
    virtual bool SetMessageFlag(unsigned long uid,



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