Re: [PATCH v3 1/2] notmuch-show.el: import calendar data with public function after CR removal

Subject: Re: [PATCH v3 1/2] notmuch-show.el: import calendar data with public function after CR removal

Date: Wed, 21 Nov 2012 23:48:06 -0400

To: Tomi Ollila, notmuch@notmuchmail.org

Cc: tomi.ollila@iki.fi

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:

> notmuch-get-bodypart-content provides raw data to its caller so
> that it can be stored verbatim whenever needed. icalendar functions
> expect Emacs to do EOL conversion for the data given to these. Therefore
> it the CRLF -> LF conversion is now done explicitly.
>
> The calls to private functions icalendar--convert-ical-to-diary and
> icalendar--read-element are replaced with call to public function
> icalendar-import-buffer.

This code looks straightforward to me. Any objections to merging?

Thread: