diff options
Diffstat (limited to 'mail/metamail/patches/patch-ao')
-rw-r--r-- | mail/metamail/patches/patch-ao | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/metamail/patches/patch-ao b/mail/metamail/patches/patch-ao new file mode 100644 index 00000000000..f713ae3fbe5 --- /dev/null +++ b/mail/metamail/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD: patch-ao,v 1.1 2004/02/25 03:58:43 snj Exp $ + +--- man/splitmail.1.orig 2004-02-24 10:42:15.000000000 -0800 ++++ man/splitmail.1 2004-02-24 10:42:25.000000000 -0800 +@@ -16,7 +16,7 @@ If the -d option is specified, the mail + + The -i option can be used to make splitmail generate the pieces with similar (but not identical) message-id fields, in a format which allows them to be easily correlated with one another and which end with the suffix provided on the command line after -i. + +-The default chunk size for spliting messages is 250000 at most sites, though this is also a compile-time option. This can be overriden with the -s switch, or with the environment variable SPLITSIZE. ++The default chunk size for spliting messages is 250000 at most sites, though this is also a compile-time option. This can be overridden with the -s switch, or with the environment variable SPLITSIZE. + + Messages smaller than the chunk size will not be turned into partial messages, but will be written to a single file or delivered as a single message. + .SH ENVIRONMENT |