balsa r7876 - in branches/mailbox-gsequence: . libbalsa



Author: PeterB
Date: Thu Feb 28 03:29:26 2008
New Revision: 7876
URL: http://svn.gnome.org/viewvc/balsa?rev=7876&view=rev

Log:
port more changes

Modified:
   branches/mailbox-gsequence/ChangeLog
   branches/mailbox-gsequence/libbalsa/mailbox_imap.c

Modified: branches/mailbox-gsequence/libbalsa/mailbox_imap.c
==============================================================================
--- branches/mailbox-gsequence/libbalsa/mailbox_imap.c	(original)
+++ branches/mailbox-gsequence/libbalsa/mailbox_imap.c	Thu Feb 28 03:29:26 2008
@@ -1196,7 +1196,7 @@
 
     if(libbalsa_imap_server_get_use_status(LIBBALSA_IMAP_SERVER(server))) {
         static struct ImapStatusResult info[] = {
-            { IMSTAT_RECENT, 0 }, { IMSTAT_NONE, 0 } };
+            { IMSTAT_UNSEEN, 0 }, { IMSTAT_NONE, 0 } };
         /* cannot do status on an open mailbox */
         g_return_val_if_fail(!mimap->opened, FALSE);
         if(imap_mbox_status(handle, mimap->path, info) != IMR_OK)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]