diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-02-23 20:23:25 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-02-23 20:23:25 +0200 |
| commit | ff087312988bb16796d5d7d4ac0bd70ac0eddcc0 (patch) | |
| tree | e41a25917e0ec31eed3548fb7165bbbc7a6f7f48 /man | |
| parent | 5c037f7579dae81ddb1830e7c48c89b6bef4a120 (diff) | |
mu: add --uncooked option for mu extract
To avoid replacing spaces with dashes
Fixes #2434.
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu-extract.1.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/mu-extract.1.org b/man/mu-extract.1.org index d7fb759..5892eca 100644 --- a/man/mu-extract.1.org +++ b/man/mu-extract.1.org @@ -51,6 +51,11 @@ directory. overwrite existing files with the same name; by default overwriting is not allowed. +** -u,--uncooked +by default, ~mu~ transforms the attachment filenames a bit (such as by replacing +spaces by dashes); with this option, leave that to the minimum for creating +a legal filename in the target directory. + ** --play Try to 'play' (open) the attachment with the default application for the particular file type. On MacOS, this uses the *open* program, on other platforms |
