aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update .pot file after driver.c changes.Matthias Andree2004-08-201-358/+311
| | | | svn path=/trunk/; revision=3931
* Fix bogus plural form.Matthias Andree2004-08-201-7/+7
| | | | svn path=/trunk/; revision=3930
* Safe fixes for compiler warnings.Matthias Andree2004-08-092-7/+5
| | | | svn path=/trunk/; revision=3929
* Don't output progress dots if output is only going to syslog.Graham Wilson2004-08-091-2/+2
| | | | svn path=/trunk/; revision=3928
* Do not disable TOP in 'keep, but not uidl' mode.Matthias Andree2004-08-091-2/+2
| | | | | | Patch by Jakob Hirsch, 2003-05-22, revised by Matthias Andree, 2004-08-08. svn path=/trunk/; revision=3927
* Fix grammar in 'normal termination' message.Matthias Andree2004-08-081-1/+1
| | | | svn path=/trunk/; revision=3926
* Remove space after "MAIL FROM:" (patch from Phil Endecott)Rob Funk2004-07-212-3/+3
| | | | svn path=/trunk/; revision=3925
* Remove the (now empty) m4-local directory.Graham Wilson2004-06-260-0/+0
| | | | svn path=/trunk/; revision=3924
* Kill m4-local directory, move the two files to top-level directory.Matthias Andree2004-06-266-8/+5
| | | | | | Suggested by Graham Wilson. svn path=/trunk/; revision=3923
* Remove generated (through autogen.sh) file.Matthias Andree2004-06-261-276/+0
| | | | svn path=/trunk/; revision=3922
* Don't close stdin, nawk (default awk on FreeBSD) wants to do that itself.Matthias Andree2004-06-201-1/+1
| | | | svn path=/trunk/; revision=3921
* Reset LIBS/LDFLAGS/CPPFLAGS/CFLAGS before trying next path prefix.Matthias Andree2004-06-201-0/+5
| | | | svn path=/trunk/; revision=3920
* Remove line break that slipped in accidentally when adding FM_NAME override.Matthias Andree2004-06-201-2/+1
| | | | svn path=/trunk/; revision=3919
* Update to reflect autogen.sh.Matthias Andree2004-06-201-3/+13
| | | | | | Mention overrides that can be set in the environment. svn path=/trunk/; revision=3918
* Allow user to override autoreconf through settingMatthias Andree2004-06-201-1/+5
| | | | | | the AUTORECONF variable in his environment. svn path=/trunk/; revision=3917
* Fix build (make distcheck in particular) on systems without system-wide gettext.Matthias Andree2004-06-201-1/+1
| | | | svn path=/trunk/; revision=3916
* Empty environment to avoid 'Insecure $ENV{ENV} while running with -T switch'Matthias Andree2004-06-201-1/+1
| | | | | | in manServer.pl with Perl 5.8 on FreeBSD. svn path=/trunk/; revision=3915
* Mention HESIOD/resolv.h fixes on FreeBSD.Matthias Andree2004-06-201-1/+2
| | | | svn path=/trunk/; revision=3914
* Fix "resolv.h: present but cannot be compiled" on FreeBSD.Matthias Andree2004-06-201-1/+10
| | | | svn path=/trunk/; revision=3913
* Fix HESIOD compile failure on FreeBSD 5-CURRENT,Matthias Andree2004-06-208-33/+175
| | | | | | | | | | adding a new macro that is based on ac_caolan_search_package from the autoconf macro archive. Mention +HESIOD in fetchmail -V if compiled in. svn path=/trunk/; revision=3912
* Rename bootstrap.sh to autogen.sh for stability of interfaces.Matthias Andree2004-06-201-0/+0
| | | | svn path=/trunk/; revision=3911
* Remove old autogen.sh.Matthias Andree2004-06-202-45/+21
| | | | svn path=/trunk/; revision=3910
* Mention automake.Matthias Andree2004-06-201-0/+1
| | | | svn path=/trunk/; revision=3909
* Make sure we're using a non-localized date. Allow overrides for user, domain,Matthias Andree2004-06-191-3/+8
| | | | | | and name by using FM_USER, FM_NAME, FM_DOMAIN from the environment. svn path=/trunk/; revision=3908
* This is the large automake/gettext commit.Matthias Andree2004-06-1944-9291/+325
| | | | | | | | | | | | | | It cleans up the whole build system and drops generated files such as intl/ and some from po/. The package version is moved to configure.in. HTML -> txt conversion is now done in html2txt.sh To bootstrap the package, read README.svn, make sure you have all prerequisite packages installed, then run ./bootstrap.sh. svn path=/trunk/; revision=3907
* Try fallback to rpm (in case rpm is version 3).Matthias Andree2004-06-191-1/+2
| | | | svn path=/trunk/; revision=3905
* Fix various warnings.Matthias Andree2004-06-195-33/+30
| | | | svn path=/trunk/; revision=3904
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-199-36/+36
| | | | svn path=/trunk/; revision=3903
* Remove generated files.Matthias Andree2004-06-1813-0/+0
| | | | svn path=/trunk/; revision=3902
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-1819-87/+84
| | | | svn path=/trunk/; revision=3901
* Fix various compiler warnings.Matthias Andree2004-06-182-1/+5
| | | | svn path=/trunk/; revision=3900
* Fix various compiler warnings.Matthias Andree2004-06-1812-41/+42
| | | | svn path=/trunk/; revision=3899
* replace extern int errno by #include <errno.h>.Matthias Andree2004-06-181-1/+1
| | | | svn path=/trunk/; revision=3898
* Fix makedepend for builds where build and source directory are separate.Matthias Andree2004-06-181-1/+1
| | | | svn path=/trunk/; revision=3897
* Get rid of obsolete acconfig.h, move descriptions into configure.in.Matthias Andree2004-06-183-183/+34
| | | | svn path=/trunk/; revision=3896
* Start converting release scripts over to new environmentRob Funk2004-06-185-81/+130
| | | | svn path=/trunk/; revision=3894
* fix misspelling in page titleRob Funk2004-06-181-1/+1
| | | | svn path=/trunk/; revision=3893
* (Automatically) updated line numbers in po filesRob Funk2004-06-1827-3832/+3858
| | | | svn path=/trunk/; revision=3892
* Make manServer compatible with modern groff installationsRob Funk2004-06-181-1/+9
| | | | svn path=/trunk/; revision=3891
* Make manServer.pl executableRob Funk2004-06-181-0/+0
| | | | svn path=/trunk/; revision=3890
* Move shipper to dist-tools directoryRob Funk2004-06-1811-0/+0
| | | | svn path=/trunk/; revision=3889
* Add dist-tools directory, for tools used in creating a distribution.Rob Funk2004-06-181-0/+2927
| | | | | | Add manServer.pl inside it. svn path=/trunk/; revision=3888
* Use yacc/bison source, not its outputRob Funk2004-06-181-1/+1
| | | | svn path=/trunk/; revision=3887
* Add ESR's shipper utility (version 0.5) in a subdir,Rob Funk2004-06-1811-0/+2462
| | | | | | | for easily making releases (since the makerelease script depends on it) svn path=/trunk/; revision=3886
* List the input file rather than generated output.Matthias Andree2004-06-111-1/+1
| | | | svn path=/trunk/; revision=3885
* Remove .rej, .orig and .diff files that don't belong here.Matthias Andree2004-06-115-9523/+0
| | | | svn path=/trunk/; revision=3884
* Make sure we don't return uninitialized data from pop3_getpartialsizes,Matthias Andree2004-06-111-1/+1
| | | | | | which can happen iff first > last. svn path=/trunk/; revision=3883
* Quench some GCC 3.4 warnings by making sure that all int arguments are ↵Matthias Andree2004-06-116-10/+10
| | | | | | marked int and swapping words so that static is first in the line. svn path=/trunk/; revision=3882
* Add files from ESR's dev directory that weren't under version controlRob Funk2004-06-08197-0/+124192
| | | | svn path=/trunk/; revision=3881
* This is what I'm handing to Rob Funk.Eric S. Raymond2004-06-013-63/+10
| | | | svn path=/trunk/; revision=3879