Removed newline before generated From:.
authorDavid Levine <levinedl@acm.org>
Thu, 14 Jun 2012 03:32:46 +0000 (22:32 -0500)
committerDavid Levine <levinedl@acm.org>
Thu, 14 Jun 2012 03:32:46 +0000 (22:32 -0500)
uip/mhmail.in

index d2d9d26..809668a 100755 (executable)
@@ -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