Changeset 3167
- Timestamp:
- 12/20/07 19:37:45
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail/tny-store-account.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3166 r3167 1 2007-12-20 Alberto Garcia Gonzalez <agarcia@igalia.com> 2 3 * libtinymail/tny-store-acount.c: 4 (tny_store_account_find_folder): Fixed assertion to allow 5 maildir:/path/to/msg URLs 6 1 7 2007-12-20 Alberto Garcia Gonzalez <agarcia@igalia.com> 2 8 trunk/libtinymail/tny-store-account.c
r3161 r3167 90 90 g_assert (url_string); 91 91 g_assert (strlen (url_string) > 0); 92 g_assert (strstr (url_string, ":/ /"));92 g_assert (strstr (url_string, ":/")); 93 93 g_assert (TNY_STORE_ACCOUNT_GET_IFACE (self)->find_folder_func != NULL); 94 94 #endif
