{
    "content": [
        {
            "type": "text",
            "text": "# READMSG.MAILUTILS (man)\n\n## NAME\n\nreadmsg.mailutils - print messages.\n\n## SYNOPSIS\n\nreadmsg.mailutils [OPTION...]\n\n## DESCRIPTION\n\nGNU readmsg -- print messages.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (21 subsections)\n- **REPORTING BUGS**\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "READMSG.MAILUTILS",
        "section": "",
        "mode": "man",
        "summary": "readmsg.mailutils - print messages.",
        "synopsis": "readmsg.mailutils [OPTION...]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-a",
                "long": null,
                "arg": null,
                "description": "print all messages matching pattern, not only the first"
            },
            {
                "flag": "-d",
                "long": "--debug",
                "arg": null,
                "description": "display debugging information"
            },
            {
                "flag": "-e",
                "long": "--exact",
                "arg": null,
                "description": "match exact string (default)"
            },
            {
                "flag": "-f",
                "long": "--folder",
                "arg": null,
                "description": "folder to use"
            },
            {
                "flag": "-g",
                "long": "--glob",
                "arg": null,
                "description": "match using globbing pattern"
            },
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": "display entire headers"
            },
            {
                "flag": "-i",
                "long": "--ignorecase",
                "arg": null,
                "description": "case-insensitive matching"
            },
            {
                "flag": "-m",
                "long": null,
                "arg": null,
                "description": "decode MIME messages on output"
            },
            {
                "flag": "-n",
                "long": null,
                "arg": null,
                "description": "exclude all headers"
            },
            {
                "flag": "-p",
                "long": null,
                "arg": null,
                "description": "output formfeeds between messages"
            },
            {
                "flag": "-r",
                "long": "--regex",
                "arg": null,
                "description": "match using POSIX regular expressions"
            },
            {
                "flag": "-w",
                "long": "--weedlist",
                "arg": null,
                "description": "list of header names separated by whitespace or commas Global debugging settings --debug-level=LEVEL set Mailutils debugging level --[no-]debug-line-info show source info with debugging messages Configuration handling --config-file=FILE load this configuration file; implies --no-config"
            },
            {
                "flag": "",
                "long": "--config-lint",
                "arg": null,
                "description": "check configuration file syntax and exit"
            },
            {
                "flag": "",
                "long": "--config-verbose",
                "arg": null,
                "description": "verbosely log parsing of the configuration files"
            },
            {
                "flag": "",
                "long": "--no-config",
                "arg": null,
                "description": "do not load site and user configuration files"
            },
            {
                "flag": "",
                "long": "--no-site-config",
                "arg": null,
                "description": "do not load site-wide configuration file"
            },
            {
                "flag": "",
                "long": "--no-user-config",
                "arg": null,
                "description": "do not load user configuration file --set=PARAM=VALUE set configuration parameter Informational options"
            },
            {
                "flag": "",
                "long": "--config-help",
                "arg": null,
                "description": "show configuration file summary"
            },
            {
                "flag": "",
                "long": "--show-config-options",
                "arg": null,
                "description": "show compilation options -?, --help give this help list"
            },
            {
                "flag": "",
                "long": "--usage",
                "arg": null,
                "description": "give a short usage message"
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "print program version Mandatory or optional arguments to long options are also mandatory or optional for any corre‐ sponding short options."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": [
                    {
                        "name": "-a --[no-]show-all-match",
                        "lines": 2,
                        "flag": "-a"
                    },
                    {
                        "name": "-d --debug",
                        "lines": 2,
                        "flag": "-d",
                        "long": "--debug"
                    },
                    {
                        "name": "-e --exact",
                        "lines": 2,
                        "flag": "-e",
                        "long": "--exact"
                    },
                    {
                        "name": "-f --folder",
                        "lines": 2,
                        "flag": "-f",
                        "long": "--folder"
                    },
                    {
                        "name": "-g --glob",
                        "lines": 2,
                        "flag": "-g",
                        "long": "--glob"
                    },
                    {
                        "name": "-h --[no-]header",
                        "lines": 2,
                        "flag": "-h"
                    },
                    {
                        "name": "-i --ignorecase",
                        "lines": 2,
                        "flag": "-i",
                        "long": "--ignorecase"
                    },
                    {
                        "name": "-m --[no-]mime",
                        "lines": 2,
                        "flag": "-m"
                    },
                    {
                        "name": "-n --[no-]no-header",
                        "lines": 2,
                        "flag": "-n"
                    },
                    {
                        "name": "-p --[no-]form-feeds",
                        "lines": 2,
                        "flag": "-p"
                    },
                    {
                        "name": "-r --regex",
                        "lines": 2,
                        "flag": "-r",
                        "long": "--regex"
                    },
                    {
                        "name": "-w --weedlist",
                        "lines": 14,
                        "flag": "-w",
                        "long": "--weedlist"
                    },
                    {
                        "name": "--config-lint",
                        "lines": 2,
                        "long": "--config-lint"
                    },
                    {
                        "name": "--config-verbose",
                        "lines": 2,
                        "long": "--config-verbose"
                    },
                    {
                        "name": "--no-config",
                        "lines": 2,
                        "long": "--no-config"
                    },
                    {
                        "name": "--no-site-config",
                        "lines": 2,
                        "long": "--no-site-config"
                    },
                    {
                        "name": "--no-user-config",
                        "lines": 7,
                        "long": "--no-user-config"
                    },
                    {
                        "name": "--config-help",
                        "lines": 2,
                        "long": "--config-help"
                    },
                    {
                        "name": "--show-config-options",
                        "lines": 5,
                        "long": "--show-config-options"
                    },
                    {
                        "name": "--usage",
                        "lines": 2,
                        "long": "--usage"
                    },
                    {
                        "name": "-V --version",
                        "lines": 5,
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "REPORTING BUGS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 14,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "readmsg.mailutils - print messages.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "readmsg.mailutils [OPTION...]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "GNU readmsg -- print messages.\n",
                "subsections": [
                    {
                        "name": "-a --[no-]show-all-match",
                        "content": "print all messages matching pattern, not only the first\n",
                        "flag": "-a"
                    },
                    {
                        "name": "-d --debug",
                        "content": "display debugging information\n",
                        "flag": "-d",
                        "long": "--debug"
                    },
                    {
                        "name": "-e --exact",
                        "content": "match exact string (default)\n",
                        "flag": "-e",
                        "long": "--exact"
                    },
                    {
                        "name": "-f --folder",
                        "content": "folder to use\n",
                        "flag": "-f",
                        "long": "--folder"
                    },
                    {
                        "name": "-g --glob",
                        "content": "match using globbing pattern\n",
                        "flag": "-g",
                        "long": "--glob"
                    },
                    {
                        "name": "-h --[no-]header",
                        "content": "display entire headers\n",
                        "flag": "-h"
                    },
                    {
                        "name": "-i --ignorecase",
                        "content": "case-insensitive matching\n",
                        "flag": "-i",
                        "long": "--ignorecase"
                    },
                    {
                        "name": "-m --[no-]mime",
                        "content": "decode MIME messages on output\n",
                        "flag": "-m"
                    },
                    {
                        "name": "-n --[no-]no-header",
                        "content": "exclude all headers\n",
                        "flag": "-n"
                    },
                    {
                        "name": "-p --[no-]form-feeds",
                        "content": "output formfeeds between messages\n",
                        "flag": "-p"
                    },
                    {
                        "name": "-r --regex",
                        "content": "match using POSIX regular expressions\n",
                        "flag": "-r",
                        "long": "--regex"
                    },
                    {
                        "name": "-w --weedlist",
                        "content": "list of header names separated by whitespace or commas\n\nGlobal debugging settings\n\n--debug-level=LEVEL\nset Mailutils debugging level\n\n--[no-]debug-line-info show source info with debugging messages\n\nConfiguration handling\n\n--config-file=FILE\nload this configuration file; implies --no-config\n",
                        "flag": "-w",
                        "long": "--weedlist"
                    },
                    {
                        "name": "--config-lint",
                        "content": "check configuration file syntax and exit\n",
                        "long": "--config-lint"
                    },
                    {
                        "name": "--config-verbose",
                        "content": "verbosely log parsing of the configuration files\n",
                        "long": "--config-verbose"
                    },
                    {
                        "name": "--no-config",
                        "content": "do not load site and user configuration files\n",
                        "long": "--no-config"
                    },
                    {
                        "name": "--no-site-config",
                        "content": "do not load site-wide configuration file\n",
                        "long": "--no-site-config"
                    },
                    {
                        "name": "--no-user-config",
                        "content": "do not load user configuration file\n\n--set=PARAM=VALUE\nset configuration parameter\n\nInformational options\n",
                        "long": "--no-user-config"
                    },
                    {
                        "name": "--config-help",
                        "content": "show configuration file summary\n",
                        "long": "--config-help"
                    },
                    {
                        "name": "--show-config-options",
                        "content": "show compilation options\n\n-?, --help\ngive this help list\n",
                        "long": "--show-config-options"
                    },
                    {
                        "name": "--usage",
                        "content": "give a short usage message\n",
                        "long": "--usage"
                    },
                    {
                        "name": "-V --version",
                        "content": "print program version\n\nMandatory or optional arguments to long options are also mandatory or optional for any corre‐\nsponding short options.\n",
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            "REPORTING BUGS": {
                "content": "Report bugs to <bug-mailutils@gnu.org>.\nGNU Mailutils home page: <http://mailutils.org>\nGeneral help using GNU software: <http://www.gnu.org/gethelp/>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright © 2007-2022 Free Software Foundation, inc.  License GPLv3+: GNU GPL  version  3  or\nlater <http://gnu.org/licenses/gpl.html>\nThis  is free software: you are free to change and redistribute it.  There is NO WARRANTY, to\nthe extent permitted by law.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "The complete GNU mailutils documentation is maintained as a Texinfo manual. If the mailutils-\ndoc package is installed, the command\n\ninfo mailutils\n\nshould give you access to the complete manual.\nYou can also find this manual online in the GNU mailutils webpage:\nhttps://www.gnu.org/software/mailutils/manual/index.html.\nPlease  note  this  manpage was automatically generated by the Debian mailutils packagers. Do\nnot file bugs for its content to the GNU Mailutils upstream authors.\n\n\n\nFSF                                         January 2022                        READMSG.MAILUTILS(1)",
                "subsections": []
            }
        }
    }
}