summaryrefslogtreecommitdiff
path: root/pith/mailview.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-08-22 21:53:46 -0600
committerEduardo Chappa <chappa@washington.edu>2018-08-22 21:53:46 -0600
commitf801c074d043f7b8459a44c1061de39c5cdeeabb (patch)
treefd9425ce8f7064cb317a7c6622fd5367dbe1c350 /pith/mailview.c
parent8dc90e0f6aada498ae26b691ec7e6158a741cd2e (diff)
downloadalpine-f801c074d043f7b8459a44c1061de39c5cdeeabb.tar.xz
* Make sure that the Summary: entry in a calendar entry always gets
decoded with escapes removed. Similarly do the same for other headers.
Diffstat (limited to 'pith/mailview.c')
-rw-r--r--pith/mailview.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pith/mailview.c b/pith/mailview.c
index a0aead24..79f6e882 100644
--- a/pith/mailview.c
+++ b/pith/mailview.c
@@ -333,7 +333,6 @@ format_calendar_vevent(VCALENDAR_S *vcal, ATTACH_S *a, HANDLE_S **handlesp, int
} /* end of if(organizer) */
if(vesy->location){
- ical_remove_escapes(&vesy->location);
utf8_snprintf(tmp_20k_buf, SIZEOF_20KBUF, "%s%s%s",
padding, _("Location: "), vesy->location);
gf_puts(tmp_20k_buf, pc);