blob: 46d973e060c1921066133af24471791eec50c77c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From 8ac56108e5f0a72d1bec0fb4f1fa4763a2479331 Mon Sep 17 00:00:00 2001
2From: Li xin <lixin.fnst@cn.fujitsu.com>
3Date: Tue, 2 Dec 2014 06:56:14 +0900
4Subject: [PATCH] man file mailstat.1 from debian
5
6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
7---
8 debian/mailstat.1 | 40 ++++++++++++++++++++++++++++++++++++++++
9 1 file changed, 40 insertions(+)
10 create mode 100644 debian/mailstat.1
11
12diff --git a/debian/mailstat.1 b/debian/mailstat.1
13new file mode 100644
14index 0000000..f13265a
15--- /dev/null
16+++ b/debian/mailstat.1
17@@ -0,0 +1,40 @@
18+.TH MAILSTAT 1
19+.SH NAME
20+mailstat \- shows mail-arrival statistics
21+.SH SYNOPSIS
22+.B mailstat
23+[\-klmots] [logfile]
24+.SH DESCRIPTION
25+.B mailstat
26+parses a procmail-generated $LOGFILE and displays
27+a summary about the messages delivered to all folders
28+(total size, average size, nr of messages).
29+The $LOGFILE is truncated to zero length, unless the
30+.B -k
31+option is used.
32+Exit code 0 if mail arrived, 1 if no mail arrived.
33+.SH OPTIONS
34+.TP
35+.I \-k
36+keep logfile intact
37+.TP
38+.I \-l
39+long display format
40+.TP
41+.I \-m
42+merge any errors into one line
43+.TP
44+.I \-o
45+use the old logfile
46+.TP
47+.I \-t
48+terse display format
49+.TP
50+.I \-s
51+silent in case of no mail
52+.SH NOTES
53+Customise to your heart's content, this program is only provided as a
54+guideline.
55+.SH AUTHOR
56+This manual page was written by Santiago Vila <sanvila@debian.org>
57+for the Debian GNU/Linux distribution (but may be used by others).
58--
591.8.4.2
60