Not Zed c308f5eeef Report the percentage of file complete for the filter.
2000-10-11  Not Zed  <NotZed@HelixCode.com>

	* filter-driver.c (filter_driver_filter_mbox): Report the
	percentage of file complete for the filter.

2000-10-10  Not Zed  <NotZed@HelixCode.com>

	* filter-driver.c (filter_driver_run): Why on earth does this code
	ref all these objects for?  This is not right at all.
	(filter_driver_run): Changed source type to a string.
	(filter_driver_run): REmove the very weird exception copying
	stuff - just ref it instead.
	(do_score):
	(do_colour):
	(do_stop):
	(do_copy):
	(mark_forward):
	(do_delete): Removed bogus 'terminated' testing.  This is NOT
	NEEDED HERE.  It is tested after every rule/action, and
	termination only makes sense at that point.
	(filter_driver_filter_message): new funciton (renamed), filter
	only a message.
	(filter_driver_filter_mbox): Filter a whole mbox.
	(filter_driver_run): If we aren't given an info, create a simple
	one based on the message headers.
	(filter_driver_filter_message): Renamed from filter_driver_run().
	(filter_driver_set_status_func): Set the status callback function.
	(filter_driver_set_default_folder): Set the default folder for
	filtering.
	(report_status): Internal function to report the status of a given
	event.
	(do_copy): Removed a pointless cache lookup - duh, we do it in
	open_folder anyway (infact, we do it in camel too!!).
	(filter_driver_filter_message): Removed pointless re-refing of
	arguments.  Why would anyone think this could be any use at all?
	(filter_driver_filter_folder): New function to filter a whole
	folder.

	* filter-editor.c (rule_add): api fixes.
	(rule_edit):
	(rule_up):
	(rule_down):
	(set_sensitive): This didn't take into account the source, now it
	does.
	(select_source): Fix for api changes.  Changed the rather generic
	'number' argument to be 'source', and a string.
	(filter_editor_construct): Changed the 'number' to 'source', and
	set the string appropriately.  Added a warning for one case where
	the glade file is out of sync.

	* score-editor.c (score_editor_construct):
	(rule_edit):
	(rule_delete):
	(rule_up):
	(rule_down):
	(set_sensitive): api fixes.

	* vfolder-editor.c (set_sensitive): Api fixes.
	(vfolder_editor_construct):
	(rule_edit):
	(vfolder_editor_construct):

	* rule-context.h (RCNextRuleFunc): Added a source argument.

	* rule-context.c (rule_context_next_rule): Added source argument.
	(rule_context_find_rule): Added source argument.
	(rule_context_get_rank_rule): Added source argument.
	(rule_context_get_rank_rule_with_source): Removed.
	(save): Fixed for changes to RCNextRuleFunc prototype.

	* filter-rule.h: Changed the source to be a string, removed the
	filter_source_t type.

	* filter-rule.c (filter_rule_set_source): New function to set the
	source of a rule.  What idiot ran this code through indent?
	(filter_rule_find_list): Added a source argument.
	(filter_rule_next_list): Added a source argument.
	(get_widget): Fixed the wording.  You dont remove search parts,
	you can only remove the last one.  Why you even need to mention
	they are search 'criteria' is beyond me.  Whoever added the
	scrolled window needs to be shot, its the single most awful GUI
	feature ever invented (ranks with the close button next to
	maximise).
	(xml_encode): Save source as a string (if present).
	(xml_decode): Likewise for loading & fixed a small memleak.
	(filter_rule_finalise): Free source.

svn path=/trunk/; revision=5884
2000-10-12 13:53:50 +00:00
2000-10-09 13:13:54 +00:00
2000-10-10 23:58:49 +00:00
2000-10-11 17:12:05 +00:00
2000-10-11 20:39:02 +00:00
2000-10-12 13:40:55 +00:00
2000-10-11 18:06:28 +00:00
2000-08-22 12:05:30 +00:00
2000-10-11 07:24:03 +00:00
2000-10-10 18:54:35 +00:00
2000-10-11 12:09:59 +00:00
2000-09-25 21:47:00 +00:00
2000-08-10 17:35:17 +00:00
2000-10-05 21:01:19 +00:00
2000-07-11 00:36:30 +00:00
2000-10-11 23:56:53 +00:00
2000-10-06 17:20:06 +00:00
2000-05-10 14:48:45 +00:00
2000-10-11 23:56:53 +00:00
2000-09-13 14:43:36 +00:00
2000-09-19 01:40:26 +00:00

Evolution is the integrated mail, calendar and address book
distributed suite from Helix Code, Inc.

See http://www.helixcode.com/apps/evolution.php3 for more information.

Note that Evolution is still beta. This means it may delete all of
your mail if you give it the chance.

If you are interested in hacking on Evolution, you should subscribe to
the Evolution mailing list. Send mail to
"evolution-request@helixcode.com" with the word "subscribe" in the
body of the message. If you are planning to work on any part of
Evolution, please send mail to the mailing list first, to avoid
duplicated effort (and to make sure that you aren't basing your work
on interfaces that are expected to change).

There is a mailing list archive available at
http://lists.helixcode.com/archives/public/evolution/

There is also an #evolution IRC channel on irc.gnome.org.


IF IT DOESN'T WORK
------------------

Did you read the "How to build" section below? :-)

If you have built Evolution and it doesn't work, or you can't get it
or one of its dependencies to compile, try running the
"verify-evolution-install.sh" script in the tools/ subdirectory. It
may be able to figure out what went wrong.


HOW TO BUILD EVOLUTION
----------------------

	*** READ THIS BEFORE YOU START BUILDING ANYTHING! ***

Evolution depends on a large number of unreleased and rapidly-changing
libraries. Some of these libraries in turn depend on other unreleased
and rapidly-changing libraries.

Building Evolution is HARD, and it's going to stay hard until all of
the libraries it depends on stabilize, and there's nothing we can do
to make it any easier until then.


General Principles
------------------

First you have to decide whether you want to install Evolution (and
its dependencies) into the same prefix as the rest of your GNOME
install, or into a new prefix. Installing everything into the same
prefix as the rest of your GNOME install will make it much easier to
build and run programs, but may make it harder to uninstall later.

If you want to install into the same prefix as the rest of GNOME,
type:

	gnome-config --prefix
	gnome-config --sysconfdir

and remember the answers, and pass them to "configure" and "autogen"
when building the other packages you need. Eg:

	./configure --prefix=/usr --sysconfdir=/etc


If you do not do this, you will need to set the GNOME_PATH environment
variable (and ACLOCAL_FLAGS as well if building from CVS) to include
the prefix you install into. Eg:

        export GNOME_PATH=/usr/local
	export ACLOCAL_FLAGS="-I /usr/local/share/aclocal"

(Assuming your shell is bash, and you installed into /usr/local.) You
need to set GNOME_PATH both during compiling AND when you run
evolution. Remember also that if you're installing into an odd prefix
such as /evolution, that you also need to make sure to put
${prefix}/bin in your PATH.

If you install Evolution into a different prefix from OAF, you will
also need to set OAF_INFO_PATH to include the directory where the
oafinfo files are installed (${prefix}/share/oaf). (OAF will
eventually obey the GNOME_PATH variable, but it does not do so
currently.) Eg:

	export OAF_INFO_PATH=/usr/local/share/oaf

If you are already running an oafd, you will need to kill it after
setting that variable so it gets restarted later with that in its
environment.


Dependencies
------------

All of these libraries are available in GNOME CVS, under the given
names. Most (but not all) of them are also available as tarballs on
ftp.gnome.org. The (*)ed packages are available in Helix GNOME.
(http://www.helixcode.com/desktop/)

 - gnome-xml - 1.8.7 or later in the 1.0 series, but not from the 2.0
   series (If you get this from GNOME CVS, use the tag "LIB_XML_1_X".)
   (*)

 - gnome-print - 0.20 (*). The gnome-print CVS HEAD will NOT work, nor
   will 0.21.

 - gdk-pixbuf - 0.7.0 or later (*)

 - ORBit - 0.5.3 or later (*)

 - oaf - 0.5 or later

   *** If you are using oaf from CVS, you should use the flag
   *** "--disable-more-warnings" when configure, or it may fail to
   *** build.

 - gnome-vfs - 0.3 or later

   *** If you are using gnome-vfs from CVS, you should use the flag
   *** "--disable-more-warnings" when configuring, or it may fail to
   *** build.

 - bonobo - 0.17 or later

   *** Note that bonobo must be installed with the same --prefix as
   *** either gnome-libs or evolution for the Makefiles to work
   *** properly.

 - libunicode - 0.4 or later, available from
   http://www.pango.org/download.shtml

 - gconf - 0.6 or later

 - gal (GNOME Application Library) - from CVS

 - gtkhtml - 0.5 or later

 - libglade (*)

If you want support for PalmPilot syncing (currently only supported by
the calendar and not yet very stable/functional), you will also need
the following packages:

 - pilot-link (*)

 - gnome-pilot - from CVS, with --enable-oaf




The layout of the source tree is:

addressbook:	the Address Book UI
art:		graphics used by evolution
calendar:	the Calendar UI
camel:		libcamel, a messaging library used by the mailer.
		Camel is inspired by Sun's JavaMail
		(http://java.sun.com/products/javamail/) and the
		IMAPv4 spec (RFC 2060).
composer:	the message composer UI
data:		the .desktop file for Evolution
default_user:	initial Evolution config files for new users
devel-docs:	entirely inadequate documentation
doc:		more adequate documentation
e-util:		utility code used by various parts of Evolution
filter:		libfilter, a mail filtering library
libibex:	an indexing library used by the mailer
libical:	a library for the iCalendar format (RFC 2445-2446)
libversit:	a library for the vCard (RFC 2425-2426) and vCalendar
		(http://www.imc.org/pdi/vcal-10.txt) formats
mail:		the mail display UI
shell:		the Evolution shell (the main program that launches
		the other components)
tests:		some test programs
tools:		utilities, notably "killev", a script to kill of all
		of the Evolution components
widgets:	widgets used by Evolution, including the shortcut bar,
		ETable, and EText
wombat:		Has source code that will load in the addressbook
		and calendar backend, and will form the server
		process we'll be using
Description
No description provided
Readme 1.4 GiB
Languages
C 96.8%
JavaScript 1.4%
CMake 1.2%
Makefile 0.2%
Python 0.2%