run-mailcup: run-mailcup, compose, edit, print, see commands (thanks to @flouthoc)

This commit is contained in:
Igor Shubovych
2016-02-04 19:02:50 +02:00
parent ad4925e569
commit 027402e8e7
5 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# run-mailcap
> Run MailCap Programs.
> 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.
- 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:
`run-mailcap --action=ACTION --debug {{filename}}`
- Ignore any "copiousoutput" directive and forward output to STDOUT:
`run-mailcap --action=ACTION --nopager {{filename}}`
- Display the found command without actually executing it:
`run-mailcap --action=ACTION --norun {{filename}}`