all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xavier Maillard <xma@gnu.org>
To: emacs-devel@gnu.org
Subject: RMAIL: output message into a buffer ?
Date: Thu, 28 Feb 2008 03:00:21 +0100	[thread overview]
Message-ID: <200802280200.m1S20KWO006546@localhost.localdomain> (raw)

Hi,

I discussed with Bastien yesterday explaining him I would like to
see enhancement on some rmail's features.

One of my top todo-list is to tweak rmail and digest messages. I
heavily use them for many mailing lists and it's a pain to have
to undigestify each interesting digest to get its constituent.
Why is it such a pain ? Because rmail does many things when one
asks to undigestify a message and it takes *really* too long
since rmail inserts digest constituents into the original rmail
file.

My rmail file is not that big (about 40Mo) and undisgestifying a
single digest can take up to a minute sometimes (undigest, insert
messages into the rmail file, recompute the summary, ...)

What I'd like to add (or see someone to add) is something that,
on demand, would fetch the current (or more) message, insert it
into a "temporary buffer" and undigestify it into this buffer
leaving the original message untouched (thus preventing rmail to
do extra work onto the original rmail file). When in this
"temporary" buffer, rmail would way quickier since it would have
to just undigest the message and recompute a summary based on a
very small amount of data.

So the question is pretty simple: do we have a function that
would take the message at point and insert it into a *buffer*
(not a file) ? If something like this existed, doing what I want
would not be such a big deal (putting the temporary buffer into a
derivated summary-mode, adding a few questions here and there to
cleanly leave the mode, etc.)

I have already browsed rmail*.el and I did not find anything but
someone reading this list could have had something to offer :)

Thank you very much,

	Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org




             reply	other threads:[~2008-02-28  2:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-28  2:00 Xavier Maillard [this message]
2008-03-01 23:09 ` RMAIL: output message into a buffer ? Richard Stallman

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=200802280200.m1S20KWO006546@localhost.localdomain \
    --to=xma@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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.