docs/master

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 diff
     1.1 --- a/makefile	Wed Jul 11 10:13:54 2012 +0200
     1.2 +++ b/makefile	Wed Jul 11 11:04:43 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  NAME = thesis
     1.5  CHAPS = style front.roff dedication.roff toc.roff \
     1.6 -	preface.roff intro.roff discussion.roff summary.roff refs.roff \
     1.7 -	official.roff colophon.roff
     1.8 +	preface.roff intro.roff discussion.roff summary.roff tools.roff \
     1.9 +	refs.roff official.roff colophon.roff
    1.10  PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress
    1.11  REFER = refer -n -p bib -p rfcs -e -P -sLAD -l,2 -k
    1.12  
    1.13 @@ -10,12 +10,12 @@
    1.14  $(NAME).ps: $(CHAPS) makefile bib rfcs toc.ig refs.ig
    1.15  	export TROFFONTS=fonts;\
    1.16  	soelim $(CHAPS) | $(REFER) | \
    1.17 -		grap | pic | troff -Tps -ms 2>err.ig | dpost >$@
    1.18 +		tbl | grap | pic | troff -Tps -ms 2>err.ig | dpost >$@
    1.19  
    1.20  err.ig: $(CHAPS)
    1.21  	export TROFFONTS=fonts;\
    1.22  	soelim $(CHAPS) | $(REFER) | \
    1.23 -		grap | pic | troff -Tps -ms -rZ1 -z 2>$@
    1.24 +		tbl | grap | pic | troff -Tps -ms -rZ1 -z 2>$@
    1.25  
    1.26  toc.ig: err.ig
    1.27  	sed -n '/^TOC____/s///p' err.ig >$@
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/tools.roff	Wed Jul 11 11:04:43 2012 +0200
     2.3 @@ -0,0 +1,54 @@
     2.4 +.AP
     2.5 +.H0 "Tools of mmh"
     2.6 +.P
     2.7 +.TS
     2.8 +expand;
     2.9 +lfCW l.
    2.10 +ali	list mail aliases
    2.11 +anno	annotate messages
    2.12 +ap	parse addresses 822-style
    2.13 +burst	explode digests into messages
    2.14 +comp	compose a message
    2.15 +dist	redistribute a message to additional addresses
    2.16 +dp	parse dates 822-style
    2.17 +flist	list folders with messages in given sequence(s)
    2.18 +flists	list all folders with messages in given sequence(s)
    2.19 +fmtdump	decode mmh format files
    2.20 +folder	set/list current folder/message
    2.21 +folders	list all folders
    2.22 +forw	forward messages
    2.23 +inc	incorporate new mail
    2.24 +mark	mark messages
    2.25 +mhbuild	translate MIME composition draft
    2.26 +mhlist	list information about content of MIME messages
    2.27 +mhl	produce formatted listings of mmh messages
    2.28 +mhmail	send mail (mailx replacement)
    2.29 +mhparam	print mmh profile components
    2.30 +mhpath	print full pathnames of mmh messages and folders
    2.31 +mhpgp	verify and decrypt a message with gnupg
    2.32 +mhsign	sign or encrypt a message with gnupg
    2.33 +mhstore	store contents of MIME messages into files
    2.34 +mmh	initialize the mmh environment
    2.35 +mmhwrap	adjust the search path
    2.36 +next	show the next message
    2.37 +packf	pack a folder into mbox format
    2.38 +pick	select messages by content
    2.39 +prev	show the previous message
    2.40 +prompter	prompting editor front end
    2.41 +rcvdist	asynchronously redistribute new mail
    2.42 +rcvpack	asynchronously append a message to an mbox file
    2.43 +rcvstore	asynchronously incorporate new mail
    2.44 +refile	file messages in other folders
    2.45 +repl	reply to a message
    2.46 +rmf	remove folder
    2.47 +rmm	remove messages
    2.48 +scan	produce a one line per message scan listing
    2.49 +sendfiles	send multiple files and directories in MIME message
    2.50 +send	send a message
    2.51 +show	display MIME messages
    2.52 +slocal	asynchronously filter and deliver new mail
    2.53 +sortm	sort messages
    2.54 +spost	deliver a message
    2.55 +whatnow	prompting front-end for send
    2.56 +whom	list recipients of a message
    2.57 +.TE