diff --git a/man/mu-extract.1 b/man/mu-extract.1 index 814e7dec..b46aca81 100644 --- a/man/mu-extract.1 +++ b/man/mu-extract.1 @@ -11,8 +11,8 @@ mu extract\- display and save message parts (attachments) .SH DESCRIPTION \fBmu extact\fR is the \fBmu\fR sub-command for extracting MIME-parts (e.g., -attachments) from mail messages. It works on message files, and does not require the -message to be indexed. +attachments) from mail messages. It works on message files, and does not +require the message to be indexed. For attachments, the file name specified in the mail message is used (if any). If there is no name, or when saving other mime-parts, a name is used diff --git a/src/tests/test-mu-util.c b/src/tests/test-mu-util.c index 06cbe92b..6899bb0b 100644 --- a/src/tests/test-mu-util.c +++ b/src/tests/test-mu-util.c @@ -249,3 +249,4 @@ main (int argc, char *argv[]) return g_test_run (); } +