/patchlist.c
/conststrings.c
/pgpewrap
-/pgpring
+/mutt_pgpring
/reldate.h
/smime_keys
/txt2c
/doc/mutt.1
/doc/muttrc.man
/doc/pgpewrap.1
-/doc/pgpring.1
+/doc/mutt_pgpring.1
/doc/*.html
/doc/stamp-*
/doc/smime_keys.1
include $(top_srcdir)/flymake.am
AUTOMAKE_OPTIONS = 1.6 foreign
-EXTRA_PROGRAMS = mutt_dotlock pgpring pgpewrap mutt_md5
+EXTRA_PROGRAMS = mutt_dotlock mutt_pgpring pgpewrap mutt_md5
if BUILD_DOC
DOC_SUBDIR = doc
mutt_dotlock_LDADD = $(LIBOBJS)
mutt_dotlock_DEPENDENCIES = $(LIBOBJS)
-pgpring_SOURCES = pgppubring.c pgplib.c lib.c extlib.c sha1.c md5.c pgppacket.c ascii.c
-pgpring_LDADD = $(LIBOBJS) $(INTLLIBS)
-pgpring_DEPENDENCIES = $(LIBOBJS) $(INTLDEPS)
+mutt_pgpring_SOURCES = pgppubring.c pgplib.c lib.c extlib.c sha1.c md5.c pgppacket.c ascii.c
+mutt_pgpring_LDADD = $(LIBOBJS) $(INTLLIBS)
+mutt_pgpring_DEPENDENCIES = $(LIBOBJS) $(INTLDEPS)
mutt_md5_SOURCES = md5.c
mutt_md5_CFLAGS = -DMD5UTIL
if test x$have_pgp != xno ; then
AC_DEFINE(CRYPT_BACKEND_CLASSIC_PGP,1, [Define if you want classic PGP support.])
- PGPAUX_TARGET="pgpring\$(EXEEXT) pgpewrap\$(EXEEXT)"
+ PGPAUX_TARGET="mutt_pgpring\$(EXEEXT) pgpewrap\$(EXEEXT)"
MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o"
fi
set pgp_verify_key_command="pgp -kcc +language=mutt %r"
# read in the public key ring
-set pgp_list_pubring_command="pgpring -2 %r"
+set pgp_list_pubring_command="mutt_pgpring -2 %r"
# read in the secret key ring
-set pgp_list_secring_command="pgpring -s -2 %r"
+set pgp_list_secring_command="mutt_pgpring -s -2 %r"
# pattern for good signature
set pgp_good_sign="Good signature"
set pgp_verify_key_command="pgpk -c +batchmode +language=mutt --OutputInformationFD=1 %r"
# read in the public key ring
-set pgp_list_pubring_command="pgpring -5 %r"
+set pgp_list_pubring_command="mutt_pgpring -5 %r"
# read in the secret key ring
-set pgp_list_secring_command="pgpring -5 -s %r"
+set pgp_list_secring_command="mutt_pgpring -5 -s %r"
set pgp_verify_key_command="pgp6 +compatible -kcc %r"
# read in the public key ring
-set pgp_list_pubring_command="pgpring -5 %r"
+set pgp_list_pubring_command="mutt_pgpring -5 %r"
# read in the secret key ring
-set pgp_list_secring_command="pgpring -s -5 %r"
+set pgp_list_secring_command="mutt_pgpring -s -5 %r"
# create a clearsigned message
set pgp_clearsign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +batchmode +clearsig -afst %?a? -u %a?"
all: makedoc-all
-makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt pgpewrap.1 pgpring.1
+makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt pgpewrap.1 mutt_pgpring.1
install-data-local: makedoc-all instdoc
$(MKDIR_P) $(DESTDIR)$(mandir)/man1
./instdoc mutt.1 $(DESTDIR)$(mandir)/man1/mutt.1
./instdoc smime_keys.1 $(DESTDIR)$(mandir)/man1/smime_keys.1
./instdoc pgpewrap.1 $(DESTDIR)$(mandir)/man1/pgpewrap.1
- ./instdoc pgpring.1 $(DESTDIR)$(mandir)/man1/pgpring.1
+ ./instdoc mutt_pgpring.1 $(DESTDIR)$(mandir)/man1/mutt_pgpring.1
test x$(DOTLOCK_TARGET) = x || ./instdoc $(srcdir)/dotlock.man \
$(DESTDIR)$(mandir)/man1/mutt_dotlock.1
./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
fi
uninstall-local:
- for f in mutt.1 mutt_dotlock.1 smime_keys.1 pgpewrap.1 pgpring.1; do \
+ for f in mutt.1 mutt_dotlock.1 smime_keys.1 pgpewrap.1 mutt_pgpring.1; do \
rm -f $(DESTDIR)$(mandir)/man1/$$f ; \
done
for f in muttrc.5 mbox.5 mmdf.5 ; do \
rm -rf vars.tmp.1 vars.tmp.2
clean-local:
- rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man pgpewrap.1 pgpring.1
+ rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man pgpewrap.1 mutt_pgpring.1
rm -f *.aux *.log *.tex *.out
DISTCLEANFILES=manual.txt manual.html manual.xml manual.pdf html \
pgpewrap.1: $(srcdir)/pgpewrap.man
$(EDIT) $(srcdir)/pgpewrap.man > $@
-pgpring.1: $(srcdir)/pgpring.man
+mutt_pgpring.1: $(srcdir)/pgpring.man
$(EDIT) $(srcdir)/pgpring.man > $@
smime_keys.1: $(srcdir)/smime_keys.man
To use this, copy either language.txt or language50.txt (depending
on what PGP version you are using) to your $PGPPATH. Make sure the
PGP command formats pass "+language=pgp" to all the PGP binaries
-(but not to pgpring!).
+(but not to mutt_pgpring!).
For PGP 2.6, a German version called "muttde" is available
as well.
------------------
Mutt needs two auxiliary programs for its PGP support: pgpewrap and
-pgpring.
+mutt_pgpring.
-1. pgpring
+1. mutt_pgpring
-pgpring is a key ring dumper. It extracts information from PGP's
+mutt_pgpring is a key ring dumper. It extracts information from PGP's
binary key ring and emits it in an (almost) readable output format
understood by mutt's key selection routines. This output format
mimics the one used by the GNU Privacy Guard (GPG).
.IP "PGPPATH"
Directory in which the user's PGP public keyring can be found. When used with
the original PGP program, mutt and
-.B pgpring (1)
+.B mutt_pgpring (1)
rely on this being set.
.IP "TMPDIR"
Directory in which temporary files are created.
.\" -*-nroff-*-
.\"
-.\" pgpring, a key ring dumper
+.\" mutt_pgpring, a key ring dumper
.\" Manpage Copyright (c) 2004-2013 Matthew Wilcox, Honza Horak
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
.\"
-.TH pgpring 1 "May 2013" Unix "User Manuals"
+.TH mutt_pgpring 1 "May 2013" Unix "User Manuals"
.SH NAME
-pgpring \- Mutt key ring dumper
+mutt_pgpring \- Mutt key ring dumper
.SH SYNTAX
.PP
-\fBpgpring\fP [ \fB\-k\fP \fIkeyring\fP ] [ \fB\-2\fP | \fB\-5\fP ]
+\fBmutt_pgpring\fP [ \fB\-k\fP \fIkeyring\fP ] [ \fB\-2\fP | \fB\-5\fP ]
[ \fB\-s\fP ] [ \fB\-S\fP ] [ \fB\-f\fP ]
.SH DESCRIPTION
.PP
-pgpring is a key ring dumper. It extracts information from PGP's
+mutt_pgpring is a key ring dumper. It extracts information from PGP's
binary key ring and emits it in an (almost) readable output format
understood by mutt's key selection routines. This output format
mimics the one used by the GNU Privacy Guard (GPG).
** gpg --list-keys --with-colons --with-fingerprint
** .te
** .pp
- ** This format is also generated by the \fCpgpring\fP utility which comes
+ ** This format is also generated by the \fCmutt_pgpring\fP utility which comes
** with mutt.
** .pp
** Note: gpg's \fCfixed-list-mode\fP option should not be used. It
** gpg --list-keys --with-colons --with-fingerprint
** .te
** .pp
- ** This format is also generated by the \fCpgpring\fP utility which comes
+ ** This format is also generated by the \fCmutt_pgpring\fP utility which comes
** with mutt.
** .pp
** Note: gpg's \fCfixed-list-mode\fP option should not be used. It