force connect manually so basics work.
authorNot Zed <NotZed@Ximian.com>
Mon, 11 Aug 2003 20:41:33 +0000 (20:41 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Mon, 11 Aug 2003 20:41:33 +0000 (20:41 +0000)
commit6ff1c5c7ed2ca1c8898783796b366b250dfe86ec
tree2a186233bc63f06f8244eb6807e1bef6435fa2e2
parent7676ad57871b1ff3d0a1567936afd9b21dbfee8d
force connect manually so basics work.

2003-08-11  Not Zed  <NotZed@Ximian.com>

        * providers/imapp/camel-imapp-store.c (imap_get_folder_info):
        force connect manually so basics work.

        ** See bug #45505.

        * camel-service.c (camel_gethostbyname): duh, pthread_create
        returns the error code directly, not via errno.
        (camel_gethostbyaddr): Same, also properly handle the failure
        case.

2003-08-01  Not Zed  <NotZed@Ximian.com>

        ** See bug #47208.

        * camel-filter-search.c (match_all): match-all with no arguments
        should always return TRUE.

        * camel-folder-search.c (camel_folder_search_execute_expression):
        print a warning when we get an invalid result type & fixed a leak
        for that case.
camel/ChangeLog
camel/camel-filter-search.c
camel/camel-folder-search.c
camel/camel-service.c
camel/providers/imapp/camel-imapp-store.c