aboutsummaryrefslogtreecommitdiffstats
path: root/sample.rcfile
Commit message (Expand)AuthorAgeFilesLines
* Revise sample.rcfile documentation.Matthias Andree2007-03-171-107/+13
* ccil.org -> example.orgMatthias Andree2006-11-221-4/+4
* Ready to ship.Eric S. Raymond2000-11-111-0/+1
* Added --showdots option by Thomas Jarosch <tomj@gmx.de>Eric S. Raymond2000-11-041-0/+1
* Implemented support for RFC2177 IDLE command.Eric S. Raymond2000-03-061-0/+2
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-0/+8
* Added LMTP support.Eric S. Raymond1998-11-071-0/+1
* Added plugin/plugout option.Eric S. Raymond1998-11-021-0/+2
* Added bsmtp option.Eric S. Raymond1998-10-281-0/+1
* Added the `properties' option.Eric S. Raymond1998-10-201-0/+1
* Cleanup the warning-interval patch.Eric S. Raymond1998-10-201-0/+1
* Added postmaster option.Eric S. Raymond1998-07-201-0/+1
* Added nosyslog.Eric S. Raymond1998-07-141-2/+2
* Enrico Musio's IP-checkalias patch.Eric S. Raymond1998-06-291-2/+4
* Ready to ship.Eric S. Raymond1998-06-041-1/+4
* Configurable antispam response.Eric S. Raymond1998-03-061-0/+1
* Kerberos V support.Eric S. Raymond1998-03-031-0/+1
* Added smtpaddress option.Eric S. Raymond1998-01-181-0/+1
* Added the --invisible option.Eric S. Raymond1997-10-081-0/+1
* Followup to qvirtual.Eric S. Raymond1997-10-021-0/+1
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-0/+1
* braino fix.Eric S. Raymond1997-09-061-1/+1
* Put options in the right order.Eric S. Raymond1997-08-151-3/+3
* Added `postconnect'.Eric S. Raymond1997-08-041-1/+2
* `no uidl' is an option.Eric S. Raymond1997-07-291-0/+1
* Added the dropstatus option.Eric S. Raymond1997-07-281-0/+3
* Added the via option.Eric S. Raymond1997-07-241-2/+3
* Make imap-k4 a legal protocol identifier.Eric S. Raymond1997-07-011-0/+1
* Andrey Chernov's flag.Eric S. Raymond1997-06-251-0/+1
* Add `set syslog'.Eric S. Raymond1997-06-041-1/+2
* Added the interval option.Eric S. Raymond1997-05-281-0/+1
* Add multiple-folder support.Eric S. Raymond1997-05-151-2/+2
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-1/+1
* Added forcecr option.Eric S. Raymond1997-04-171-0/+2
* Added -U option.Eric S. Raymond1997-03-131-0/+1
* Added `set daemon'.Eric S. Raymond1997-03-131-0/+3
* Lose the `received' option; we now say `no envelope'.Eric S. Raymond1997-02-171-2/+1
* Aded the `received' option.Eric S. Raymond1997-02-141-0/+2
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-0/+1
* Add stripcr dox.Eric S. Raymond1997-02-011-0/+2
* Updated.Eric S. Raymond1997-01-231-5/+5
* Update the copy.Eric S. Raymond1997-01-201-3/+5
* RPOP support is back.Eric S. Raymond1997-01-201-1/+2
* Added dns/nodns.Eric S. Raymond1997-01-181-4/+6
* The batchlimit option is now per user.Eric S. Raymond1997-01-141-3/+1
* Change `interface' and `monitor' options to per-server.Eric S. Raymond1997-01-141-7/+9
* Added localdomains option.Eric S. Raymond1997-01-091-0/+1
* Added the preconnect feature.Eric S. Raymond1997-01-081-0/+2
* Ready to ship.Eric S. Raymond1996-12-271-1/+2
* Introduced George Sipe's -I and -M options.Eric S. Raymond1996-12-231-0/+2
ng og videresending af elektronisk post via TCP/IP baserede opkalds-forbindelser (s�som SLIP eller PPP forbindelser). Den henter post fra en ekstern post-server, og videresender den til din lokale klient-maskines post-system, s� den kan l�ses af almindelige mail klienter s�som mutt, elm, pine, (x)emacs/gnus, eller mailx. Der medf�lger ogs� et interaktivt GUI-baseret konfigurations-program, som kan bruges af almindelige brugere. %package -n fetchmailconf Summary: A GUI configurator for generating fetchmail configuration files Summary(de): GUI-Konfigurator f�r fetchmail Summary(pl): GUI konfigurator do fetchmaila Summary(fr): GUI configurateur pour fetchmail Summary(es): Configurador GUI interactivo para fetchmail Summary(pt): Um configurador gr�fico para o fetchmail Group: Utilities/System Group(pt): Utilit�rios/Sistema BuildPrereq: python Requires: %{name} = %{version}, python %description -n fetchmailconf A GUI configurator for generating fetchmail configuration file written in Python. %description -n fetchmailconf -l de Ein in Python geschriebenes Programm mit graphischer Oberfl�che zur Erzeugung von Fetchmail-Konfigurationsdateien. %description -n fetchmailconf -l pt Um configurador gr�fico para a gera��o de arquivos de configura��o do fetchmail. Feito em python. %description -n fetchmailconf -l es Configurador gr�fico para fetchmail escrito en python %description -n fetchmailconf -l de Ein interaktiver GUI-Konfigurator f�r fetchmail in python %description -n fetchmailconf -l pl GUI konfigurator do fetchmaila napisany w pythonie. %prep %setup -q %build LDFLAGS="-s" export CFLAGS LDFLAGS #./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir} --with-SSL --enable-inet6 ./configure --prefix=/usr --without-included-gettext --without-kerberos --mandir=%{_mandir} --with-ssl --enable-inet6 # Remove --disable-nls, add --without-included-gettext # for internationalization. Also look below. make %install if [ -d \$RPM_BUILD_ROOT ]; then rm -rf \$RPM_BUILD_ROOT; fi mkdir -p \$RPM_BUILD_ROOT/{etc/X11/wmconfig,usr/lib/rhs/control-panel} make install-strip prefix=\$RPM_BUILD_ROOT/usr mandir=\$RPM_BUILD_ROOT%{_mandir} cp rh-config/*.{xpm,init} \$RPM_BUILD_ROOT/usr/lib/rhs/control-panel rm -rf contrib/RCS chmod 644 contrib/* cp rh-config/fetchmailconf.wmconfig \$RPM_BUILD_ROOT/etc/X11/wmconfig/fetchmailconf #cd \$RPM_BUILD_ROOT%{_mandir}/man1 #ln -sf fetchmail.1 fetchmailconf.1 %clean rm -rf \$RPM_BUILD_ROOT %files %defattr (644, root, root, 755) %doc ABOUT-NLS FAQ COPYING FEATURES NEWS %doc NOTES OLDNEWS README README.SSL BUGS %doc contrib %doc fetchmail-features.html fetchmail-FAQ.html esrs-design-notes.html %doc design-notes.html %attr(644, root, man) %{_mandir}/man1/fetchmail.1* %attr(755, root, root) /usr/bin/fetchmail # Uncomment the following to support internationalization %attr(644,root,root) /usr/share/locale/*/LC_MESSAGES/fetchmail.mo # Uncomment the following to make split fetchmail and fetchmailconf packages %files -n fetchmailconf %defattr (644, root, root, 755) %attr(644,root,root) /etc/X11/wmconfig/fetchmailconf %attr(755,root,root) /usr/bin/fetchmailconf %attr(644, root, man) %{_mandir}/man1/fetchmailconf.1* %attr(755,root,root) %{_prefix}/lib/python*/site-packages/fetchmailconf.py* /usr/lib/rhs/control-panel/fetchmailconf.xpm /usr/lib/rhs/control-panel/fetchmailconf.init %changelog * `date '+%a %b %d %Y'` <$email> ${version} - See the project NEWS file for recent changes. EOF