updated manpages

This commit is contained in:
Patrick Ulbrich
2014-05-31 15:44:39 +02:00
parent 95d67cd4f7
commit fef256bf11
3 changed files with 22 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
.TH MAILNAG-CONFIG "1" "November 2012" "Mailnag 0.5.0"
.TH MAILNAG-CONFIG "1" "June 2014" "Mailnag 1.0.0"
.SH NAME
mailnag-config \- Mailnag setup utility
.SH SYNOPSIS

View File

@@ -1,18 +0,0 @@
.TH MAILNAG "1" "November 2012" "Mailnag 0.5.0"
.SH NAME
mailnag \- an extendable mail notification daemon
.SH SYNOPSIS
\fBmailnag\fP
.SH DESCRIPTION
\fBmailnag\fP checks POP3 and IMAP servers for new mail. When it finds new
messages, it calls various plugins to handle them (e. g. for desktop notifications).
.PP
Note that you must first run \fBmailnag-config\fR to setup Mailnag.
.SH SEE ALSO
.PP
\fBmailnag-config\fP(1)
.SH AUTHOR
\fBmailnag\fP was written by Patrick Ulbrich <zulu99@gmx.net>.
.PP
This manual page was written by Vincent Cheng <Vincentc1208@gmail.com>,
for the Debian project (and may be used by others).

21
data/mailnagd.1 Normal file
View File

@@ -0,0 +1,21 @@
.TH MAILNAGD "1" "June 2014" "Mailnag 1.0.0"
.SH NAME
mailnag \- an extendable mail notification daemon
.SH SYNOPSIS
\fBmailnagd\fP
.SH DESCRIPTION
\fBmailnagd\fP is a daemon program that checks POP3 and IMAP servers for new mail.
On mail arrival it performs various actions provided by plugins.
It comes with a set of desktop-independent default plugins for
visual/sound notifications, script execution etc. and can be extended
with additional plugins easily.
.PP
Note that you must first run \fBmailnag-config\fR to setup Mailnag.
.SH SEE ALSO
.PP
\fBmailnag-config\fP(1)
.SH AUTHOR
\fBmailnagd\fP was written by Patrick Ulbrich <zulu99@gmx.net>.
.PP
This manual page was written by Vincent Cheng <Vincentc1208@gmail.com>,
for the Debian project (and may be used by others).