annotate summary.roff @ 185:6f8adf7d190c

style: Extended the system to handle appendices and fixed the page hdrs.
author markus schnalke <meillo@marmaro.de>
date Wed, 11 Jul 2012 11:05:22 +0200
parents eb6eeb10afd5
children 22feb390ccc4
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
178
520b3c7abba1 s/a MUA/an MUA/
markus schnalke <meillo@marmaro.de>
parents: 173
diff changeset
5 and options that diverted from the main task of mmh, being an MUA.
161
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.
181
eb6eeb10afd5 Various stuff: Checked quotes, s/further more/furthermore/, etc
markus schnalke <meillo@marmaro.de>
parents: 179
diff changeset
8 Furthermore, I improved the style by refactoring clumpsy code
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
9 and by defining or forcing clear concepts.
161
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
164
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
27 .U2 "Outlook
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.
164
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
30 Several tasks are 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
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.
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
46 Encrypted messages should, for example, be decoded automatically
161
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
164
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
57 Some of mmh's tools were hardly touched during my work.
161
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 .
164
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
65 Related to
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
66 .Pn sortm ,
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
67 a threaded message view is completely missing in mmh, yet.
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
68 .Pn pick
164
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
69 could be enhanced by message indexing.
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
70 These fields are worthwhile for research.
161
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.
164
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
75 Nevertheless, an abstraction layer could provide a mapping from such
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
76 storage back-ends to the MH storage format.
173
4c7db172fb59 Various corrections and improvements.
markus schnalke <meillo@marmaro.de>
parents: 166
diff changeset
77 Or the mmh tool chest could be reworked to operate on a generic back-end,
164
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
78 making the MH storage format only one of many possible back-ends.
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
79 Research in this area is highly appreciated.
164
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
80 .\" XXX targeting the right problems?!
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
81 .P
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
82 Nmh has a testing framework that supported the developers by detecting
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
83 several subtle bugs.
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
84 All refactoring in mmh had been done without the safety net of a test
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
85 framework.
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
86 Hence, experience warns that the probability for subtle bugs lurking
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
87 in the code base is high.
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
88 Nmh's test framework should be adjusted to mmh and extended.
166
f102dcc06bb9 s/digital cryptography/signing and encryption/
markus schnalke <meillo@marmaro.de>
parents: 164
diff changeset
89 .\" XXX path notation; signing and encrypting
132
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
90
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
91
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
92 .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
93 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
94 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
95 nmh community did not welcome my changes in the mainline version.
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
96 To not slow down my work by the need to convince the community in
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
97 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
98 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
99 of the result.
164
5c01017be420 Reacted to suggestions by Aaron Mueller.
markus schnalke <meillo@marmaro.de>
parents: 162
diff changeset
100 .\" behind closed doors; talks I've given
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
101 My work on mmh was independent of the nmh community.
181
eb6eeb10afd5 Various stuff: Checked quotes, s/further more/furthermore/, etc
markus schnalke <meillo@marmaro.de>
parents: 179
diff changeset
102 .\" XXX straight?
eb6eeb10afd5 Various stuff: Checked quotes, s/further more/furthermore/, etc
markus schnalke <meillo@marmaro.de>
parents: 179
diff changeset
103 This enabled me to follow my vision straightforwardly and thus produce
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
104 a result of greater pureness.
0
dc2bfef4cda7 Initial commit: Basic structure, macros and fonts.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
105 .P
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
106 Mmh shall be considered as an inspiration for the future development of nmh.
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
107 It shall identify weak parts of nmh and suggest possible
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
108 improvements by change.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
109 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
110 and work with for developers and users.
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
111 By all means, my work on mmh shall improve nmh in some way.
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
112 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
113 due to personal and community-related circumstances.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
114 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
115 .P
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
116 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
117 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
118 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
119 changes from nmh to mmh.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
120 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
121 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
122 fundamental differences exist.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
123 My experimental version thus more and more felt like being a fork.
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
124 I am undecided how I like to treat it.
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
125 .P
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
126 Yet, I am strongly convinced that the decisions taken for the
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
127 development of mmh were good ones with regard of my goals,
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
128 and I like to push the project farther in this direction.
53
01d06ca2eb1b Rework based on comments by Lydi.
markus schnalke <meillo@marmaro.de>
parents: 42
diff changeset
129
132
8c56dac46efe Renamed Summary to Future of mmh; added some text fragments there.
markus schnalke <meillo@marmaro.de>
parents: 107
diff changeset
130
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
131 .ig
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
132 .U2 "Weaknesses of My Work
53
01d06ca2eb1b Rework based on comments by Lydi.
markus schnalke <meillo@marmaro.de>
parents: 42
diff changeset
133 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
134 not targeting on the right problems (maildir, imap)
148
e042616ad3a2 future/summary: Added more notes.
markus schnalke <meillo@marmaro.de>
parents: 135
diff changeset
135
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
136 .P
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
137 refactoring requires testing, automated testing
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
138
148
e042616ad3a2 future/summary: Added more notes.
markus schnalke <meillo@marmaro.de>
parents: 135
diff changeset
139 .P
161
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
140 communication with nmh.
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
141 worked behind closed doors, but no:
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
142 talks I've given
72ef1f2e58a3 More text for the Future/Summary chapter.
markus schnalke <meillo@marmaro.de>
parents: 158
diff changeset
143
148
e042616ad3a2 future/summary: Added more notes.
markus schnalke <meillo@marmaro.de>
parents: 135
diff changeset
144 .P
158
a6dc418ab0a4 Minor changes.
markus schnalke <meillo@marmaro.de>
parents: 148
diff changeset
145 focus on myself.
a6dc418ab0a4 Minor changes.
markus schnalke <meillo@marmaro.de>
parents: 148
diff changeset
146 But: If good for me then also good for others.
179
b59201e345e5 Applied further corrections by Aaron.
markus schnalke <meillo@marmaro.de>
parents: 178
diff changeset
147 ..