mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(Hints to MUA Authors): MUA should do any decoding.
http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00027.html
This commit is contained in:
parent
e8a11b2298
commit
693737cdfd
2 changed files with 10 additions and 5 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-11-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* sc.texi (Hints to MUA Authors): MUA should do any decoding.
|
||||
|
||||
2009-11-08 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* tramp.texi (Auto-save and Backup): Disable backups just for a
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
This document describes Supercite, an Emacs package for citing and
|
||||
attributing replies to mail and news messages.
|
||||
|
||||
Copyright @copyright{} 1993, 2001, 2002, 2003, 2004,
|
||||
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||
2008, 2009 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
|
@ -1835,11 +1835,12 @@ steps:
|
|||
@enumerate
|
||||
@item
|
||||
Insert the original message, including the mail headers into the reply
|
||||
buffer. At this point you should not modify the raw text in any way, and
|
||||
buffer. At this point you should not modify the raw text in any way
|
||||
(except for any necessary decoding, e.g. of quoted-printable text), and
|
||||
you should place all the original headers into the body of the reply.
|
||||
This means that many of the mail headers will be duplicated, one copy
|
||||
above the @code{mail-header-separator} line and one copy below,
|
||||
however there will probably be more headers below this line.@refill
|
||||
above the @code{mail-header-separator} line and one copy below, however
|
||||
there will probably be more headers below this line.@refill
|
||||
|
||||
@item
|
||||
Set @samp{point} to the beginning of the line containing the first mail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue