Changeset 2395

Show
Ignore:
Timestamp:
07/05/07 14:50:22
Author:
pvanhoof
Message:

Fixes for the new headers after a transfer of messages happened

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/tny-camel-folder.c

    r2394 r2395  
    28162816                                } else /* Not-new message, freeup */ 
    28172817                                        camel_message_info_free (om); 
    2818                         } 
    2819                   } else if (om) /* arg? */ 
    2820                        camel_message_info_free (om); 
     2818                        } if (om) /* arg? */ 
     2819                               camel_message_info_free (om); 
     2820                  }  
    28212821                } 
    28222822        }