changeset 184:1d28ed59de8a

Added appendix ``tools of mmh''
author markus schnalke <meillo@marmaro.de>
date Wed, 11 Jul 2012 11:04:43 +0200
parents 4c5055a0e981
children 6f8adf7d190c
files makefile tools.roff
diffstat 2 files changed, 58 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Wed Jul 11 10:13:54 2012 +0200
+++ b/makefile	Wed Jul 11 11:04:43 2012 +0200
@@ -1,7 +1,7 @@
 NAME = thesis
 CHAPS = style front.roff dedication.roff toc.roff \
-	preface.roff intro.roff discussion.roff summary.roff refs.roff \
-	official.roff colophon.roff
+	preface.roff intro.roff discussion.roff summary.roff tools.roff \
+	refs.roff official.roff colophon.roff
 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress
 REFER = refer -n -p bib -p rfcs -e -P -sLAD -l,2 -k
 
@@ -10,12 +10,12 @@
 $(NAME).ps: $(CHAPS) makefile bib rfcs toc.ig refs.ig
 	export TROFFONTS=fonts;\
 	soelim $(CHAPS) | $(REFER) | \
-		grap | pic | troff -Tps -ms 2>err.ig | dpost >$@
+		tbl | grap | pic | troff -Tps -ms 2>err.ig | dpost >$@
 
 err.ig: $(CHAPS)
 	export TROFFONTS=fonts;\
 	soelim $(CHAPS) | $(REFER) | \
-		grap | pic | troff -Tps -ms -rZ1 -z 2>$@
+		tbl | grap | pic | troff -Tps -ms -rZ1 -z 2>$@
 
 toc.ig: err.ig
 	sed -n '/^TOC____/s///p' err.ig >$@
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools.roff	Wed Jul 11 11:04:43 2012 +0200
@@ -0,0 +1,54 @@
+.AP
+.H0 "Tools of mmh"
+.P
+.TS
+expand;
+lfCW l.
+ali	list mail aliases
+anno	annotate messages
+ap	parse addresses 822-style
+burst	explode digests into messages
+comp	compose a message
+dist	redistribute a message to additional addresses
+dp	parse dates 822-style
+flist	list folders with messages in given sequence(s)
+flists	list all folders with messages in given sequence(s)
+fmtdump	decode mmh format files
+folder	set/list current folder/message
+folders	list all folders
+forw	forward messages
+inc	incorporate new mail
+mark	mark messages
+mhbuild	translate MIME composition draft
+mhlist	list information about content of MIME messages
+mhl	produce formatted listings of mmh messages
+mhmail	send mail (mailx replacement)
+mhparam	print mmh profile components
+mhpath	print full pathnames of mmh messages and folders
+mhpgp	verify and decrypt a message with gnupg
+mhsign	sign or encrypt a message with gnupg
+mhstore	store contents of MIME messages into files
+mmh	initialize the mmh environment
+mmhwrap	adjust the search path
+next	show the next message
+packf	pack a folder into mbox format
+pick	select messages by content
+prev	show the previous message
+prompter	prompting editor front end
+rcvdist	asynchronously redistribute new mail
+rcvpack	asynchronously append a message to an mbox file
+rcvstore	asynchronously incorporate new mail
+refile	file messages in other folders
+repl	reply to a message
+rmf	remove folder
+rmm	remove messages
+scan	produce a one line per message scan listing
+sendfiles	send multiple files and directories in MIME message
+send	send a message
+show	display MIME messages
+slocal	asynchronously filter and deliver new mail
+sortm	sort messages
+spost	deliver a message
+whatnow	prompting front-end for send
+whom	list recipients of a message
+.TE