(smtpmail-send-it): Use `forward-line' with arg 1 before searching for the end
authoryamaoka <yamaoka>
Wed, 16 Jun 1999 05:12:32 +0000 (05:12 +0000)
committeryamaoka <yamaoka>
Wed, 16 Jun 1999 05:12:32 +0000 (05:12 +0000)
of the Resent-To field.

smtpmail.el

index 6458710..ba3991d 100644 (file)
@@ -130,6 +130,7 @@ This is relative to `smtpmail-queue-dir'.")
                    (save-restriction
                      (narrow-to-region (point)
                                        (save-excursion
+                                         (forward-line 1)
                                          (while (looking-at "^[ \t]")
                                            (forward-line 1))
                                          (point)))