Changeset 1786

Show
Ignore:
Timestamp:
04/13/07 14:29:59
Author:
pvanhoof
Message:

Introduction of the TnyMergeFolder type

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1785 r1786  
     12007-04-13  Philip Van Hoof  <pvanhoof@gnome.org> 
     2 
     3        * Introduction of the TnyMergeFolder type 
     4 
     5        * This was a major API change 
     6 
    172007-04-13 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> 
    28 
  • trunk/bindings/python/tinymail.override

    r1783 r1786  
    3636#include <tny-folder-stats.h> 
    3737#include <tny-password-getter.h> 
    38  
     38#include <tny-merge-folder.h> 
    3939 
    4040#define NO_IMPORT_PYGOBJECT 
  • trunk/libtinymail/Makefile.am

    r1783 r1786  
    3434        tny-msg-receive-strategy.h \ 
    3535        tny-send-queue.h \ 
    36         tny-password-getter.h 
     36        tny-password-getter.h \ 
     37        tny-merge-folder.h 
    3738 
    3839libtinymail_1_0_la_SOURCES = \ 
     
    7071        tny-msg-receive-strategy.c \ 
    7172        tny-send-queue.c \ 
    72         tny-password-getter.c 
     73        tny-password-getter.c \ 
     74        tny-merge-folder.c 
    7375 
    7476libtinymail_1_0_la_LIBADD = $(LIBTINYMAIL_LIBS) 
  • trunk/libtinymail/tny-folder.h

    r1737 r1786  
    7676        TNY_FOLDER_TYPE_CALENDAR, 
    7777        TNY_FOLDER_TYPE_ARCHIVE, 
     78        TNY_FOLDER_TYPE_MERGE, 
    7879 
    7980        TNY_FOLDER_TYPE_NUM