.\" hey, Emacs: -*- nroff -*- .\" elmo is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; see the file COPYING. If not, write to .\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. .\" .TH ELMOCONF.PL 1 "February 02, 2004" .\" Please update the above date whenever this man page is modified. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins (default) .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME elmoconf.pl \- Configuration tool for Elmo. .SH SYNOPSIS .B elmoconf.pl .RI [ option ] .SH DESCRIPTION .PP Elmoconf.pl is a simple perl script that provides user a configuration file based on his answers to few basic questions. .SH OPTIONS .TP \fB\-g\fR, \fB--global\fR [ -f | --force ] [ file ] generate global config in /etc/elmorc. If file is specified, then config will be saved in this one. If '--force' option is set and file /etc/elmorc.new exists, elmoconf.pl will overwrite it without, any warning. .TP \fB-F\fR, \fB--file\fR [ file ] save results to file. Default ~/.elmorc. .TP \fB\-h\fR, \fB--help\fR print help .TP \fB\-M\fR, \fB--muttrc\fR [ file ] try to extract some variables from your ~/.muttrc. If file is specified, then try to extract data from this one. .TP \fB\-p\fR, \fB--pop\fR add new pop3 account to config .TP \fB\-P\fR, \fB--pinerc\fR [ file ] try to extract some variables from your ~/.pinerc. If file is specified, then try to extract data from this one. .TP \fB\-s\fR, \fB--smtp\fR add new smtp account to config .TP \fB\-v\fR, \fB--version\fR show version .SH FILES .PP .IP ~/.elmorc User configuration file. .IP /etc/elmorc Global configuration file. .SH AUTHOR .RS .I Krzysztof Gibas .RE