#!/bin/sh # transform mails stored in MH format into MAILDIR format using procmail(1) # # Author: Dr. Jürgen Vollmer # Copyright (C) 2002 Dr. Jürgen Vollmer, Karlsruhe, Germany # For usage and license agreement, see below (function usage) # # Id: mh2maildir,v 1.19 2006/05/03 06:30:17 vollmer Exp $ # Version: 1.13 of 2006/05/03 # set -x CMD=`basename $0` ############################################################################### usage() { cat <