summaryrefslogtreecommitdiff
path: root/alpine/mailpart.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/mailpart.c')
-rw-r--r--alpine/mailpart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/alpine/mailpart.c b/alpine/mailpart.c
index 68c69b9e..061ca5e2 100644
--- a/alpine/mailpart.c
+++ b/alpine/mailpart.c
@@ -2975,7 +2975,6 @@ display_vevent_summary(long int msgno, ATTACH_S *a, int flags, int depth)
}
if(vesy->location){
- ical_remove_escapes(&vesy->location);
utf8_snprintf(tmp_20k_buf, SIZEOF_20KBUF, "%s%s",
_("Location: "), vesy->location);
so_puts(in_store, tmp_20k_buf);