1pgpewrap(1) User Manuals pgpewrap(1)
2
3
4
6 pgpewrap - Mutt command line munging tool
7
8
10 pgpewrap [ flags ] -- prefix [ recipients ]
11
12
14 This is a little C program which does some command line munging: The
15 first argument is a command to be executed. When pgpewrap encounters a
16 "--" (dash-dash) argument, it will interpret the next argument as a
17 prefix which is put in front of all following arguments.
18
19
21 pgpewrap pgpe file -- -r a b c
22
23 will execute:
24
25 pgpe file -r a -r b -r c
26
27 This script is needed with PGP 5 and with GPG, since their command line
28 interfaces can't be properly served by mutt's format mechanism.
29
30
31
32
33Unix May 2013 pgpewrap(1)