annotate summary.roff @ 162:5520bbde3767

Renamed Chapter 3 back from `Future of mmh' to `Summary'.
author markus schnalke <meillo@marmaro.de>
date Mon, 09 Jul 2012 17:41:05 +0200
parents future.roff@72ef1f2e58a3
children 5c01017be420
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
1 .H0 "Summary
132
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
2 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
3 This document describes and explains my work on mmh.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
4 I have streamlined the project by removing programs, facilities
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
5 and options that diverted from the main task of mmh, being a MUA.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
6 I have modernized the code base removing obsolete functions and
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
7 activating modern features per default.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
8 Further more, I improved the style by refactoring clumpsy code
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
9 and by defining or exploiting clear concepts.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
10 All my work was motivated by Antoine de Saint Exupery's well-known
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
11 statement:
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
12 .[
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
13 antoine de saint exupery: Wind, Sand and Stars (1939)
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
14 .]
132
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
15 .QS
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
16 It seems that perfection is attained not when there is nothing
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
17 more to add, but when there is nothing more to remove.
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
18 .QE
148
e042616ad3a2 future/summary: Added more notes.
markus schnalke <meillo@marmaro.de>
parents: 135
diff changeset
19 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
20 In contrast to the common expectations, I have hardly added new features.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
21 I regard my improvements in selecting the relevant set of existing
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
22 features and exploiting the concepts more thoroughly.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
23 I believe, the result is a system simpler and clearer for both
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
24 developing and using, without lacking important functionality.
132
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
25
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
26
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
27 .U2 "Work Left to Do
132
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
28 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
29 The work done during the project is not finished.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
30 Several tasks are left to do, mainly the MIME integration.
132
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
31 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
32 MIME handling is the most complex part of mmh and it requires
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
33 general rework.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
34 The changes already done to it build upon the existing structure.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
35 Yet, MIME support is not truly integrated.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
36 For instance, accessing messages and accessing MIME parts of messages
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
37 have inherently different concepts, although a single concept should
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
38 cover both.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
39 The sequence notation should provide a way to address MIME parts directly.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
40 Furthermore, the sequence notation should be made more powerful in general.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
41 For instance, it is currently not possible to access the second last
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
42 message in a given sequence.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
43 Displaying messages with
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
44 .Pn show
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
45 requires further rework.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
46 Encrypted messages, for example, should be decoded automatically
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
47 and digital signatures should be verified on-the-fly.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
48 The whole task should be aligned with the common behavior of other
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
49 mail clients.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
50 MH's unique features should not be lost, but the default should become
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
51 less surprising.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
52 Transfer-decoding of the quoted text in replys and encoding of non-ASCII
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
53 characters in message header fields like
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
54 .Hd Subject
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
55 remain unsolved.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
56 .P
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
57 Besides MIME-related tasks, some tools were not worked on yet.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
58 Among them are
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
59 .Pn dist ,
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
60 .Pn rcvdist ,
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
61 .Pn mark ,
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
62 .Pn pick ,
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
63 and
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
64 .Pn sortm .
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
65 Concerning
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
66 .Pn sortm ,
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
67 a threaded message view is completely missing to mmh, yet.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
68 .Pn pick
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
69 could profit from message indexing.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
70 No research was performed in this field.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
71 .P
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
72 The features most often asked for are Maildir and IMAP support.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
73 Yet, both of them collide with MH in the same fundamental way as
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
74 different filesystem approaches would collide with Unix.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
75 Nevertheless, a storage back-end abstraction layer could provide
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
76 a mapping from such back-ends to the MH storage format.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
77 Research in this area is highly appreciated.
132
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
78
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
79
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
80 .U2 "Relationship to nmh
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
81 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
82 The mmh project started as an experimental version of nmh because the
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
83 nmh community did not welcome my changes in the mainline version.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
84 To not slow my work down by the need to convince the community in
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
85 discussions for each step I liked to take,
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
86 I started to create an experimental version to convicce by demonstration
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
87 of the result.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
88 My worked on mmh was independent of the nmh community.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
89 This enabled me to follow my vision straightly and thus produce
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
90 a result of greater pureness.
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
91 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
92 Mmh shall be considered an inspiration for the future development of nmh.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
93 It shall show identify weak part of nmh and suggest possible
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
94 improvements by change.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
95 It shall present a lean appearance that is simpler to understand
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
96 and work with for developers and users.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
97 By all means shall my work on mmh improve nmh in some way.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
98 Improving nmh directly in the way I wanted was impossible for me
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
99 due to personal and community-related circumstances.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
100 The mmh project is my way to offer my gifts though.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
101 .P
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
102 During my work on mmh, the community of nmh suddenly became very active.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
103 They have worked on nmh in parallel to my work on mmh.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
104 There was no collaberation in our work, except that I have pulled some
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
105 changes from nmh to mmh.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
106 Our work was motivated partly by similar and partly by different aims.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
107 Although some changes are common among both projects,
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
108 fundamental differences exist.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
109 My experimental version thus more and more felt like being a fork.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
110 I am undecided how I like to have it.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
111 Yet, I am strongly convinced that most of the decisions taken in mmh
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
112 were good to achieve my goals and I like to push the project even
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
113 farther in this direction.
53
01d06ca2eb1b Rework based on comments by Lydi.
markus schnalke <meillo@marmaro.de>
parents: 42
diff changeset
114
132
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
115
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
116 .U2 "Weaknesses of My Work
53
01d06ca2eb1b Rework based on comments by Lydi.
markus schnalke <meillo@marmaro.de>
parents: 42
diff changeset
117 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
118 not targeting on the right problems (maildir, imap)
148
e042616ad3a2 future/summary: Added more notes.
markus schnalke <meillo@marmaro.de>
parents: 135
diff changeset
119
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
120 .P
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
121 refactoring requires testing, automated testing
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
122
148
e042616ad3a2 future/summary: Added more notes.
markus schnalke <meillo@marmaro.de>
parents: 135
diff changeset
123 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
124 communication with nmh.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
125 worked behind closed doors, but no:
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
126 talks I've given
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
127
148
e042616ad3a2 future/summary: Added more notes.
markus schnalke <meillo@marmaro.de>
parents: 135
diff changeset
128 .P
158
a6dc418ab0a4 Minor changes.
markus schnalke <meillo@marmaro.de>
parents: 148
diff changeset
129 focus on myself.
a6dc418ab0a4 Minor changes.
markus schnalke <meillo@marmaro.de>
parents: 148
diff changeset
130 But: If good for me then also good for others.