Skip to content

Commit

Permalink
stable/mbox2send: add line to break messages up
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Jul 19, 2012
1 parent a59ac96 commit a69456a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stable/mbox2send
Expand Up @@ -78,3 +78,5 @@ close FILE;
print "# New mailbox is in $mboxnew\n";
print "# To send the patches out, do:\n";
print "cat $mboxnew | formail -A \"In-Reply-To: <FOO>\" -s msmtp-enqueue.sh\n";
print "# or\n";
print "< $mboxnew formail -ds sh -c 'cat > msg.\$FILENO'\n";

0 comments on commit a69456a

Please sign in to comment.