From 34c7983598b9b9ae4835c801774c022774c18093 Mon Sep 17 00:00:00 2001 From: epg <> Date: Fri, 12 Mar 2004 05:11:07 +0000 Subject: [PATCH] doc fixes --- minc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/minc b/minc index 87a7813..2f85227 100755 --- a/minc +++ b/minc @@ -8,15 +8,14 @@ B - Incorporate mail from a maildir into mh folders. =head1 SYNOPSIS -B [-B] +B [-B] =head1 DESCRIPTION -B is a program for incorporating mail from a maildir to a mh -folder hierarchy. It takes mail from a maildir folder (not a maildir -folder hierarchy), optionally checks for spam with a user-defined -spam-checking function, and optionally filters mail into separate mh -folders. +B incorporates mail from a maildir to a mh folder hierarchy. It +takes mail from a maildir folder (not a maildir folder hierarchy), +optionally checks for spam with a user-defined spam-checking function, +and optionally filters mail into separate mh folders. The filtering is quite sophisticated, as it is done using real Perl matching (m//) commands. @@ -466,7 +465,7 @@ sub store_message { # up duplicated. The advantage of creating an empty # file followed by rename(2) is that an extra empty # file is left behind as opposed to a duplicate - # message. This is more easiliy detected by the user. + # message. This is more easily detected by the user. if ($run) { if (sysopen(MSG, "$mhmsg", O_WRONLY | O_EXCL | O_CREAT, 0600)) { -- 2.48.1