]> granicus.if.org Git - neomutt/commitdiff
remove last references to pgpring
authorRichard Russon <rich@flatcap.org>
Fri, 1 Jun 2018 09:47:04 +0000 (10:47 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 1 Jun 2018 09:58:12 +0000 (10:58 +0100)
.gitignore
doc/neomutt.man
doc/neomutt.pwl
init.h

index 867dec843de7b9647ae4561872f08de68badc861..db1b477e4875c696fd37345f97eba99807d89d1a 100644 (file)
@@ -23,7 +23,6 @@ git_ver.h
 hcache/hcversion.h
 neomutt
 pgpewrap
-pgpring
 test/neomutt-test
 
 # ./configure
index ed62e34f47e47acbc79585c29011ac752559ce9e..a7b46d83cf21d35a29a68a4297b742d5cd234993 100644 (file)
@@ -388,14 +388,6 @@ option \fB\-g\fP.
 .
 .TP
 .SM
-.B PGPPATH
-Directory in which the user's PGP public keyring can be found. When used with
-the original PGP program, NeoMutt and
-.BR pgpring (1)
-rely on this being set.
-.
-.TP
-.SM
 .B RANDFILE
 Like configuration variable $entropy_file, defines a path to a file which
 includes random data that is used to initialize SSL library functions. If
@@ -567,7 +559,6 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 .BR mailx (1),
 .BR msmtp (1),
 .BR notmuch (1),
-.BR pgpring (1),
 .BR sendmail (1),
 .BR smail (1),
 .BR RAND_egd (3),
index 21ffbc220ffb786d73d8e006c644a9df8032b929..29fd99c8d4045e5916e342500a0310bcac4d0318 100644 (file)
@@ -119,7 +119,6 @@ COLORFGBG
 hdr
 IDNs
 unignore
-fCpgpring
 expr
 frm
 preconnect
diff --git a/init.h b/init.h
index 86ccef4479891421eed1f533fc2bb1d009f97131..15cec68ce9cca783ab10fb8982161143307627e7 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2441,9 +2441,6 @@ struct Option MuttVars[] = {
   ** gpg --list-keys --with-colons --with-fingerprint
   ** .te
   ** .pp
-  ** This format is also generated by the \fCpgpring\fP utility which comes
-  ** with NeoMutt.
-  ** .pp
   ** Note: gpg's \fCfixed-list-mode\fP option should not be used.  It
   ** produces a different date format which may result in NeoMutt showing
   ** incorrect key generation dates.
@@ -2461,9 +2458,6 @@ struct Option MuttVars[] = {
   ** gpg --list-keys --with-colons --with-fingerprint
   ** .te
   ** .pp
-  ** This format is also generated by the \fCpgpring\fP utility which comes
-  ** with NeoMutt.
-  ** .pp
   ** Note: gpg's \fCfixed-list-mode\fP option should not be used.  It
   ** produces a different date format which may result in NeoMutt showing
   ** incorrect key generation dates.