projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89a6090
)
Removed newline before generated From:.
author
David Levine
<levinedl@acm.org>
Thu, 14 Jun 2012 03:32:46 +0000
(22:32 -0500)
committer
David Levine
<levinedl@acm.org>
Thu, 14 Jun 2012 03:32:46 +0000
(22:32 -0500)
uip/mhmail.in
patch
|
blob
|
history
diff --git
a/uip/mhmail.in
b/uip/mhmail.in
index
d2d9d26
..
809668a
100755
(executable)
--- a/
uip/mhmail.in
+++ b/
uip/mhmail.in
@@
-102,8
+102,8
@@
else
fi
if [ "${havefrom}" = 0 ]; then
nmhlibdir=`${nmhbindir}/mhparam libdir`
- header="${header:+${header}
-}From: "`${nmhlibdir}/ap -format '%(localmbox)' 0`"
+ header="${header:+${header}}From: "\
+`${nmhlibdir}/ap -format '%(localmbox)' 0`"
"
fi