changeset 31:0caa9760fca8

wrote summary of ch04
author meillo@marmaro.de
date Thu, 25 Mar 2010 09:31:06 +0100
parents ec17b3a969c7
children d632de027d77
files unix-phil.ms
diffstat 1 files changed, 23 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/unix-phil.ms	Wed Mar 24 22:07:02 2010 +0100
+++ b/unix-phil.ms	Thu Mar 25 09:31:06 2010 +0100
@@ -1079,7 +1079,29 @@
 .NH 2
 Summary \s-1MH\s0
 .LP
-flexibility, no redundancy, use the shell
+\s-1MH\s0 is an \s-1MUA\s0 that follows the Unix Philosophy in its design
+and implementation.
+It consists of a toolchest of small tools, each of them does one job well.
+The tools are orthogonal to each other, to a large extend.
+However, for historical reasons, there also exist distinct tools
+that cover the same task.
+.PP
+The toolchest approach offers great flexibility to the user.
+He can use the complete power of the Unix shell with \s-1MH\s0.
+This makes \s-1MH\s0 a very powerful mail system.
+Extending and customizing \s-1MH\s0 is easy and encouraged, too.
+.PP
+Apart from the user's perspective, \s-1MH\s0 is development-friendly.
+Its overall design follows clear rules.
+The single tools do only one job, thus they are easy to understand,
+easy to write, and good to maintain.
+They are all independent and do not interfere with the others.
+Automated testing of their function is a straight forward task.
+.PP
+It is sad, that \s-1MH\s0's differentness is its largest problem,
+as its differentness is also its largest advantage.
+Unfortunately, for most people their habits are stronger
+than the attraction of the clear design and the power, \s-1MH\s0 offers.