Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

pgpewrap (1)

Name

pgpewrap - Mutt command line munging tool

Synopsis

Please see following description for synopsis

Description

pgpewrap(1)                      User Manuals                      pgpewrap(1)



NAME
       pgpewrap - Mutt command line munging tool


SYNTAX
       pgpewrap [ flags ] -- prefix [ recipients ]


DESCRIPTION
       This  is  a  little C program which does some command line munging: The
       first argument is a command to be executed.  When pgpewrap encounters a
       "--"  (dash-dash)  argument,  it  will interpret the next argument as a
       prefix which is put in front of all following arguments.


EXAMPLE
               pgpewrap pgpe file -- -r a b c

       will execute:

               pgpe file -r a -r b -r c

       This script is needed with PGP 5 and with GPG, since their command line
       interfaces can't be properly served by mutt's format mechanism.




ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | mail/mutt        |
       +---------------+------------------+
       |Stability      | Volatile         |
       +---------------+------------------+

NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source                was                downloaded                from
       ftp://ftp.mutt.org/pub/mutt/mutt-2.2.3.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.mutt.org/.



Unix                               May 2013                        pgpewrap(1)