From a1840513e4a75fd7cba70a655087c7773f832775 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 12 Sep 2013 11:13:11 -0700 Subject: [PATCH] scripts/quilt-mail: use splitmbox.py instead of formail --- scripts/quilt-mail | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/quilt-mail b/scripts/quilt-mail index 8f2bbdaad14..f7df28a4716 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -128,7 +128,8 @@ echo "mbox is now in ${TMP_DIR}/${MBOX}" cd ${TMP_DIR} ${STABLE_QUEUE}../mbox2send ${ROOT_VERSION} ${MBOX} -< ${MBOX}.new formail -ds sh -c 'cat > msg.$FILENO' +#< ${MBOX}.new formail -ds sh -c 'cat > msg.$FILENO' +splitmbox.py ${MBOX}.new . # Add Linus and Andrew to the first email only: #sed -i -e "s/Cc: alan@lxorguk\.ukuu\.org\.uk/Cc: torvalds@linux-foundation\.org, akpm@linux-foundation\.org, alan@lxorguk\.ukuu\.org\.uk/" ${TMP_DIR}/msg.000 -- 2.47.3