Package: nmh / 1.7.1-4

10-mhuninstall Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Description: added section on uninstalling to install-mh man
Author: Alexander Zangerl <az@debian.org>
--- a/man/install-mh.man
+++ b/man/install-mh.man
@@ -83,3 +83,47 @@ With
 .BR \-auto ,
 the current folder is changed to
 .RI \*(lq inbox \*(rq.
+
+.SH "UNDOING THE INSTALLATION"
+
+If you only ran install-mh to try out
+.B nmh
+briefly, you might
+like to remove the configuration files it creates. (This is
+not obligatory --
+.B install-mh
+creates only a few small files so simply leaving them in
+place will not cause problems.)
+
+Most
+.B nmh
+configuration information lives in the user's
+.B nmh
+directory; you can print its name by running
+
+.B mhpath +
+
+Basically all plain files in the
+.B nmh
+directory are configuration files and can be removed.
+
+.I Attention:
+The
+.B nmh
+directory holds not just configuration files! Its subdirectories
+contain all the emails you have written or received with
+.B nmh.
+Don't delete the
+.B nmh
+directory without carefully checking that there are no mail files
+that you might want later!
+
+The only configuration file that lives outside the
+.B nmh
+directory is your profile file. You can print its name by
+running
+
+.B echo "${MH:-$HOME/.mh-profile}"
+
+If you aren't using nmh any more you can delete this file, too.
+