aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/mbox/camel-mbox-summary.c')
-rw-r--r--camel/providers/mbox/camel-mbox-summary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/mbox/camel-mbox-summary.c b/camel/providers/mbox/camel-mbox-summary.c
index 4d10709fcd..b4b341fd40 100644
--- a/camel/providers/mbox/camel-mbox-summary.c
+++ b/camel/providers/mbox/camel-mbox-summary.c
@@ -47,7 +47,7 @@
#define d(x)
-#define CAMEL_MBOX_SUMMARY_VERSION 2
+#define CAMEL_MBOX_SUMMARY_VERSION 3
static int safe_write(int fd, char *buffer, size_t towrite);
static void camel_mbox_summary_add(CamelMboxSummary *s, CamelMboxMessageInfo *info);
@@ -807,7 +807,7 @@ static int index_folder(CamelMboxSummary *s, int startoffset)
}
/* setup index name for this uid */
- sprintf(name, "%x", newuid);
+ sprintf(name, "%u", newuid);
camel_mime_filter_index_set_name(mfi, name);
/* remove all references to this name from the index */
if (s->index)