diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-04-30 16:04:26 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-04-30 16:04:26 +0300 |
commit | e272fd3da9286d4b87e687b291bdf1fd5489af96 (patch) | |
tree | c89bfc8006eb2b99c454b1d486d84b9c4ff07b99 | |
parent | cf839129ce097c2116292cb69217be265f6b35e8 (diff) | |
download | emacs-e272fd3da9286d4b87e687b291bdf1fd5489af96.tar.gz emacs-e272fd3da9286d4b87e687b291bdf1fd5489af96.tar.bz2 emacs-e272fd3da9286d4b87e687b291bdf1fd5489af96.zip |
; Update description of 'mail-mode'
* doc/emacs/sending.texi (Mail Methods): More accurate description
of mail-mode's deficiencies.
-rw-r--r-- | doc/emacs/sending.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index 7d9f4917929..937ee568a3a 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi @@ -676,9 +676,11 @@ using this. In this chapter we have described the usual Emacs mode for editing and sending mail---Message mode. This is only one of several available modes. Prior to Emacs 23.2, the default mode was Mail mode, -which is similar to Message mode in many respects but lacks features -such as MIME support. Another available mode is MH-E -(@pxref{Top,,MH-E,mh-e, The Emacs Interface to MH}). +which is similar to Message mode in many respects but is less +feature-rich; for example, it supports only basic MIME: it allows you +to add attachments, but lacks more sophisticated MIME features. +Another available mode is MH-E (@pxref{Top,,MH-E,mh-e, The Emacs +Interface to MH}). @vindex mail-user-agent @findex define-mail-user-agent |