Changeset 3277

Show
Ignore:
Timestamp:
01/17/08 17:27:09
Author:
svillar
Message:
  • Fixed a problem when receiving an IMAP event of expunged headers
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3275 r3277  
     12008-01-17  Sergio Villar Senin  <svillar@igalia.com> 
     2 
     3        * libtinymail-camel/tny-camel-folder: 
     4        (folder_changed): removed a code that was modifying the number of 
     5        cached messages when receiving an IDLE notification of expunged 
     6        headers. It shouldn't be done because Camel was already giving us the 
     7        proper value 
     8 
    192008-01-16  Mark Doffman  <mark.doffman@codethink.co.uk> 
    210        * bindings/python/*.defs: Regenerate .defs files for updated API. 
  • trunk/libtinymail-camel/tny-camel-folder.c

    r3258 r3277  
    402402                                { 
    403403                                        TnyHeader *hdr = _tny_camel_header_new (); 
    404  
    405                                         if (info->push_email_event)  
    406                                                 priv->cached_length--; 
    407404 
    408405                                        if (!change)