Only retry another uid if we had a name clash, otherwise fail.
authorNot Zed <NotZed@HelixCode.com>
Tue, 8 Aug 2000 03:42:47 +0000 (03:42 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Tue, 8 Aug 2000 03:42:47 +0000 (03:42 +0000)
commita8bba62fabeed89980af0912ad49a2b7472d19f6
treeceef9101d15ace51b97b2f152c834cf8ba47ea2b
parent2ce30e987ad60a4c8be616e287b41c146b2b5b72
Only retry another uid if we had a name clash, otherwise fail.

2000-08-07  Not Zed  <NotZed@HelixCode.com>

        * providers/mh/camel-mh-folder.c (mh_append_message): Only retry
        another uid if we had a name clash, otherwise fail.

2000-08-04  Not Zed  <NotZed@HelixCode.com>

        * camel-url.c (camel_url_set_protocol):
        (camel_url_set_host):
        (camel_url_set_path):
        (camel_url_set_port): Url editing functions.

2000-08-02  Not Zed  <NotZed@HelixCode.com>

        * providers/mh/camel-mh-summary.c (camel_mh_summary_sync): Expunge
        from the end, so the index isn't messed up when you remove a
        message.

        * providers/mh/camel-mh-folder.c (mh_append_message): Fix a bug
        where it would never open an output file/uid.

        * providers/mbox/camel-mbox-store.c (rename_folder):
        Implementation for mbox as well.

        * camel-store.c (camel_store_rename_folder): New method to rename folders.
        (rename_folder): Default implementation.

        * providers/mh/camel-mh-store.c (delete_folder): Implement this.
        (rename_folder): Implement a rename operation.
camel/ChangeLog
camel/camel-store.c
camel/camel-store.h
camel/camel-url.c
camel/camel-url.h
camel/providers/mbox/camel-mbox-store.c
camel/providers/mh/camel-mh-folder.c
camel/providers/mh/camel-mh-store.c
camel/providers/mh/camel-mh-summary.c