2001-04-10 Colin Marquardt <colin.marquardt@usa.alcatel.com>
authorSimon Josefsson <jas@extundo.com>
Tue, 10 Apr 2001 13:01:21 +0000 (13:01 +0000)
committerSimon Josefsson <jas@extundo.com>
Tue, 10 Apr 2001 13:01:21 +0000 (13:01 +0000)
* message.el (message-send-mail): Improve the interaction with the
user.

lisp/ChangeLog
lisp/message.el

index f16b42f..62c4f0d 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
+
+       * message.el (message-send-mail): Improve the interaction with the
+       user.
+
 2001-04-10  Simon Josefsson  <simon@josefsson.org>
 
        * imap.el (imap-message-copy): Work around buggy servers that
index 596c34a..b7f725f 100644 (file)
@@ -2380,7 +2380,7 @@ It should typically alter the sending method in some way or other."
     (pop actions)))
 
 (defun message-send-mail-partially ()
-  "Sendmail as message/partial."
+  "Send mail as message/partial."
   ;; replace the header delimiter with a blank line
   (goto-char (point-min))
   (re-search-forward
@@ -2508,7 +2508,7 @@ It should typically alter the sending method in some way or other."
            (message-insert-courtesy-copy))
          (if (or (not message-send-mail-partially-limit)
                  (< (point-max) message-send-mail-partially-limit)
-                 (not (y-or-n-p "The message size is too large, should it be sent partially? ")))
+                 (not (y-or-n-p "Message exceeds message-send-mail-partially-limit, send in parts? ")))
              (mm-with-unibyte-current-buffer
                (message "Sending via mail...")
                (funcall message-send-mail-function))