* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-31 09:15:55 +02:00
parent 8352f6a1bf
commit 2473c9599c
2 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,8 @@ mu extract\- display and save message parts (attachments)
.SH DESCRIPTION .SH DESCRIPTION
\fBmu extact\fR is the \fBmu\fR sub-command for extracting MIME-parts (e.g., \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 attachments) from mail messages. It works on message files, and does not
message to be indexed. require the message to be indexed.
For attachments, the file name specified in the mail message is used (if 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 any). If there is no name, or when saving other mime-parts, a name is used

View File

@ -249,3 +249,4 @@ main (int argc, char *argv[])
return g_test_run (); return g_test_run ();
} }