| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=11005
|
|
|
|
|
|
|
|
| |
2001-07-11 Peter Williams <peterw@ximian.com>
* acconfig.h: Add HAVE_BROKEN_SPOOL here.
svn path=/trunk/; revision=10999
|
|
|
|
|
|
|
| |
* acconfig.h: Add #defines for the current supported db3 version
so that when we change it we don't have to hunt all of them down
svn path=/trunk/; revision=10270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-05-31 Christopher James Lahey <clahey@ximian.com>
* README: Included information about db3.
* acconfig.h: Added HAVE_DB_H and HAVE_DB3_DB_H.
* configure.in: Added various checks for db3 libraries and
includes. Of note are the new configure options
--with-db3-includes=PREFIX and --with-db3-libs=PREFIX to specify
the location for your db3 library.
From addressbook/ChangeLog:
2001-05-31 Christopher James Lahey <clahey@ximian.com>
* backend/pas/Makefile.am (INCLUDES): Added db3 cflags.
* backend/pas/pas-backend-file.c: Updated this to use db3.
From e-util/ChangeLog:
2001-05-31 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (INCLUDES): Added db3 cflags.
* e-dbhash.c: Made this use db3.
* e-db3-utils.c, e-db3-utils.h: New files with some helper
functions.
From wombat/ChangeLog:
2001-05-31 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (wombat_LDADD): Added db3 libs.
svn path=/trunk/; revision=10077
|
|
|
|
|
|
|
|
|
|
| |
2001-05-04 Jeffrey Stedfast <fejj@ximian.com>
* acconfig.h: undef HAVE_SSL and HAVE_OPENSSL
* configure.in: Check for OpenSSL.
svn path=/trunk/; revision=9698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-04-11 JP Rosevear <jpr@ximian.com>
* configure.in: Check if gethostbyname_r take five params
* acconfig.h: add GETHOSTBYNAME_R_FIVE_ARGS
2001-04-11 JP Rosevear <jpr@ximian.com>
* providers/imap/Makefile.am: user GNOME_INCLUDEDIR since gnome
files are included in the top level camel headers and the gtk
include dir is now versioned and such
* providers/local/Makefile.am: ditto
* providers/pop3/Makefile.am: ditto
* providers/smtp/Makefile.am: ditto
* providers/sendmail/Makefile.am: ditto
* camel-service.c: use five arg version of gethostbyname_r if
appropriate
(camel_get_host_byname): check if msg->herr is non-zero instead of
checking if msg->hp is null since we may not always have msg->hp
svn path=/trunk/; revision=9239
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* README: add a bit mentioning that if configure claims you don't
have something installed when you think you do, that it's probably
because you installed it in the wrong prefix, or because you need
a -devel package.
* configure.in: Add a new macro EVO_CHECK_LIB that checks for a
gnome-config-based library of a given version or later, correctly,
and if doesn't find it, suggests that you consult the README. Fix
the various library checks to use this. Meanwhile, remove a bunch
of old cruft and reorganize a little.
* acconfig.h: Remove cruft
svn path=/trunk/; revision=8997
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-03-07 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Removed --enable-assbarn-security and replaced it
with the real options:
--with-nspr-includes=PREFIX
--with-nspr-libs=PREFIX
--with-nss=PREFIX
* acconfig.h: #undef HAVE_NSS
svn path=/trunk/; revision=8591
|
|
|
|
|
|
|
|
|
|
|
|
| |
reviewed by: JP Rosevear <jpr@ximian.com>
* acconfig.h:
Added the ENABLE_NNTP define
* configure.in:
Fixed the NNTP m4 section.
svn path=/trunk/; revision=7904
|
|
|
|
| |
svn path=/trunk/; revision=7678
|
|
|
|
| |
svn path=/trunk/; revision=7677
|
|
|
|
|
|
|
|
|
| |
The value you provide is now also displayed in the shell title bar.
And while I was at it, I changed the title bar so that it displays the
name of the folder first (instead of "Evolution - Inbox" it says
"Inbox - Evolution 0.8 [yaddayadda]").
svn path=/trunk/; revision=7585
|
|
|
|
|
|
|
| |
* configure.in, acconfig.h: Add --with-x-mailer to set the version
string that appears in the X-Mailer header.
svn path=/trunk/; revision=7539
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-01-12 Jeffrey Stedfast <fejj@ximian.com>
* config.h.in: Removed GPG stuff.
* acconfig.h: Take out all refs to PGP and GPG stuff.
* configure.in: Take out the PGP/GPG detection stuff.
svn path=/trunk/; revision=7471
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-11-28 JP Rosevear <jpr@helixcode.com>
* acconfig.h: Add USE_FLOCK, USE_FCNTL, USE_FLOCK
* configure.in: Auto* magic for various camel locking types
2000-11-28 JP Rosevear <jpr@helixcode.com>
* camel-lock.c: No longer hard code the enabled lock types
svn path=/trunk/; revision=6703
|
|
|
|
|
|
|
| |
* configure.in: Check for libgpgme. (Support not added to mail
yet.)
svn path=/trunk/; revision=6641
|
|
|
|
|
|
|
|
|
|
|
| |
2000-10-05 Jeffrey Stedfast <fejj@helixcode.com>
* configure.in: Check for isblank
* config.h.in:
* acconfig.h: #undef HAVE_ISBLANK
svn path=/trunk/; revision=5746
|
|
|
|
|
|
| |
proto)
svn path=/trunk/; revision=5197
|
|
|
|
| |
svn path=/trunk/; revision=5126
|
|
|
|
|
|
| |
* configure.in, acconfig.h: decruft
svn path=/trunk/; revision=5101
|
|
|
|
|
|
|
| |
* configure.in, acconfig.c: Add checks for GPG, PGP 5 and PGP 2.
Only record the first one found.
svn path=/trunk/; revision=4465
|
|
|
|
|
|
|
|
|
|
| |
* configure.in: some unrelated changes: check for mkdtemp,
gnome_vfs_mime_get_default_action_without_fallback, and a
setuid/setgid movemail binary.
* acconfig.h: add MOVEMAIL_PATH
svn path=/trunk/; revision=4339
|
|
|
|
|
|
| |
* configure.in: Add a check for Bonobo 0.15 vs Bonobo post-0.15
svn path=/trunk/; revision=4053
|
|
|
|
| |
svn path=/trunk/; revision=3754
|
|
|
|
| |
svn path=/trunk/; revision=3740
|
|
|
|
|
|
|
|
|
|
| |
* configure.in, acconfig.h: add some minimal Kerberos checking.
This isn't intended to be generically useful at this point, it's
just there to give me a second POP auth mechanism to play with.
Also remove a bit of cruft, and reorganize configure.in a bit.
svn path=/trunk/; revision=2765
|
|
|
|
| |
svn path=/trunk/; revision=2673
|
|
|
|
| |
svn path=/trunk/; revision=2402
|
|
|
|
|
|
|
|
|
|
| |
2000-04-11 Christopher James Lahey <clahey@helixcode.com>
* configure.in: Changed AC_DEFUN to AC_DEFINE.
* acconfig.h: Added HAVE_TIMEZONE and HAVE_TM_GMTOFF.
svn path=/trunk/; revision=2400
|
|
|
|
|
|
| |
* configure.in, acconfig.h: add SYSTEM_MAIL_DIR
svn path=/trunk/; revision=2338
|
|
|
|
| |
svn path=/trunk/; revision=1921
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-02-10 bertrand <Bertrand.Guiheneuf@aful.org>
* tests/Makefile.am (THREAD_RELATED_TESTS): don't
build thread related tests if evolution has been
compiled with no thread support.
* configure.in (have_pthread): allow user to enable/disable
thread support at configure time
(EXTRA_GNOME_CFLAGS):
(EXTRA_GNOME_LIBS): thread support is directly
included in this variable if enabled. No more
EXTRA_GNOME_CFLAGS_THREADS
Other special support should be added in
EXTRA_GNOME_LIBS and EXTRA_GNOME_CFLAGS
instead of redefining a new variable
each time we want to add a new lib.
(bonobo, ....)
* camel/camel.c (camel_init): only try to initialize threads if
we enabled threads support.
* tests/ui-tests/Makefile.am (message_browser_LDADD): use
EXTRA_GNOME_LIBS
* configure.in (have_pthread): remove HAVE_PTHREADS
variable. Define ENABLE_THREADS instead.
* camel/Makefile.am: use ENABLE_THREADS not HAVE_PTHREADS
to test if we build thread relateed code.
* tests/Makefile.am: use EXTRA_GNOME_LIBS,
not EXTRA_GNOME_LIBS_THREADS
I need to be able to disable thread support to use Insure.
svn path=/trunk/; revision=1725
|
|
|
|
| |
svn path=/trunk/; revision=1052
|
|
|
|
| |
svn path=/trunk/; revision=959
|
|
svn path=/trunk/; revision=846
|