all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: improve rmail's MIME handling
Date: Fri, 26 Nov 2010 13:24:09 +0900	[thread overview]
Message-ID: <tl7r5e8lnkm.fsf@m17n.org> (raw)
In-Reply-To: <jwvoc9umwyz.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Fri, 12 Nov 2010 09:39:34 -0500)

In article <jwvoc9umwyz.fsf-monnier+emacs@gnu.org>, Stefan Monnier <monnier@iro.umontreal.ca> writes:

> > patch for summary lines.  Nowadays, not handling MIME
> > properly is regarded as a bug, and thus I want to install it
> > for Emacs 23.  What do you think?

> I'd agree.

In article <87y68xmbec.fsf@stupidchicken.com>, Chong Yidong <cyd@stupidchicken.com> writes:

> Please go ahead.  Thanks.

Ok.  I've just installed changes which are bigger than what
I expected at first.  I first thought that we could use the
code in rmailmm.el almost directly, but found some problems.
Among them, these were fairly big problems:

(1) It doesn't handle a nested multipart which typically
    happen in a message that contains forwarded multipart
    message.

(2) Handling of a message that has big attachments is very
    slow because it builds decoded data string before
    just showing the button
      "Attached XXXX file: FILENAME.pdf (XXXkB)"
    We should build a data to be saved on the fly
    (i.e. after user's clicking).

Now the default value of rmail-enable-mime is t, and thus a
MIME message is properly decoded in RMAIL buffer
automatically.  One can still customize rmail-enable-mime to
nil, and type the command 'v' to view a decoded message in
the separete "*RMAIL*" buffer as before.

By the way, in the long run, I think it is better to utilize
gnus/mm*.el for rmail instead of further improving
rmailmm.el.

---
Kenichi Handa
handa@m17n.org



  reply	other threads:[~2010-11-26  4:24 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-12 12:28 improve rmail's MIME handling Kenichi Handa
2010-11-12 12:39 ` Andreas Schwab
2010-11-12 14:39 ` Stefan Monnier
2010-11-26  4:24   ` Kenichi Handa [this message]
2010-11-26 10:44     ` Eli Zaretskii
2010-11-26 11:34       ` Kenichi Handa
2010-11-26 14:41       ` Stefan Monnier
2010-11-26 14:46         ` Lars Magne Ingebrigtsen
2010-11-26 18:30           ` Stefan Monnier
2010-11-29  0:59         ` Kenichi Handa
2010-11-29  3:24           ` Bob Rogers
2010-11-29  6:38             ` Kenichi Handa
2010-11-30  6:21               ` Bob Rogers
2010-11-29  3:58           ` Eli Zaretskii
2010-11-29 20:43             ` Richard Stallman
2010-11-30  3:14               ` Stephen J. Turnbull
2010-12-01 13:10                 ` Richard Stallman
2010-12-02  0:04                   ` Stephen J. Turnbull
2010-12-03  4:32                     ` Richard Stallman
2010-12-01 13:10                 ` Richard Stallman
2010-12-02  0:05                   ` Stephen J. Turnbull
2010-12-02  4:19                   ` PJ Weisberg
2010-12-02  4:50                     ` Glenn Morris
2010-12-02  7:07                       ` Stephen J. Turnbull
2010-12-05 15:57                     ` Richard Stallman
2010-11-13 16:33 ` Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tl7r5e8lnkm.fsf@m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.