/[emacs]/emacs/lisp/mail/smtpmail.el
ViewVC logotype

Diff of /emacs/lisp/mail/smtpmail.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by gerd, Tue Aug 7 14:43:48 2001 UTC revision 1.31.4.1 by eliz, Mon Dec 10 19:52:41 2001 UTC
# Line 310  This is relative to `smtpmail-queue-dir' Line 310  This is relative to `smtpmail-queue-dir'
310                                                     (end-of-line)                                                     (end-of-line)
311                                                     (point))))                                                     (point))))
312          (load file-msg)          (load file-msg)
313          (setq tembuf (find-file-noselect file-msg))          ;; Insert the message literally: it is already encoded as per
314            ;; the MIME headers, and code conversions might guess the
315            ;; encoding wrongly.
316            (setq tembuf (find-file-noselect file-msg nil t))
317          (if (not (null smtpmail-recipient-address-list))          (if (not (null smtpmail-recipient-address-list))
318              (if (not (smtpmail-via-smtp smtpmail-recipient-address-list              (if (not (smtpmail-via-smtp smtpmail-recipient-address-list
319                                          tembuf))                                          tembuf))

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.31.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26