diff -up mutt-1.5.21/doc/Makefile.in.manhelp mutt-1.5.21/doc/Makefile.in --- mutt-1.5.21/doc/Makefile.in.manhelp 2010-08-25 18:31:48.000000000 +0200 +++ mutt-1.5.21/doc/Makefile.in 2013-05-20 17:03:19.557439907 +0200 @@ -218,6 +218,8 @@ EXTRA_DIST = dotlock.man \ smime_keys.man \ muttbug.man \ mutt.man \ + pgpewrap.man \ + pgpring.man \ PGP-Notes.txt \ applying-patches.txt \ devel-notes.txt \ @@ -519,7 +521,7 @@ uninstall-am: uninstall-local all: makedoc-all -makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt +makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt pgpewrap.1 pgpring.1 install-data-local: makedoc-all instdoc $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1 @@ -527,6 +529,8 @@ install-data-local: makedoc-all instdoc $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) ./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 $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/flea.1 ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/muttbug.1 test x@DOTLOCK_TARGET@ = x || ./instdoc $(srcdir)/dotlock.man \ @@ -555,7 +559,7 @@ install-data-local: makedoc-all instdoc fi uninstall-local: - for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1; do \ + for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1 pgpewrap.1 pgpring.1; do \ rm -f $(DESTDIR)$(mandir)/man1/$$f ; \ done for f in muttrc.5 mbox.5 mmdf.5 ; do \ @@ -620,7 +624,7 @@ sortcheck: manual.xml 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 + rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man pgpewrap.1 pgpring.1 rm -f *.aux *.log *.tex *.out instdoc: instdoc.sh @@ -640,6 +644,12 @@ mutt.1: $(srcdir)/mutt.man smime_keys.1: $(srcdir)/smime_keys.man $(EDIT) $(srcdir)/smime_keys.man > $@ +pgpewrap.1: $(srcdir)/pgpewrap.man + $(EDIT) $(srcdir)/pgpewrap.man > $@ + +pgpring.1: $(srcdir)/pgpring.man + $(EDIT) $(srcdir)/pgpring.man > $@ + stamp-doc-xml: makedoc$(EXEEXT) $(top_srcdir)/init.h \ manual.xml.head $(top_srcdir)/functions.h $(top_srcdir)/OPS* manual.xml.tail \ $(srcdir)/gen-map-doc $(top_srcdir)/VERSION $(top_srcdir)/ChangeLog diff -up mutt-1.5.21/doc/manual.html.manhelp mutt-1.5.21/doc/manual.html --- mutt-1.5.21/doc/manual.html.manhelp 2013-05-20 17:01:07.570442214 +0200 +++ mutt-1.5.21/doc/manual.html 2013-05-20 17:01:13.082442117 +0200 @@ -4171,7 +4171,7 @@ case-insensitivity). Running mutt with no arguments will make Mutt attempt to read your spool mailbox. However, it is possible to read other mailboxes and to send messages from the command line as well. -

Table 9.1. Command line options

OptionDescription
-Aexpand an alias
-aattach a file to a message
-bspecify a blind carbon-copy (BCC) address
-cspecify a carbon-copy (Cc) address
-Dprint the value of all Mutt variables to stdout
-especify a config command to be run after initialization files are read
-fspecify a mailbox to load
-Fspecify an alternate file to read initialization commands
-hprint help on command line options
-Hspecify a draft file from which to read a header and body
-ispecify a file to include in a message composition
-mspecify a default mailbox type
-ndo not read the system Muttrc
-precall a postponed message
-Qquery a configuration variable
-Ropen mailbox in read-only mode
-sspecify a subject (enclose in quotes if it contains spaces)
-vshow version number and compile-time definitions
-xsimulate the mailx(1) compose mode
-yshow a menu containing the files specified by the mailboxes command
-zexit immediately if there are no messages in the mailbox
-Zopen the first folder with new message, exit immediately if none

+

Table 9.1. Command line options

OptionDescription
-Aexpand an alias
-aattach a file to a message
-bspecify a blind carbon-copy (BCC) address
-cspecify a carbon-copy (Cc) address
-Dprint the value of all Mutt variables to stdout
-dlog debugging output to ~/.muttdebug0 if complied with +DEBUG (level can be 1-5)
-especify a config command to be run after initialization files are read
-fspecify a mailbox to load
-Fspecify an alternate file to read initialization commands
-hprint help on command line options
-Hspecify a draft file from which to read a header and body
-ispecify a file to include in a message composition
-mspecify a default mailbox type
-ndo not read the system Muttrc
-precall a postponed message
-Qquery a configuration variable
-Ropen mailbox in read-only mode
-sspecify a subject (enclose in quotes if it contains spaces)
-vshow version number and compile-time definitions
-xsimulate the mailx(1) compose mode
-yshow a menu containing the files specified by the mailboxes command
-zexit immediately if there are no messages in the mailbox
-Zopen the first folder with new message, exit immediately if none

To read messages in a mailbox

mutt [-nz] [-F muttrc diff -up mutt-1.5.21/doc/manual.txt.manhelp mutt-1.5.21/doc/manual.txt --- mutt-1.5.21/doc/manual.txt.manhelp 2013-05-20 17:01:07.935442207 +0200 +++ mutt-1.5.21/doc/manual.txt 2013-05-20 17:01:13.622442108 +0200 @@ -6021,6 +6021,8 @@ Table 9.1. Command line options |------+----------------------------------------------------------------------| |-D |print the value of all Mutt variables to stdout | |------+----------------------------------------------------------------------| +|-d |log debugging output to ~/.muttdebug0 if complied with +DEBUG (1-5) | +|------+----------------------------------------------------------------------| |-e |specify a config command to be run after initialization files are read| |------+----------------------------------------------------------------------| |-f |specify a mailbox to load | diff -up mutt-1.5.21/doc/pgpewrap.man.manhelp mutt-1.5.21/doc/pgpewrap.man --- mutt-1.5.21/doc/pgpewrap.man.manhelp 2013-05-20 17:01:13.953442102 +0200 +++ mutt-1.5.21/doc/pgpewrap.man 2013-05-20 17:01:13.953442102 +0200 @@ -0,0 +1,46 @@ +.\" -*-nroff-*- +.\" +.\" pgpewrap, a command line munging tool +.\" Manpage Copyright (c) 2013 Honza Horak +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program; if not, write to the Free Software +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +.\" +.TH pgpewrap 1 "May 2013" Unix "User Manuals" +.SH NAME +pgpewrap \- Mutt command line munging tool + +.SH SYNTAX +.PP +\fBpgpewrap\fP [ \fBflags\fP ] \-\- \fBprefix\fP [ \fBrecipients\fP ] + +.SH DESCRIPTION +.PP +This is a little C program which does some command line munging: The +first argument is a command to be executed. When \fBpgpewrap\fP +encounters a "\-\-" (dash\-dash) argument, it will interpret the next +argument as a prefix which is put in front of all following +arguments. + +.SH 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. + diff -up mutt-1.5.21/doc/PGP-Notes.txt.manhelp mutt-1.5.21/doc/PGP-Notes.txt --- mutt-1.5.21/doc/PGP-Notes.txt.manhelp 2008-03-19 21:07:06.000000000 +0100 +++ mutt-1.5.21/doc/PGP-Notes.txt 2013-05-20 17:01:14.335442095 +0200 @@ -182,6 +182,10 @@ Command line options: -s Dump the secret key ring. + -S Dump signatures. + + -f Dump fingerprints. + 2. pgpewrap diff -up mutt-1.5.21/doc/pgpring.man.manhelp mutt-1.5.21/doc/pgpring.man --- mutt-1.5.21/doc/pgpring.man.manhelp 2013-05-20 17:01:14.685442089 +0200 +++ mutt-1.5.21/doc/pgpring.man 2013-05-20 17:01:14.685442089 +0200 @@ -0,0 +1,58 @@ +.\" -*-nroff-*- +.\" +.\" 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 +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" 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" +.SH NAME +pgpring \- Mutt key ring dumper + +.SH SYNTAX +.PP +\fBpgpring\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 +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). + +.SH OPTIONS +.TP +.BI \-k " keyring" +Dump the contents of the specified keyring. +.TP +.B \-2 +Use the default keyring for PGP 2.x. +.TP +.B \-5 +Use the default keyring for PGP 5. +.TP +.B \-s +Dump the secret keyring. +.TP +.B \-S +Dump signatures. +.TP +.B \-f +Dump fingerprints. + +.SH AUTHORS +Thomas Roessler + diff -up mutt-1.5.21/doc/reference.html.manhelp mutt-1.5.21/doc/reference.html --- mutt-1.5.21/doc/reference.html.manhelp 2013-05-20 17:01:10.220442167 +0200 +++ mutt-1.5.21/doc/reference.html 2013-05-20 17:01:15.013442084 +0200 @@ -31,7 +31,7 @@ tr { vertical-align: top; } Running mutt with no arguments will make Mutt attempt to read your spool mailbox. However, it is possible to read other mailboxes and to send messages from the command line as well. -

Table 9.1. Command line options

OptionDescription
-Aexpand an alias
-aattach a file to a message
-bspecify a blind carbon-copy (BCC) address
-cspecify a carbon-copy (Cc) address
-Dprint the value of all Mutt variables to stdout
-especify a config command to be run after initialization files are read
-fspecify a mailbox to load
-Fspecify an alternate file to read initialization commands
-hprint help on command line options
-Hspecify a draft file from which to read a header and body
-ispecify a file to include in a message composition
-mspecify a default mailbox type
-ndo not read the system Muttrc
-precall a postponed message
-Qquery a configuration variable
-Ropen mailbox in read-only mode
-sspecify a subject (enclose in quotes if it contains spaces)
-vshow version number and compile-time definitions
-xsimulate the mailx(1) compose mode
-yshow a menu containing the files specified by the mailboxes command
-zexit immediately if there are no messages in the mailbox
-Zopen the first folder with new message, exit immediately if none

+

Table 9.1. Command line options

OptionDescription
-Aexpand an alias
-aattach a file to a message
-bspecify a blind carbon-copy (BCC) address
-cspecify a carbon-copy (Cc) address
-Dprint the value of all Mutt variables to stdout
-dlog debugging output to ~/.muttdebug0 if complied with +DEBUG (level can be 1-5)
-especify a config command to be run after initialization files are read
-fspecify a mailbox to load
-Fspecify an alternate file to read initialization commands
-hprint help on command line options
-Hspecify a draft file from which to read a header and body
-ispecify a file to include in a message composition
-mspecify a default mailbox type
-ndo not read the system Muttrc
-precall a postponed message
-Qquery a configuration variable
-Ropen mailbox in read-only mode
-sspecify a subject (enclose in quotes if it contains spaces)
-vshow version number and compile-time definitions
-xsimulate the mailx(1) compose mode
-yshow a menu containing the files specified by the mailboxes command
-zexit immediately if there are no messages in the mailbox
-Zopen the first folder with new message, exit immediately if none

To read messages in a mailbox

mutt [-nz] [-F muttrc diff -up mutt-1.5.21/doc/Makefile.am.manhelp2 mutt-1.5.21/doc/Makefile.am --- mutt-1.5.21/doc/Makefile.am.manhelp2 2013-05-20 17:07:01.080436035 +0200 +++ mutt-1.5.21/doc/Makefile.am 2013-05-20 17:10:03.670432844 +0200 @@ -13,6 +13,8 @@ EXTRA_DIST = dotlock.man \ smime_keys.man \ muttbug.man \ mutt.man \ + pgpewrap.man \ + pgpring.man \ PGP-Notes.txt \ applying-patches.txt \ devel-notes.txt \ @@ -46,7 +48,7 @@ topsrcdir_DOCFILES = COPYRIGHT GPL INSTA all: makedoc-all -makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt +makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt pgpewrap.1 pgpring.1 install-data-local: makedoc-all instdoc $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1 @@ -54,6 +56,8 @@ install-data-local: makedoc-all instdoc $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) ./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 $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/flea.1 ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/muttbug.1 test x@DOTLOCK_TARGET@ = x || ./instdoc $(srcdir)/dotlock.man \ @@ -82,7 +86,7 @@ install-data-local: makedoc-all instdoc fi uninstall-local: - for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1; do \ + for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1 pgpewrap.1 pgpring.1; do \ rm -f $(DESTDIR)$(mandir)/man1/$$f ; \ done for f in muttrc.5 mbox.5 mmdf.5 ; do \ @@ -147,7 +151,7 @@ sortcheck: manual.xml 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 + rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man pgpewrap.1 pgpring.1 rm -f *.aux *.log *.tex *.out DISTCLEANFILES=manual.txt manual.html manual.xml manual.pdf html \ @@ -171,6 +175,12 @@ EDIT = sed -e 's,@sysconfdir\@,$(sysconf mutt.1: $(srcdir)/mutt.man $(EDIT) $(srcdir)/mutt.man > $@ +pgpewrap.1: $(srcdir)/pgpewrap.man + $(EDIT) $(srcdir)/pgpewrap.man > $@ + +pgpring.1: $(srcdir)/pgpring.man + $(EDIT) $(srcdir)/pgpring.man > $@ + smime_keys.1: $(srcdir)/smime_keys.man $(EDIT) $(srcdir)/smime_keys.man > $@