Home
last modified time | relevance | path

Searched refs:newibex (Results 1 – 2 of 2) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/local/
H A Dcamel-local-store.c504 gchar *newibex; in local_store_rename_folder_sync() local
522 newibex = g_build_filename (path, new_basename, NULL); in local_store_rename_folder_sync()
533 if (camel_index_rename (folder->index, newibex) == -1) in local_store_rename_folder_sync()
538 if (camel_text_index_rename (oldibex, newibex) == -1) in local_store_rename_folder_sync()
554 g_free (newibex); in local_store_rename_folder_sync()
575 camel_text_index_rename (newibex, oldibex); in local_store_rename_folder_sync()
584 g_free (newibex); in local_store_rename_folder_sync()
H A Dcamel-mbox-store.c807 gchar *oldibex, *newibex, *newdir; in mbox_store_rename_folder_sync() local
821 newibex = camel_local_store_get_meta_path (local_store, new, ".ibex"); in mbox_store_rename_folder_sync()
823 newdir = g_path_get_dirname (newibex); in mbox_store_rename_folder_sync()
832 g_free (newibex); in mbox_store_rename_folder_sync()
844 if (camel_index_rename (folder->index, newibex) == -1 && errno != ENOENT) { in mbox_store_rename_folder_sync()
851 if (camel_text_index_rename (oldibex, newibex) == -1 && errno != ENOENT) { in mbox_store_rename_folder_sync()
883 g_free (newibex); in mbox_store_rename_folder_sync()
902 camel_text_index_rename (newibex, oldibex); in mbox_store_rename_folder_sync()
916 g_free (newibex); in mbox_store_rename_folder_sync()