Commit ba3b47a6 ba3b47a66009cf8b4bcce457f7d7f32a4aba2d1c by Jeff Bailey

Documentation and build fixes

1 parent e8cb49a6
......@@ -22,3 +22,4 @@ missing
mkinstalldirs
stamp-h
stamp-h.in
stamp-h1
......
2002-02-07 Jeff Bailey <jbailey@outpost.dnsalias.org>
* guimb/.cvsignore: Add .libs
* .cvsignore: Add stamp-h1
* sieve/Makefile.am: Add sieve.h for make dist.
* doc/texinfo/programs.texi: Put break between @end itemize and }
to quiet error from texi2dvi.
* doc/texinfo/mailer.texi: Add space to quiet error from makeinfo.
* readmsg/.cvsignore: New File
* doc/man/popauth.1: New file.
* doc/man/Makefile.am: Add popauth.1
2002-02-05 Sergey Poznyakoff
Use argp_ functions instead of getopt to parse command
......
man_MANS=pop3d.1 imap4d.1
man_MANS=pop3d.1 imap4d.1 popauth.1
EXTRA_DIST = $(man_MANS)
......
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH POPAUTH 1 "November 20th, 2001"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
popauth \- Setup APOP passwords
.SH SYNOPSIS
.B popauth
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B popauth
command.
Default action is to convert plaintext to DBM file.
This man page is not intended to be complete.
The programs are documented fully by
.IR "mailutils" ,
available via the Info system.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For a complete description, see the Info files.
.TP
.B \-f, \-\-file=FILE
Read input from FILE (default stdin)
.TP
.B \-o, \-\-output=FILE
Direct output to FILE
.TP
.B \-l, \-\-list
List the contents of DBM file
.TP
.B \-h, \-\-help
Display this help and exit
.TP
.B \-v, \-\-version
Display program version
.br
.SH AUTHOR
This manual page was written by Jeff Bailey <jbailey@gnu.org>.
Copyright (C) 2001 Free Software Foundation. This document is
in the PUBLIC DOMAIN.
......@@ -18,7 +18,7 @@ The API is still changing.
@deftypefun int mailer_close (mailer_t)
@end deftypefun
@deftypefun int mailer_send_message(mailer_t @var{mailer}, message_t @var{msg}, address_t @var{from}, address_t @var{to});
@deftypefun int mailer_send_message (mailer_t @var{mailer}, message_t @var{msg}, address_t @var{from}, address_t @var{to});
If from is not @var{NULL}, it must containg a single fully qualified
RFC2822 email address which will be used as the envelope from
......
@c This is part of the GNU Mailutils manual.
@c This is part of the GNU Mailutils manual.
@c Copyright (C) 1999,2000,2001 Free Software Foundation, Inc.
@c See file mailutils.texi for copying conditions.
@comment *******************************************************************
......@@ -39,7 +39,8 @@ are:
@item pop3d
@item mail.local
@item comsatd
@end itemize}
@end itemize
}
The @file{mailutils.rc} has a simple line-oriented syntax. Upon
startup, each mailutils program scans this file for a line that
......
......@@ -5,3 +5,4 @@ guile-procedures.txt
.deps
*.doc
*.x
.libs
......
Makefile.in
Makefile
.deps
.libs
readmsg
......@@ -46,6 +46,7 @@ HDR = \
message.h \
parseaddr.h \
script.h \
sieve.h \
sieve_err.h \
sieve_interface.h \
svfield.h \
......