From 2473c9599c9f11244301e9d44d16b2c27cd99f75 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 31 Jan 2011 09:15:55 +0200 Subject: [PATCH] * cosmetics --- man/mu-extract.1 | 4 ++-- src/tests/test-mu-util.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 (); } +