]> git.notmuchmail.org Git - notmuch/commit
notmuch-show.el: import calendar data with public function after CR removal
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 8 Nov 2012 12:07:59 +0000 (14:07 +0200)
committerDavid Bremner <bremner@debian.org>
Sun, 25 Nov 2012 15:06:12 +0000 (11:06 -0400)
commit60b5bff53d16a6e78bd989179076f7450d63c2e3
tree5464182010aefd865f98a885ccf8b08435c1cb97
parent3bd8494da0dfef973c1328b16cd848f144e3ac27
notmuch-show.el: import calendar data with public function after CR removal

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.
emacs/notmuch-show.el