Changeset 1364
- Timestamp:
- 01/04/07 14:35:43
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/bindings/python/Makefile.am (modified) (2 diffs)
- trunk/bindings/python/tinymail-camel.override (modified) (1 diff)
- trunk/bindings/python/tinymail.override (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r1360 r1364 5 5 * Implemented dummy-copy of TnyCamelPartialMsgReceiveStrategy 6 6 * Updated the documentation 7 * Updated the Python bindings for this 8 9 * This was a major API change 7 10 8 11 2007-01-03 Philip Van Hoof <pvanhoof@gnome.org> trunk/bindings/python/Makefile.am
r1280 r1364 105 105 $(top_srcdir)/libtinymail/tny-transport-account.h \ 106 106 $(top_srcdir)/libtinymail/tny-msg-remove-strategy.h \ 107 $(top_srcdir)/libtinymail/tny-msg-receive-strategy.h \ 107 108 $(top_srcdir)/libtinymail/tny-send-queue.h 108 109 … … 180 181 $(top_srcdir)/libtinymail-camel/tny-camel-msg.h \ 181 182 $(top_srcdir)/libtinymail-camel/tny-camel-msg-remove-strategy.h \ 183 $(top_srcdir)/libtinymail-camel/tny-camel-full-msg-receive-strategy.h \ 184 $(top_srcdir)/libtinymail-camel/tny-camel-partial-msg-receive-strategy.h \ 182 185 $(top_srcdir)/libtinymail-camel/tny-camel-nntp-folder.h \ 183 186 $(top_srcdir)/libtinymail-camel/tny-camel-nntp-store-account.h \ trunk/bindings/python/tinymail-camel.override
r1239 r1364 44 44 #include <tny-session-camel.h> 45 45 #include <tny-stream-camel.h> 46 #include <tny-camel-msg-remove-strategy.h> 47 #include <tny-camel-full-msg-receive-strategy.h> 48 #include <tny-camel-partial-msg-receive-strategy.h> 46 49 47 50 trunk/bindings/python/tinymail.override
r1317 r1364 24 24 #include <tny-folder-store-query.h> 25 25 #include <tny-send-queue.h> 26 #include <tny-msg-remove-strategy.h> 27 #include <tny-msg-receive-strategy.h> 26 28 27 29 #define NO_IMPORT_PYGOBJECT
