Update of /cvsroot/mahogany/M/extra/src/c-client
In directory sc8-pr-cvs1:/tmp/cvs-serv18097/extra/src/c-client

Modified Files:
        mhnt.c 
Log Message:
fixed crash when checkng status of a MH folder (status driver function can't be NULL 
any longer with newer c-client)

Index: mhnt.c
===================================================================
RCS file: /cvsroot/mahogany/M/extra/src/c-client/mhnt.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- mhnt.c      2 Oct 2003 00:25:25 -0000       1.6
+++ mhnt.c      4 Oct 2003 01:45:04 -0000       1.7
@@ -72,5 +72,5 @@
   mh_delete,                   /* delete mailbox */
   mh_rename,                   /* rename mailbox */
-  NIL,                         /* status of mailbox */
+  mail_status_default,         /* status of mailbox */
   mh_open,                     /* open mailbox */
   mh_close,                    /* close mailbox */



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