Changeset 3790
- Timestamp:
- 10/29/08 09:31:55
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail/Makefile.am (modified) (3 diffs)
- trunk/libtinymail/observer-mixin-priv.h (added)
- trunk/libtinymail/observer-mixin.c (added)
- trunk/libtinymail/tny-merge-folder-store.c (added)
- trunk/libtinymail/tny-merge-folder-store.h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3789 r3790 1 2008-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 1 6 2008-10-26 Rob Taylor <rob.taylor@codethink.co.uk> 2 7 & Martin Bonnin <martinbonnin@gmail.com> trunk/libtinymail/Makefile.am
r3701 r3790 12 12 CLEANFILES=tny-signals-marshal.c tny-signals-marshal.h 13 13 14 private_headers = tny-common-priv.h 14 private_headers = tny-common-priv.h observer-mixin-priv.h 15 15 16 16 libtinymail_1_0_headers = \ … … 55 55 tny-cached-file-stream.h \ 56 56 tny-combined-account.h \ 57 tny-connection-policy.h 57 tny-connection-policy.h \ 58 tny-merge-folder-store.h 58 59 59 60 libtinymail_1_0_la_SOURCES = \ … … 105 106 tny-progress-info.c \ 106 107 tny-connection-policy.c \ 108 tny-merge-folder-store.c \ 109 observer-mixin.c \ 107 110 $(private_headers) 108 111
