Update of /cvsroot/mahogany/M/src/mail
In directory usw-pr-cvs1:/tmp/cvs-serv14244/src/mail
Modified Files:
VFolder.cpp
Log Message:
prevent the same search folder from being reused for all searches (while it's opened)
Index: VFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/VFolder.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- VFolder.cpp 17 Jul 2002 21:34:33 -0000 1.6
+++ VFolder.cpp 18 Jul 2002 00:01:02 -0000 1.7
@@ -167,5 +167,8 @@
CHECK( folder, "", "NULL folder in MailFolderVirt::GetFullImapSpec" );
- return folder->GetFullName();
+ String spec;
+ spec << folder->GetFullName() << ';' << folder->GetPath();
+
+ return spec;
}
-------------------------------------------------------
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