#!/bin/sh # # showp # # AUTHOR: # Dan Harkless # # COPYRIGHT: # This file is Copyright (C) 1998 by Dan Harkless, and is released under the # GNU General Public License . # # DESCRIPTION: # Shows a PGP mail using nmh's show and mhl and PGP's pgpv. # # INSTALLATION: # Put showp in a directory that's in your path. If you don't have a recent # version of nmh, you may not have mhl.headers and mhl.body. The nmh 0.22 # versions are available from my web site. # # DATE MODIFICATION # ========== ================================================================== # 1998-02-27 Do -nocheckmime on headers for boneheaded multipart/alternative. # 1998-02-05 Original. show $* -showproc mhl -form mhl.headers -nocheckmime show $* -showproc mhl -form mhl.body | pgpv -f