This is an automated email from the git hooks/post-receive script. niol-guest pushed a commit to branch master in repository davmail.
commit bcc30a4254e35067f56b23271f00d98130f5c795 Author: Antonio Ospite <[email protected]> Date: Sun Oct 30 00:00:03 2016 +0200 debian/davmail.i: update the man page Refresh the date and update the copyright info. Mention the "-notray" option, and that even when using it davmail will still show a GUI. Mention the user configuration file. --- debian/davmail.1 | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/debian/davmail.1 b/debian/davmail.1 index 1d50bd6..a8deadc 100644 --- a/debian/davmail.1 +++ b/debian/davmail.1 @@ -1,7 +1,7 @@ .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2012 Alexandre Rossi <[email protected]> -.\" -.TH DAVMAIL 1 "September 2012" +.\" (C) Copyright 2016 Antonio Ospite <[email protected]> +.TH DAVMAIL 1 "October 2016" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -14,12 +14,16 @@ .\" .br insert line break .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) + .SH NAME davmail \- POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway + .SH SYNOPSIS .B davmail -.RI [ config-file-path ] -.br +.RI [-notray] +.RI [CONFIG_FILE_PATH] + + .SH DESCRIPTION This manual page documents briefly the .B davmail @@ -28,12 +32,28 @@ command. \fBdavmail\fP creates a gateway making the Microsoft Exchange mail, contacts and calendar protocol available in standard protocols such as POP, IMAP, CalDAV, SMTP and LDAP. +.PP +This manual page was written for the Debian distribution because the +original program does not have a manual page. .SH OPTIONS -\fBdavmail\fP takes a single command line argument, the configuration file -path. The configuration file syntax is described deeply on the \fBdavmail\fP +\fBdavmail\fP can take the path of the configuration file on the command line. +.PP +The configuration file syntax is described deeply on the \fBdavmail\fP website. +.PP +davmail accepts the following options: +.TP +.B \-notray +Do not create a system tray icon. +.PP +Note that even when passing "\-notray" davmail will still show a graphical user interface. +.br +To run davamil without a GUI set the "davmail.server" to "true" in the configuration file. .SH FILES .TP +.I $HOME/.davmail.properties +The user configuration file. If it exists this will be loaded when the CONFIG_FILE_PATH argument is not passed on the command line. +.TP .I /etc/davmail.properties The system wide configuration file. .TP -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/davmail.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

