Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):
authorNot Zed <NotZed@HelixCode.com>
Tue, 30 May 2000 22:35:40 +0000 (22:35 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Tue, 30 May 2000 22:35:40 +0000 (22:35 +0000)
commit746ac948f7d458a18c119b6ddab13f2c777b918d
tree579e31a0174b367d3df61f570ca7a656c0dc54e4
parent235954f4e474e0ccab7a636c3542548fcd7d4878
Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):

2000-05-30  Not Zed  <NotZed@HelixCode.com>

        * providers/mbox/camel-mbox-folder.c (mbox_append_message): Init
        filter_from to NULL, for exception case.
        (mbox_get_message_by_uid): Cast off_t to long int for diagnostics.

        * camel-url.c (camel_url_hash): Hash funciton for using camel
        url's as hash keys.
        (camel_url_equal): equal function for same.

        * camel-session.c (camel_session_finalise): Free cached services.
        (camel_session_init): Init service cache.
        (service_cache_remove): destroy callback to remove a service from
        the cache.

        * camel-store.c (get_folder_internal): Remove the extra ref of the
        folder.  That seems the right behaviour ...?
        (camel_store_get_type): Doh, actually call store init, so the
        cache works.
        (cache_folder): strdup the folder name!  no wonder it never found
        it again.
camel/ChangeLog
camel/camel-service.c
camel/camel-service.h
camel/camel-session.c
camel/camel-session.h
camel/camel-store.c
camel/camel-url.c
camel/camel-url.h
camel/providers/mbox/camel-mbox-folder.c