#!/bin/sh -- cat < #include #include "mutt.h" void mutt_print_patchlist (void) { EOF while read patch ; do echo " puts (\"${patch}\");" done echo "}"