2016-02-04 17:02:50 +00:00
# run-mailcap
> Run MailCap Programs.
2019-02-24 15:47:41 +00:00
> Run mailcap view, see, edit, compose, print - execute programs via entries in the mailcap file (or any of its aliases) will use the given action to process each mime-type/file.
2022-03-21 17:07:48 +00:00
> More information: <https://manned.org/run-mailcap>.
2016-02-04 17:02:50 +00:00
- Individual actions/programs on run-mailcap can be invoked with action flag:
`run-mailcap --action=ACTION [--option[=value]]`
- In simple language:
`run-mailcap --action=ACTION {{filename}}`
- Turn on extra information:
2019-02-24 15:47:41 +00:00
`run-mailcap --action=ACTION --debug {{filename}}`
2016-02-04 17:02:50 +00:00
2019-02-24 23:56:24 +00:00
- Ignore any "copiousoutput" directive and forward output to standard output:
2016-02-04 17:02:50 +00:00
`run-mailcap --action=ACTION --nopager {{filename}}`
- Display the found command without actually executing it:
`run-mailcap --action=ACTION --norun {{filename}}`