[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: message-mode and VM
From: |
Stefan Monnier |
Subject: |
Re: message-mode and VM |
Date: |
Sun, 11 Apr 2010 14:36:37 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> In any case, I am writing to let you know that VM doesn't have its own
> mail-sending package. It uses Emacs mail-mode. Specifically, it
> depends on sendmail.el, mail-utils.el and mail-extr.el. So, if
> mail-mode is going to be obsoleted, you will need to tell us what
> corresponding functions we can use from message-mode.
We don't have any plan to obsolete mail-mode at the moment.
But I still recommend you try and figure out how to make VM work with
message-mode, since the same arguments that justified the switch for the
default from mail-mode to message-mode should apply to VM (mostly,
handling of MIME).
And of course, if you have trouble using message-mode for VM, do come
and ask questions here (and/or report corresponding bugs).
> Minor changes in the user interface will be ok, as long as they are
> properly documented in the info manual. The current manual of the
> message-mode is not quite up to the mark.
I haven't looked at either manual in a while. Do you have specific
problems in mind?
> I believe that there are quite a few Emacs-based mail clients right
> now. I don't know how all of them treat their mail-sending
> functionality, but I wouldn't be surprised if more of them are
> continuing to use mail-mode. So, they would also be affected if
> mail-mode obsoleted.
I don't know either, but AFAIK MH-E has been using message-mode for
a while already. It was designed as a superset/replacement of mail-mode
so switching to it is usually relatively painless.
Stefan