aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store-summary.c')
-rw-r--r--camel/camel-store-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-store-summary.c b/camel/camel-store-summary.c
index fc839dfed7..f33205dd50 100644
--- a/camel/camel-store-summary.c
+++ b/camel/camel-store-summary.c
@@ -870,7 +870,7 @@ store_info_string(CamelStoreSummary *s, const CamelStoreInfo *mi, int type)
case CAMEL_STORE_INFO_NAME:
p = strrchr(mi->path, '/');
if (p)
- return p;
+ return p+1;
else
return mi->path;
case CAMEL_STORE_INFO_URI: