{
    "content": [
        {
            "type": "text",
            "text": "# INSTALL-MH (info)\n\n## NAME\n\ninstall-mh - initialize the nmh environment\n\n## SYNOPSIS\n\n/usr/lib/mh/install-mh [-help] [-version] [-auto] [-check]\n\n## DESCRIPTION\n\ninstall-mh  creates  the  initial setup for a first-time nmh user.  in-\nstall-mh is installed in two locations for historical reasons.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **FILES**\n- **PROFILE COMPONENTS**\n- **CONTEXT**\n- **UNDOING THE INSTALLATION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "INSTALL-MH",
        "section": "",
        "mode": "info",
        "summary": "install-mh - initialize the nmh environment",
        "synopsis": "/usr/lib/mh/install-mh [-help] [-version] [-auto] [-check]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 25,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "PROFILE COMPONENTS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CONTEXT",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "UNDOING THE INSTALLATION",
                "lines": 26,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "install-mh - initialize the nmh environment\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "/usr/lib/mh/install-mh [-help] [-version] [-auto] [-check]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "install-mh  creates  the  initial setup for a first-time nmh user.  in-\nstall-mh is installed in two locations for historical reasons.\n\nThe -auto switch does things as automatically as possible and makes in-\nstall-mh less chatty.\n\nThe  user is prompted for the name of the directory to be designated as\nthe user's nmh directory.  If this directory does not exist,  the  user\nis  asked  if it should be created.  Normally, this directory should be\nunder the user's home directory, and has the default  name  of  `Mail'.\ninstall-mh writes an initial .mhprofile for the user.\n\nAs  with all nmh commands, install-mh first checks for the existence of\nthe $MH environment variable, since that, if  set,  gives  the  profile\npath.   If it isn't set, the $HOME environment variable is consulted to\ndetermine the user's home directory.  If $HOME is  not  set,  then  the\n/etc/passwd file is consulted.\n\nWhen creating the user's .mhprofile, install-mh will check for the ex-\nistence of a global profile at  /etc/nmh/mh.profile.   If  found,  this\nwill be used to initialize the new .mhprofile.\n\nThe  -check  switch  checks  if nmh is installed.  (This can be used by\nother programs to determine if nmh has been installed.)\n",
                "subsections": []
            },
            "FILES": {
                "content": "$HOME/.mhprofile   The user's profile.\n/etc/nmh/mh.profile Used to initialize user's profile.\n",
                "subsections": []
            },
            "PROFILE COMPONENTS": {
                "content": "Path:               To set the user's nmh directory.\n",
                "subsections": []
            },
            "CONTEXT": {
                "content": "With -auto, the current folder is changed to \"inbox\".\n",
                "subsections": []
            },
            "UNDOING THE INSTALLATION": {
                "content": "If you only ran install-mh to try out nmh briefly, you  might  like  to\nremove  the  configuration files it creates. (This is not obligatory --\ninstall-mh creates only a few small files so  simply  leaving  them  in\nplace will not cause problems.)\n\nMost  nmh  configuration information lives in the user's nmh directory;\nyou can print its name by running\n\nmhpath +\n\nBasically all plain files in the nmh directory are configuration  files\nand can be removed.\n\nAttention:  The  nmh  directory holds not just configuration files! Its\nsubdirectories contain all the emails you have written or received with\nnmh.   Don't  delete  the nmh directory without carefully checking that\nthere are no mail files that you might want later!\n\nThe only configuration file that lives outside  the  nmh  directory  is\nyour profile file. You can print its name by running\n\necho ${MH:-$HOME/.mh-profile}\n\nIf you aren't using nmh any more you can delete this file, too.\n\nnmh-1.7.1                         2002-11-18                   INSTALL-MH(8mh)",
                "subsections": []
            }
        }
    }
}