bug related to ical
Olivier Berger
olivier.berger at it-sudparis.eu
Sun Oct 21 00:03:50 PDT 2012
Hi.
Just in case, Tomi proposed an updated version in Message-ID:
<1349333712-18347-1-git-send-email-tomi.ollila at iki.fi>
... but it doesn't seem to fix the issue for me :-/
Hope this helps.
Best regards,
Tomi Ollila <tomi.ollila at iki.fi> writes:
> On Wed, Oct 03 2012, Tomi Ollila wrote:
>
>> I've got the example in question to "work" with the following patch_
>>
>> --8<----8<----8<-- cut here --8<----8<----8<--
>>
>> diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
>> index 86130ce..f7c08ee 100644
>> --- a/emacs/notmuch-show.el
>> +++ b/emacs/notmuch-show.el
>> @@ -747,17 +747,21 @@ message at DEPTH in the current thread."
>> (notmuch-show-insert-part-header nth declared-type content-type (plist-get part :filename))
>> (insert (with-temp-buffer
>> (insert (notmuch-get-bodypart-content msg part nth notmuch-show-process-crypto))
>> - (goto-char (point-min))
>> (let ((file (make-temp-file "notmuch-ical"))
>> result)
>> + (set-buffer (icalendar--get-unfolded-buffer (current-buffer)))
>> + (beginning-of-buffer)
>> + (replace-string "" "")
>
> OK, something mangled my email, there used to be ^M above (as one char, CR
> .. maybe "\r" would have worked ?)
>
--
Olivier BERGER
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)
More information about the notmuch
mailing list