{
    "mode": "man",
    "parameter": "NEXT",
    "section": "1mh",
    "url": "https://www.chedong.com/phpMan.php/man/NEXT/1mh/json",
    "generated": "2026-06-15T16:00:56Z",
    "synopsis": "next [-help] [-version] [+folder] [-showproc program] [-showmimeproc program] [-header | -no‐‐\nheader] [-checkmime | -nocheckmime] [switches for showproc or showmimeproc]",
    "sections": {
        "NAME": {
            "content": "next - show the next nmh message\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "next [-help] [-version] [+folder] [-showproc program] [-showmimeproc program] [-header | -no‐‐\nheader] [-checkmime | -nocheckmime] [switches for showproc or showmimeproc]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "next performs a show on the next message in the specified (or current) folder.  Like show, it\npasses  any  switches on to the program showproc or showmimeproc, which is called to list the\nmessage.  This command is almost exactly equivalent to “show next”.  Consult the manual entry\nfor show(1) for all the details.\n",
            "subsections": []
        },
        "FILES": {
            "content": "$HOME/.mhprofile   The user profile\n",
            "subsections": []
        },
        "PROFILE COMPONENTS": {
            "content": "Path:               To determine the user's nmh directory\nCurrent-Folder:     To find the default current folder\nshowproc:           Program to show non-MIME messages\nshowmimeproc:       Program to show MIME messages\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "prev(1), show(1)\n",
            "subsections": []
        },
        "DEFAULTS": {
            "content": "+folder             The current folder.",
            "subsections": [
                {
                    "name": "-checkmime",
                    "content": ""
                },
                {
                    "name": "-header",
                    "content": ""
                }
            ]
        },
        "CONTEXT": {
            "content": "If  a  folder  is  specified,  it  will become the current folder.  The message that is shown\n(i.e., the next message in sequence) will become the current message.\n",
            "subsections": []
        },
        "BUGS": {
            "content": "next is really a link to the show program.  As a result, if you make a link to next and  that\nlink  is  not  called  next, your link will act like show instead.  To circumvent this, add a\nprofile-entry for the link to your nmh profile and add the argument next to the entry.\n\n\n\nnmh-1.7.1                                    1999-04-30                                    NEXT(1mh)",
            "subsections": []
        }
    },
    "summary": "next - show the next nmh message",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "prev",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/prev/1/json"
        },
        {
            "name": "show",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/show/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "React framework that uses server-side rendering for building optimized web applications.",
        "examples": [
            {
                "description": "Start the current application in development mode",
                "command": "next dev"
            },
            {
                "description": "Start the current application and listen on a specific port",
                "command": "next dev {{-p|--port}} {{port}}"
            },
            {
                "description": "Build the current application optimized for production",
                "command": "next build"
            },
            {
                "description": "Start the compiled application in production mode",
                "command": "next start"
            },
            {
                "description": "Start the compiled application and listen on a specific port",
                "command": "next start {{-p|--port}} {{port}}"
            },
            {
                "description": "Export the current application to static HTML pages",
                "command": "next export"
            },
            {
                "description": "Display the Next.js telemetry status",
                "command": "next telemetry"
            },
            {
                "description": "Display help for a subcommand",
                "command": "next {{build|dev|export|start|telemetry}} {{-h|--help}}"
            }
        ]
    }
}