Changeset 3167

Show
Ignore:
Timestamp:
12/20/07 19:37:45
Author:
agarcia
Message:

2007-12-20 Alberto Garcia Gonzalez <agarcia@igalia.com>

  • libtinymail/tny-store-acount.c:

(tny_store_account_find_folder): Fixed assertion to allow
maildir:/path/to/msg URLs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3166 r3167  
     12007-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 
    172007-12-20  Alberto Garcia Gonzalez  <agarcia@igalia.com> 
    28 
  • trunk/libtinymail/tny-store-account.c

    r3161 r3167  
    9090        g_assert (url_string); 
    9191        g_assert (strlen (url_string) > 0); 
    92         g_assert (strstr (url_string, "://")); 
     92        g_assert (strstr (url_string, ":/")); 
    9393        g_assert (TNY_STORE_ACCOUNT_GET_IFACE (self)->find_folder_func != NULL); 
    9494#endif