Changeset 3790

Show
Ignore:
Timestamp:
10/29/08 09:31:55
Author:
pvanhoof
Message:

2008-10-27 Rob Taylor <rob.taylor@codethink.co.uk>

  • Re-submission for the add-tny_merge_folder_store() patch.

It allows to merge folder stores.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3789 r3790  
     12008-10-27  Rob Taylor  <rob.taylor@codethink.co.uk> 
     2 
     3        * Re-submission for the add-tny_merge_folder_store() patch. 
     4        It allows to merge folder stores. 
     5 
    162008-10-26  Rob Taylor  <rob.taylor@codethink.co.uk> 
    27            & Martin Bonnin  <martinbonnin@gmail.com> 
  • trunk/libtinymail/Makefile.am

    r3701 r3790  
    1212CLEANFILES=tny-signals-marshal.c tny-signals-marshal.h 
    1313 
    14 private_headers = tny-common-priv.h 
     14private_headers = tny-common-priv.h observer-mixin-priv.h 
    1515 
    1616libtinymail_1_0_headers = \ 
     
    5555        tny-cached-file-stream.h \ 
    5656        tny-combined-account.h \ 
    57         tny-connection-policy.h  
     57        tny-connection-policy.h \ 
     58        tny-merge-folder-store.h 
    5859 
    5960libtinymail_1_0_la_SOURCES = \ 
     
    105106        tny-progress-info.c \ 
    106107        tny-connection-policy.c \ 
     108        tny-merge-folder-store.c \ 
     109        observer-mixin.c \ 
    107110        $(private_headers) 
    108111