mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

adds some missing options in doc and adds man pages for binaries pgpewrap and pgpring.

closes #3643

hhorak 70faa182 c19d914a

+17 -3
+13 -3
doc/Makefile.am
··· 13 13 smime_keys.man \ 14 14 muttbug.man \ 15 15 mutt.man \ 16 + pgpewrap.man \ 17 + pgpring.man \ 16 18 PGP-Notes.txt \ 17 19 applying-patches.txt \ 18 20 devel-notes.txt \ ··· 46 48 47 49 all: makedoc-all 48 50 49 - makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt 51 + makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt pgpewrap.1 pgpring.1 50 52 51 53 install-data-local: makedoc-all instdoc 52 54 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1 ··· 54 56 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) 55 57 ./instdoc mutt.1 $(DESTDIR)$(mandir)/man1/mutt.1 56 58 ./instdoc smime_keys.1 $(DESTDIR)$(mandir)/man1/smime_keys.1 59 + ./instdoc pgpewrap.1 $(DESTDIR)$(mandir)/man1/pgpewrap.1 60 + ./instdoc pgpring.1 $(DESTDIR)$(mandir)/man1/pgpring.1 57 61 ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/flea.1 58 62 ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/muttbug.1 59 63 test x@DOTLOCK_TARGET@ = x || ./instdoc $(srcdir)/dotlock.man \ ··· 82 86 fi 83 87 84 88 uninstall-local: 85 - for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1; do \ 89 + for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1 pgpewrap.1 pgpring.1; do \ 86 90 rm -f $(DESTDIR)$(mandir)/man1/$$f ; \ 87 91 done 88 92 for f in muttrc.5 mbox.5 mmdf.5 ; do \ ··· 147 151 rm -rf vars.tmp.1 vars.tmp.2 148 152 149 153 clean-local: 150 - rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man 154 + rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man pgpewrap.1 pgpring.1 151 155 rm -f *.aux *.log *.tex *.out 152 156 153 157 DISTCLEANFILES=manual.txt manual.html manual.xml manual.pdf html \ ··· 170 174 171 175 mutt.1: $(srcdir)/mutt.man 172 176 $(EDIT) $(srcdir)/mutt.man > $@ 177 + 178 + pgpewrap.1: $(srcdir)/pgpewrap.man 179 + $(EDIT) $(srcdir)/pgpewrap.man > $@ 180 + 181 + pgpring.1: $(srcdir)/pgpring.man 182 + $(EDIT) $(srcdir)/pgpring.man > $@ 173 183 174 184 smime_keys.1: $(srcdir)/smime_keys.man 175 185 $(EDIT) $(srcdir)/smime_keys.man > $@
+4
doc/PGP-Notes.txt
··· 182 182 183 183 -s Dump the secret key ring. 184 184 185 + -S Dump signatures. 186 + 187 + -f Dump fingerprints. 188 + 185 189 186 190 187 191 2. pgpewrap