diff lisp/gnus/message.el @ 111072:a7fee19797df

message.el (message-fix-before-sending): Change options when sending non-printable characters. shr.el (shr-add-font): Don't put the font properties on the newline or the indentation.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 21 Oct 2010 01:49:12 +0000
parents fdb969225593
children 9d01a8aadec3
line wrap: on
line diff
--- a/lisp/gnus/message.el	Thu Oct 21 01:28:34 2010 +0000
+++ b/lisp/gnus/message.el	Thu Oct 21 01:49:12 2010 +0000
@@ -4206,7 +4206,7 @@
 		 (?r ,(format
 		       "Replace non-printable characters with \"%s\" and send"
 		       message-replacement-char))
-		 (?i "Ignore non-printable characters and send")
+		 (?s "Send as is without removing anything")
 		 (?e "Continue editing"))))
 	(if (eq choice ?e)
 	  (error "Non-printable characters"))