* RMAIL: output message into a buffer ?
@ 2008-02-28 2:00 Xavier Maillard
2008-03-01 23:09 ` Richard Stallman
0 siblings, 1 reply; 2+ messages in thread
From: Xavier Maillard @ 2008-02-28 2:00 UTC (permalink / raw)
To: emacs-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: RMAIL: output message into a buffer ?
2008-02-28 2:00 RMAIL: output message into a buffer ? Xavier Maillard
@ 2008-03-01 23:09 ` Richard Stallman
0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2008-03-01 23:09 UTC (permalink / raw)
To: Xavier Maillard; +Cc: emacs-devel
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.
It sounds like a reasonable replacement for undigestify-rmail-message.
After you have the sub-messages in the other Rmail file, there could be
a second command which says to put them back into the first Rmail file
in place of the digest.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-01 23:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-28 2:00 RMAIL: output message into a buffer ? Xavier Maillard
2008-03-01 23:09 ` Richard Stallman
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.