diff --git a/data/mailnag-config.1 b/data/mailnag-config.1 index 528d167..869e031 100644 --- a/data/mailnag-config.1 +++ b/data/mailnag-config.1 @@ -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 diff --git a/data/mailnag.1 b/data/mailnag.1 deleted file mode 100644 index 7f82be4..0000000 --- a/data/mailnag.1 +++ /dev/null @@ -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 . -.PP -This manual page was written by Vincent Cheng , -for the Debian project (and may be used by others). diff --git a/data/mailnagd.1 b/data/mailnagd.1 new file mode 100644 index 0000000..e1fc314 --- /dev/null +++ b/data/mailnagd.1 @@ -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 . +.PP +This manual page was written by Vincent Cheng , +for the Debian project (and may be used by others).