diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-04 11:40:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-04 11:40:58 +0800 |
commit | 6d76cc84a11eff91e2bc66d6c1214e8226c9539a (patch) | |
tree | 6787ab7bb1dbe23402ec25c479273c21f3bda9d0 /camel/camel-folder-summary.h | |
parent | c9974759b3e9abbe2c649966095f544441f02f8b (diff) | |
download | gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.gz gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.bz2 gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.lz gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.xz gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.zst gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.zip |
Centralize creation of new UIDs for the summary.
svn path=/trunk/; revision=3885
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r-- | camel/camel-folder-summary.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h index ef2b036e9e..b53d645ad6 100644 --- a/camel/camel-folder-summary.h +++ b/camel/camel-folder-summary.h @@ -162,7 +162,8 @@ void camel_folder_summary_set_filename(CamelFolderSummary *, const char *); void camel_folder_summary_set_index(CamelFolderSummary *, ibex *); void camel_folder_summary_set_build_content(CamelFolderSummary *, gboolean state); -guint32 camel_folder_summary_next_uid(CamelFolderSummary *s); +guint32 camel_folder_summary_next_uid (CamelFolderSummary *s); +char *camel_folder_summary_next_uid_string (CamelFolderSummary *s); /* load/save the summary in its entirety */ int camel_folder_summary_load(CamelFolderSummary *); |