Update of /cvsroot/mahogany/M/lib/imap/src/osdep/nt
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18862/lib/imap/src/osdep/nt

Modified Files:
        mbxnt.c 
Log Message:
pass the stream to dummy_list to allow enumerating 'subfolders' of MBX folders

Index: mbxnt.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/imap/src/osdep/nt/mbxnt.c,v
retrieving revision 1.1.1.5
retrieving revision 1.2
diff -b -u -2 -r1.1.1.5 -r1.2
--- mbxnt.c     3 Sep 2004 14:03:27 -0000       1.1.1.5
+++ mbxnt.c     1 Jul 2005 14:57:11 -0000       1.2
@@ -267,5 +267,5 @@
 void mbx_list (MAILSTREAM *stream,char *ref,char *pat)
 {
-  if (stream) dummy_list (NIL,ref,pat);
+  if (stream) dummy_list (stream,ref,pat);
 }
 



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to