projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3807169
)
(smtpmail-send-it): Use `forward-line' with arg 1 before searching for the end
author
yamaoka
<yamaoka>
Wed, 16 Jun 1999 05:12:32 +0000
(
05:12
+0000)
committer
yamaoka
<yamaoka>
Wed, 16 Jun 1999 05:12:32 +0000
(
05:12
+0000)
of the Resent-To field.
smtpmail.el
patch
|
blob
|
history
diff --git
a/smtpmail.el
b/smtpmail.el
index
6458710
..
ba3991d
100644
(file)
--- a/
smtpmail.el
+++ b/
smtpmail.el
@@
-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)))