Removed `-format string' switches but made -form accept `=formatstring'.
authormarkus schnalke <meillo@marmaro.de>
Fri, 10 Feb 2012 09:20:47 +0000 (10:20 +0100)
committermarkus schnalke <meillo@marmaro.de>
Fri, 10 Feb 2012 09:20:47 +0000 (10:20 +0100)
commitf51956be123db66b00138f80464d06f030dbb88d
tree998b10545db20f11f6aa47197682ff14abebc46b
parent84c6039eb7226c0ba0a8f708205e33d10950d2ae
Removed `-format string' switches but made -form accept `=formatstring'.
For all tools that take `-from file' or `-format string' switches, those
were merged: `-format string' went away, but one may supply any such string
to the -form switch by prepending it with an equal sign `='. Thus
scan -format '%(msg) %{from}'
is now written as
scan -form '=%(msg) %{from}'
Note: mhl isn't adjusted this way, yet. It's too complex to be understood
by me, now. Thus, it still remains as it was: Any parameter to -form will be
interepreted as a filter *file*. As show and mhshow use mhl, they are
affected, too.

In the same go: Compactified the new_fs() function: folded the arguments.
24 files changed:
h/fmt_scan.h
h/prototypes.h
h/scansbr.h
man/ap.man8
man/dp.man8
man/fmtdump.man8
man/inc.man1
man/mh-chart.man1
man/mhl.man1
man/rcvtty.man1
man/scan.man1
sbr/fmt_new.c
uip/ap.c
uip/comp.c
uip/dist.c
uip/dp.c
uip/fmtdump.c
uip/forw.c
uip/inc.c
uip/mhlsbr.c
uip/rcvdist.c
uip/rcvtty.c
uip/repl.c
uip/scan.c