diff options
Diffstat (limited to 'camel/providers/imap4/camel-imap4-store-summary.c')
-rw-r--r-- | camel/providers/imap4/camel-imap4-store-summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap4/camel-imap4-store-summary.c b/camel/providers/imap4/camel-imap4-store-summary.c index 7c08469acf..ffa4bd05f1 100644 --- a/camel/providers/imap4/camel-imap4-store-summary.c +++ b/camel/providers/imap4/camel-imap4-store-summary.c @@ -180,7 +180,7 @@ summary_header_load (CamelStoreSummary *s, FILE *in) is->version = version; if (version < CAMEL_IMAP4_STORE_SUMMARY_VERSION_0) { - g_warning ("Store summary header version too low"); + g_warning ("IMAP4 store summary header version too low"); errno = EINVAL; return -1; } |