Change options when sending non-printable characters.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 21 Oct 2010 01:29:29 +0000 (03:29 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 21 Oct 2010 01:29:29 +0000 (03:29 +0200)
lisp/ChangeLog
lisp/message.el

index 35fd638..5e42331 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * message.el (message-fix-before-sending): Change options when sending
+       non-printable characters.
+
        * gnus.el (gnus-update-message-archive-method): Change the default to
        monthly outgoing groups.
 
index 1627dfe..d8927eb 100644 (file)
@@ -4250,7 +4250,7 @@ conformance."
                 (?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"))