Changeset 856
- Timestamp:
- 08/31/06 21:32:21
- Files:
-
- trunk/libtinymail-gnome-desktop/tny-account-store.c (modified) (1 diff)
- trunk/libtinymail-test/tny-msg-iface-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-stream-iface-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-test-anything.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-gnome-desktop/tny-account-store.c
r850 r856 382 382 if (types == TNY_ACCOUNT_STORE_IFACE_BOTH || types == TNY_ACCOUNT_STORE_IFACE_TRANSPORT_ACCOUNTS) 383 383 account = TNY_ACCOUNT_IFACE (tny_camel_transport_account_new ()); 384 } else if (type && types == TNY_ACCOUNT_STORE_IFACE_BOTH || types == TNY_ACCOUNT_STORE_IFACE_STORE_ACCOUNTS)384 } else if (type && (types == TNY_ACCOUNT_STORE_IFACE_BOTH || types == TNY_ACCOUNT_STORE_IFACE_STORE_ACCOUNTS)) 385 385 { 386 386 if (!g_ascii_strncasecmp (proto, "imap", 4)) trunk/libtinymail-test/tny-msg-iface-test.c
r841 r856 22 22 #include <tny-msg-iface.h> 23 23 #include <tny-camel-msg.h> 24 #include <tny-camel-header.h> 24 25 #include <tny-list-iface.h> 25 26 #include <tny-iterator-iface.h> trunk/libtinymail-test/tny-stream-iface-test.c
r828 r856 23 23 /* We are going to test the camel implementation */ 24 24 #include <tny-stream-camel.h> 25 #include <tny-camel-stream.h> 25 26 #include <camel/camel-stream-mem.h> 26 27 #include <camel/camel-data-wrapper.h> trunk/libtinymail-test/tny-test-anything.c
r825 r856 1 1 int main () 2 2 { 3 return 0; 3 4 }
