--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa
Tel:+33 - (0)9
David Maus writes:
> At Mon, 26 Apr 2010 10:04:12 -0600,
> Eric Schulte wrote:
>> David Maus writes:
>>
>> > While skimming the source code of org-mime I noticed two severe issues
>> > with regards to the MIME specifications:
>> >
>> > - when creating an attachment for a image org-mime (still)
At Mon, 26 Apr 2010 10:04:12 -0600,
Eric Schulte wrote:
> David Maus writes:
>
> > While skimming the source code of org-mime I noticed two severe issues
> > with regards to the MIME specifications:
> >
> > - when creating an attachment for a image org-mime (still) uses the
> > file extensio
Hi David,
If I find some time, I'll certainly take a look at these. More comments
below.
David Maus writes:
> While skimming the source code of org-mime I noticed two severe issues
> with regards to the MIME specifications:
>
> - when creating an attachment for a image org-mime (still) uses
Hi David,
David Maus writes:
> - org-mime uses `reporter-compose-outgoing' to open a new message
> draft. This is not a could solution because (a) org-mine does not
> want to send a bug report and (b) would depend on reporter.el
> without necessity.
reporter.el is part of emacs.
While skimming the source code of org-mime I noticed two severe issues
with regards to the MIME specifications:
- when creating an attachment for a image org-mime (still) uses the
file extension as MIME media subtype for Gnus messages. This not
in compliance with RFC 2046. As mentioned
Hi Benny,
Thanks for the patch. I've refactored it so that it's smaller and only
changes the htmlized portion if `org-mime-htmlize' was called on a
partial region. What do you think about the attached alternative?
I guess given this patch `org-mime-toggle' should be bound to C-c M-o
rather than
Hello,
I hope I'm not polluting this mailing list wrongly (due to org-mime
being contrib and not mainline).
I wrote a small patch that gives the function org-mime-toggle-html
(+ support) for that I had to unfortunately rewrite `org-mime-multipart'
Maybe Eric can look at it and if useful include