Typos.
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
attachments) from mail messages. The sub-command works on message files, and
|
||||
does not require the message to be indexed in the database.
|
||||
|
||||
For attachments, the file name used when saving it, is the name of the
|
||||
For attachments, the file name used when saving it is the name of the
|
||||
attachment in the message. If there is no such name, or when saving
|
||||
non-attachment MIME-parts, a name is derived from the message-id of the
|
||||
message.
|
||||
@ -44,7 +44,7 @@ save all non-multipart MIME-parts.
|
||||
.TP
|
||||
\fB\-\-parts\fR=<parts>
|
||||
only consider the following numbered parts
|
||||
(comma-separated list).The numbers for the parts can be seen from running
|
||||
(comma-separated list). The numbers for the parts can be seen from running
|
||||
\fBmu extract\fR without any options but only the message file.
|
||||
|
||||
.TP
|
||||
@ -60,7 +60,7 @@ allowed.
|
||||
.TP
|
||||
\fB\-\-play\fR Try to 'play' (open) the attachment with the default
|
||||
application for the particular file type. On MacOS, this uses the \fBopen\fR
|
||||
program, on other platforms is uses \fBxdg-open\fR. You can choose a different
|
||||
program, on other platforms it uses \fBxdg-open\fR. You can choose a different
|
||||
program by setting the \fBMU_PLAY_PROGRAM\fR environment variable.
|
||||
|
||||
.SH EXAMPLES
|
||||
@ -81,7 +81,7 @@ To extract all files ending in '.jpg' (case-insensitive):
|
||||
$ mu extract msgfile '.*\.jpg'
|
||||
.fi
|
||||
|
||||
To extract an mp3-file, and play it in the the default mp3-playing application.
|
||||
To extract an mp3-file, and play it in the default mp3-playing application:
|
||||
.nf
|
||||
$ mu extract --play msgfile 'whoopsididitagain.mp3'
|
||||
.fi
|
||||
|
||||
Reference in New Issue
Block a user