2000-05-27 20:41  cfreeze

	* config/configure.in: CF - include mcrypt in LDADD line

2000-05-27 19:53  cfreeze

	* ChangeLog: CF - updated of changelog

2000-05-27 19:44  cfreeze

	* ChangeLog, Makefile.in, xfmail.spec, config/configure.in,
	contrib/build.sh, mail/pop.c, ui/version.h.in, ui/version.src: CF -
	version # change for release.

2000-05-27 18:59  kovi

	* ui/rules.c: rules.c: fixed crashes on RedHat 6.1 God forgive me
	if it was not needed.

2000-05-27 18:11  sh00p

	* editor/fl_edit.c: openbsd defines MAX and MIN in sys/param.h

2000-05-27 18:07  sh00p

	* editor/textbuf.c: added casts for NULL assignments to make
	compile work on openbsd.

2000-05-26 19:56  kovi

	* ui/rules.c: rules.c: ooops

2000-05-26 19:35  kovi

	* ui/rules.c: rules.c: fixed rules duplication and added small fix
	for HP-UX

2000-05-26 13:36  cfreeze

	* contrib/build.sh: CF - more version info changing

2000-05-26 13:25  cfreeze

	* GPASSWD.txt, mail/pop.c: CF - just realized mcrypt has changed
	versions and some of the API

2000-05-26 11:12  cfreeze

	* ChangeLog: CF - updated changelog

2000-05-26 11:12  cfreeze

	* Makefile.in, ui/version.h.in, ui/version.src: CF - updated
	version #'s to Pre3

2000-05-26 10:56  cfreeze

	* config/configure.in: CF - removal of thread as default in prep
	for the release.

2000-05-26 10:29  cfreeze

	* mail/connection.cpp, mail/fmail.c, mail/smtp.c, ui/dialogs.c,
	ui/help.txt, ui/xfmail.c: patch from [sh00p@netunlimited.net]  
	Config files are not saved if you ^C the application.
	
	patch from [Andreas Steinmetz <ast@domdv.de>]
	
	Assorted fixes and modifications:
	
	mail/connection.cpp:
	
		added missing close of socket.
	
			mail/fmail.c:
	
				added y2k handling for braindead mailers
	sending only 2 digit year values
	
				fixed send failure behaviour - mails failed
	to be delivered to smtp server stay in outbox
	
			mail/smtp.c:
	
				added support to select smtp host according
	to from field of
					mail, note that this is somewhat
	simple but effective, usage description
					below, be aware that the fix (as
	the original code) doesn't contain
					any buffer overflow checks Simple
	Multi SMTP server configuration:
	
					In "Config Misc->Send->SMTP Host"
	the entry format is modified to:
	
				       
	[[mailfrom+smtpserver,][...]]defaultsmtpserver
	
					Below is an example that uses the
	smtp server of smtp.lan.my.com
					for all mails from ast@my.com and
	smtp server smtp.mail.yahoo.com for
					all mails from private@yahoo.com. 
	If the from field of the mail doesn't
					match any of these addresses the
	default smtp server localhost is used.
	
				       
	
					Note that the address match is done
	on substring basis so "ast@my.com"
					matches "A.  Steinmetz
	<ast@my.com>".
	ast@my.com+smtp.lan.my.com,private@yahoo.com+smtp.mail.yahoo.com,lo
	calhost

2000-05-12 06:13  cfreeze

	* ui/cfgfile.h: CF - fix of misspelling.

2000-05-12 06:06  cfreeze

	* ui/: cfgfile.cpp, cfgfile.h: CF - touch up add of save_file

2000-05-12 06:05  cfreeze

	* ui/xfmail.c: CF - reverted back to what once was...

2000-05-11 06:03  cfreeze

	* config/configure.in, mail/imap.c, mail/pop.c: CF - cleaned up the
	global password stuff in the pop and moved the changes over to IMAP
	as well.  It should now respect the cfg directive of use_gpasswd.

2000-05-11 01:33  cfreeze

	* config/configure.in: CF - typo in the configure.in file

2000-05-09 15:45  cfreeze

	* mail/fmail.c, ui/misc.c, ui/msg.c: patch from [Mariusz Kowalczyk
	<kovi@mkowalczyk.genfys.slu.se>]     Fix for crashing on extra
	headers.  the cfgfile class' getCString() should      not be called
	with a default parameter of NULL.

2000-05-08 18:53  cfreeze

	* ui/rules.c: CF - no uninitialized vars in the rules file now.

2000-05-04 06:27  cfreeze

	* ui/: gpasswd.cpp, gpasswd.h: CF - guess it would help if I added
	these files.. :>

2000-05-04 06:12  cfreeze

	* config/configure.in, mail/pop.c: CF - forgot the ltdl library.

2000-05-04 06:03  cfreeze

	* config/configure.in: CF - minor change to config/configure.in

2000-05-04 05:42  cfreeze

	* GPASSWD.txt, config/configure.in, mail/fmail.h, mail/pop.c,
	ui/Makefile.in, ui/pop_smtp.c, ui/xfmail.c, ui/xfmail.h: 
	I just finished the global encryption finally..
	
	Here is how it boils down...
	
	you *MANUALLY* edit $HOME/.xfmail/.xfmailrc to include
	use_gpasswd=1
	
	After this, start xfmail and choose a pass phrase < 32 characters
	After doing this, edit all of the receive sources you have to
	include the toggle option of "store password".	Now when you exit
	your passwords will be encrypted with TwoFish and your secret pass
	phrase.
	
	Reasoning for this option:	   If you have multiple mail
	accounts you pull from, entering each	      password each time
	you start can be annoying.  Storing your	  passwords in
	plain text is highly insecure.	Now, one password	   will
	unlock all of your passwords that are stored using		  
	strong encryption.
	
	Steps for compiling:	    Install libmcrypt  URL:
	http://mcrypt.hellug.gr/					 
	RPMS: ftp://ftp.fazekas.hu/pub/linux/rpms/mcrypt/
	
		    run ./configure --enable-gpasswd
	
		    Then make as normal.

2000-05-04 02:38  cfreeze

	* mail/: pop.c, smtp.c: CF - small compiler patch for some.

2000-05-04 01:39  cfreeze

	* config/acconfig.h, config/configure.in, mail/mbox.c: CF - Uses
	threads again.	Somehow the configure.in script forgot to set
	USE_THREADS.  Much better....

2000-05-04 00:21  cfreeze

	* ChangeLog, Changes: CF - Moved Changes to ChangeLog

2000-05-03 23:56  cfreeze

	* Makefile.in, ui/rules.c, ui/version.h.in, ui/version.src: CF -
	Update for 1.4.6Pre2, fix a commented line I left in the rules
	evaluation.

2000-05-03 23:21  cfreeze

	* ui/cfgfile.cpp: CF - cfgfile now works if you are starting from
	scratch.  I think this will also clear up the last of the cfgfile
	bugs.  The last problem was that when I was trying to store a
	string,int pair in the map, the conversion down to the
	add(string,string) method was incorrect.

2000-05-02 19:11  cfreeze

	* ui/rules.c: CF - Slight rules optimization, also regfree is being
	used again.

2000-05-02 04:54  cfreeze

	* ui/cfgfile.cpp: CF - If the STL map is going what I think with
	the keys, it also seems to do with their values.

2000-05-01 20:41  cfreeze

	* runme: CF - clean up

2000-05-01 20:40  cfreeze

	* ui/config.h.in: CF - removal reason same as ./configure

2000-05-01 20:39  cfreeze

	* runme, ui/config.h.in: CF - forgot to run ./configure

2000-05-01 20:38  cfreeze

	* runme, ui/config.h.in: CF - cosmetic touch-ups.

2000-05-01 20:35  cfreeze

	* config/Makefile: CF - rename of config/Makefile target.

2000-05-01 20:33  cfreeze

	* runme, ui/config.h.in: CF - fix of runme script.

2000-05-01 20:32  cfreeze

	* ui/: version.h.in, version.src: CF - Forgot to edit the files
	previously mentioned.  ....long day....

2000-05-01 20:26  cfreeze

	* configure: CF - removed the configure script.  use 'runme' to
	create the configure script.  This is for the CVS sources and in
	releases should be included.

2000-05-01 20:24  cfreeze

	* build.sh, runme, contrib/build.sh, ui/version.src: CF -
	Rearranged some files, changing the version number to indicate cvs
	status.

2000-05-01 20:15  cfreeze

	* ui/pgp.c: CF - All messages encrypted using XFmail, are displayed
	in Outlook express as a single line with a heavy vertical line
	appearing where the line end should be.  Hopefully this will fix
	it.

2000-05-01 20:11  cfreeze

	* editor/fl_edit.c: CF - Fix for FL_FOCUS being called after
	FL_FREEMEM

2000-05-01 19:04  cfreeze

	* configure, mail/fmail.h, ui/config.h.in: CF - Fix for a #define
	DMALLOC stmnt I left in fmail.h.  Should compile now if you don't
	have dmalloc installed.

2000-05-01 17:34  cfreeze

	* ui/: cfgfile.cpp, cfgfile.h: CF - Fixed the segfault if config
	files didn't exist.  I'm not sure how this will affect those with
	different types of lockf/flock's.

2000-05-01 13:21  cfreeze

	* ui/: cfgfile.cpp, cfgfile.h: CF - This will work if you already
	have a set of config files.  If you don't it will crash about twice
	before finally loading.  It's been busy today so don't expect a
	real fix until later tonight.  Also build from scratch please.

2000-05-01 00:51  cfreeze

	* ui/: cfgfile.cpp, xfmail.c: CF - fixed config file locking if the
	file didn't exist.

2000-04-30 23:52  cfreeze

	* config/acconfig.h, ui/config.h.in: CF - Fix misspelling in
	config/acconfig.h of remalloc.

2000-04-30 22:45  cfreeze

	* Changes, ui/about.c, ui/cfgfile.cpp, ui/cfgfile.h: CF - Added a
	little bit of information to stderr on load and exit, also on the
	about dialog.  The information is displayed as
	[NumKeysSaved/NumKeysInMap].

2000-04-30 22:08  cfreeze

	* configure, config/configure.in, mail/fmail.c, mail/mime.c,
	ui/cfgfile.cpp, ui/config.h.in: CF - This version of the config
	file class has not dropped any keys for me.  I think I have found
	the problem with the STL map.  This same problem came up with a RPC
	client,nameserver,clientserver setup I'm working on in a distro os
	class.	Seems like the index into the map is based more on the
	memory location of the key, than it's value.  After ensuring that
	each key was given a new memory address, keys stopped dropping. 
	Every STL reference book I have fails to note this.
	
	Also shouldn't generate Makefile's unless you have some variant of
	XForms .88.  Should fix prob of people reporting bugs on paste
	crashes.

2000-04-30 20:58  cfreeze

	* configure, config/configure.in, mail/fmail.c, ui/cfgfile.cpp,
	ui/cfgfile.h, ui/config.h.in: CF - Fix for the missing -ldmalloc
	line in ui/Makefile.  Seems like the line for autoconf was failing.

2000-04-20 13:11  xfmail

	* ui/cfgfile.cpp: CF - Clean up and separation of output into
	status and true debug.

2000-04-20 12:51  xfmail

	* Changes: CF - updated Changes file

2000-04-20 12:49  xfmail

	* ui/cfgfile.cpp: CF - Fixed the config key drop.  (meaning it
	works here, mileage varies).  Turned out to be the way ofstream's
	<< operator handled certain strings.  Once I changed this over to
	use ofstream's form method things started working.  Go figure....

2000-04-20 12:06  xfmail

	* ui/cfgfile.cpp: CF - I've tracked down the bug.  It's either the
	iterator in the save() or a bug in the STL Map.

2000-04-20 11:52  xfmail

	* ui/cfgfile.cpp: CF - Much more readable debug output in the
	cfgfile.

2000-04-20 11:22  xfmail

	* ui/: cfgfile.cpp, cfgfile.h, xfmail.c: CF - Changed the (C) date
	to 2000

2000-04-20 10:54  xfmail

	* ui/: cfgfile.cpp, cfgfile.h, config.h.in: CF - Cleaned up the
	debug output.

2000-04-20 01:43  xfmail

	* ui/cfgfile.cpp: CF - Cleaned up some of the add code.  Still
	havn't found out why we have a valid key/value pair being read in,
	then loosing the key when ready to write out.  Makes little sense.

2000-04-20 01:09  xfmail

	* ui/: cfgfile.cpp, cfgfile.h, xfmail.c: CF - Still drops a single
	key everytime you shutdown and restart.  I'm trying to track this
	one down, but it's a weird one.  It's after a certain amount of
	keys have been stored that one is dropped.

2000-04-19 21:38  xfmail

	* ui/Makefile.in: CF - It now links.

2000-04-19 21:33  xfmail

	* ui/: config.h.in, pop_smtp.c, xfmail.h: CF - Final check, it
	compiles.

2000-04-19 21:07  xfmail

	* Changes, contrib/XFMail2Procmail: 2000-04-19 20:54  xfmail
	
	    Added Jim Hague's (jim.hague@insignia.com) XFMail rules
		to Procmail rules converter.
	
	    Created new contrib directory for "at large" contributions.

2000-04-19 21:01  xfmail

	* Changes: CF - Updated change logs.

2000-04-19 20:54  xfmail

	* mail/fmail.h, ui/rules.c, ui/umail.h, ui/xfmail.c: 4-19-2000
	
	patch from [Mariusz Kowalczyk <kovi@mkowalczyk.genfys.slu.se>]
	
	* adding new rules works again: there was a problem with
	(rules[i]->action == 0) condition,
	
	* some minor fixes in compose_rule()
	
	* deleting rules: using rules.erase(&rule[i]) I don't know c++ well
	enough to say it is safe to use it, but it works for me
	
	* crash when one wants to save rules: "pointer is not pointing to
	heap data space: pointer '0xc5c5c5c5'" :-)
	
	* memory leak (size depends on how many rules you have, for me it
	was 15 rules == ca 6 kB) in rules.c: (new function cleanup_rules()
	called from clean_exit() in xfmail.c)
	
	* alt layout patch for msg preview panel is also included...
	
	* included also some garbage that helps to debug problems with
	rules (I should remove it, I guess)
	
	  Code is good enough for biologist, but CS people will probably be
	  scared...

2000-01-17 22:10  xfmail

	* configure, config/configure.in, ui/config.h.in: patch from 
	Mariusz Kowalczyk <kovi@mkowalczyk.genfys.slu.se>   Included small
	patch for configure.in. Works on systems with ANSI C++ compilers
	and old X headers. It only makes sure that -fpermissive flag is
	included in CPPFLAGS in such systems, otherwise g++ exits with
	"ANSI C++ forbids declarations without a type".

2000-01-17 20:38  xfmail

	* Changes, Makefile.in, README.old, configure, xfmail.spec,
	config/acconfig.h, config/configure.in, editor/fl_edit.c,
	editor/fl_edit.h, editor/textbuf.c, mail/cache.c, mail/fmail.c,
	mail/fmail.h, mail/imap.c, mail/mbox.c, mail/mime.c, mail/pop.c,
	mail/smtp.c, mail/util.c, regex/regex.c, ui/Makefile.in,
	ui/addr_book.c, ui/cfgfile.cpp, ui/cfgfile.h, ui/child.c,
	ui/choose_folder.c, ui/config.h.in, ui/inc.c, ui/mime_conf.c,
	ui/misc.c, ui/msg.c, ui/newobjs.h, ui/pgp.c, ui/pop_smtp.c,
	ui/rules.c, ui/search.c, ui/sign.c, ui/sort.c, ui/spellchecker.c,
	ui/umail.h, ui/view_edit.c, ui/xfmail.c, ui/xfmail.h: CF - backed
	out a few of the Christmas changes.	 Included support for
	DMALLOC if you have it, otherwise you	       have to have glib
	now.  visit www.dmalloc.com if you want 	 to help out with
	the memory problems.	  New bug in cfgfile has popped up.  I need
	Vic looking through it		to find out what is going on.

1999-12-16 01:40  xfmail

	* ui/cfgfile.cpp: CF - added docs, had wrong true/false pair

1999-12-16 01:39  xfmail

	* ui/: cfgfile.cpp, cfgfile.h, pop_smtp.c, sign.c, xfmail.c,
	xfmail.h: CF - forgot a case on the add...

1999-12-14 19:58  xfmail

	* config/acconfig.h, mail/fmail.h, mail/util.c, mail/uucode.c,
	ui/about.c, ui/child.c, ui/choose_folder.c, ui/choose_folder.h,
	ui/configform.h, ui/imap_conf.c, ui/mime_conf.c, ui/pixmaps.h,
	ui/sound.c, ui/umail.h, ui/xfmail.c, ui/xfmail.h: CF - removed old
	license headers.

1999-12-14 19:50  xfmail

	* ui/cfgfile.cpp: CF - Took out some commented out code that I left
	in.

1999-12-14 19:45  xfmail

	* ui/cfgfile.cpp: CF - I think I have fixed all the cfgfile errors.
	 Also it should no longer prompt you to save when nothing has
	changed.

1999-12-14 02:03  xfmail

	* ui/cfgfile.cpp: CF - fixed my debug code

1999-12-14 01:55  xfmail

	* ui/cfgfile.cpp: CF - more debugging

1999-12-14 01:52  xfmail

	* ui/cfgfile.cpp: CF - added lots of good debugging to the new
	cfgfile class

1999-12-14 01:19  xfmail

	* ui/cfgfile.cpp: CF - code clean up of the cfgfile class and more
	mime bugs stomped

1999-12-13 19:54  xfmail

	* editor/fl_edit.c, editor/textbuf.c, ui/addr_book.c: CF - more
	bullet proofing of the texteditor code.  I have discovered a huge
	problem with memory leaking in the mime or cache code.	I need help
	in tracking these down.

1999-12-13 17:12  xfmail

	* mail/mime.c: CF - Mime boundary bug fixed.

1999-12-13 04:30  xfmail

	* ui/cfgfile.cpp: CF - small fix for cfg being asked to save on
	exit

1999-12-13 04:16  xfmail

	* ui/cfgfile.cpp: CF - another small patch from me to fix the
	cfgfile stuff

1999-12-13 03:59  xfmail

	* ui/cfgfile.cpp: CF - small patch from me to check for a null
	reference on find()

1999-12-13 03:46  xfmail

	* mail/cache.c, mail/fmail.c, mail/imap.c, mail/mbox.c,
	mail/mime.c, mail/nntp.c, mail/smtp.c, ui/addr_book.c,
	ui/cfgfile.cpp, ui/cfgfile.h, ui/choose_folder.c, ui/config.c,
	ui/dialogs.c, ui/faces.c, ui/font.c, ui/help.c, ui/inc.c,
	ui/int_conf.c, ui/keymap.c, ui/log.c, ui/misc.c, ui/msg.c,
	ui/pgp.c, ui/pop_smtp.c, ui/rep_fwd.c, ui/rules.c, ui/search.c,
	ui/sign.c, ui/sort.c, ui/spellchecker.c, ui/view_edit.c,
	ui/xfmail.c: patch from [Victor Brilon <victor@vail.net>]     Major
	rewrite of the cfgfile class.  Now fully uses the STL	     
	library.  Be careful as this is untested and could	   nuke
	your config files.  But as always we need	  guinie pigs..I
	mean testers to see how it goes..      Make sure you backup your
	~/.xfmail directory before trying.

1999-12-12 21:00  xfmail

	* ui/pgp.c: patch from [Mariusz Kowalczyk
	<kovi@mkowalczyk.genfys.slu.se>]     PGP 6.5 support	     1) I
	wrote get_pgp651_command_line, based mostly on the	       same
	function for 2.6.3	   2) added case in get_pgp_command_line   
	     3) added config menu option in pgp_conf	     4) added case
	in get_pgpchoice	 5) added case get_pgpversion	      6)
	changed PGP_Lookup_PGPId (several things)
	
		Code compiles; decoding, encoding, signing works.
		When I try to extract or verify key it gives -7 return
		code (out of memory) but actually extracts the key and
		its there in the public ring. I don't know why is that.

1999-12-11 20:22  xfmail

	* mail/pop.c, ui/xfmail.c: CF - may have taken care of the
	socklen_t probs for good..I hope..

1999-12-08 18:29  xfmail

	* mail/: fmail.c, fmail.h, imap.c, mbox.c: CF - no more limits on
	the number of msgs in a folder.

1999-12-08 14:56  xfmail

	* ui/: config.h.in, umail.h: patch from Don Tidrow
	<dtidrow@nvl.army.mil> for IRIX compiling

1999-12-07 17:46  xfmail

	* Makefile.in, build.sh, mail/pop.c, regex/Makefile.in,
	regex/regex.c, ui/config.h.in, ui/version.h.in, ui/version.src:
	12-7-1999
	
	patch from Mark Powell <medp@primag.co.uk>]	    Ensure all data
	written to a socket actually gets sent. 	 Regex compile
	problems fixed for platforms other than linux.		Allow
	xfmail to be configured --without-sound

1999-12-05 01:06  xfmail

	* Makefile.in, build.sh, xfmail.spec, mail/mime.c, ui/version.h.in,
	ui/version.src: CF - 1.4.4 is out..The End..

1999-12-04 18:53  xfmail

	* Changes: CF - Final update before release

1999-12-04 18:50  xfmail

	* Makefile.in, build.sh, configure, config/acconfig.h,
	config/configure.in, ui/cfgfile.cpp, ui/config.h.in,
	ui/version.h.in, ui/version.src: CF - Fixed the cache directories
	problem on upgrades.

1999-12-03 20:57  xfmail

	* mail/mime.c: CF - strlen doesn't like null's.. ;>

1999-12-02 22:55  xfmail

	* configure, mail/mime.c, ui/config.h.in: CF - pointer reference
	fixed.

1999-12-01 21:02  xfmail

	* mail/mime.c: CF - should fix Wim's mime bug.

1999-12-01 00:30  xfmail

	* mail/mime.c: CF - more debug

1999-12-01 00:27  xfmail

	* mail/mime.c: CF - mime debug for Wim

1999-12-01 00:11  xfmail

	* mail/mime.c: CF - attempt to fix the last mime bug.

1999-11-28 01:43  xfmail

	* build.sh: Another update

1999-11-28 00:18  xfmail

	* mail/mbox.c: CF - Last of dot lock freeze's should be fixed.

1999-11-24 14:45  xfmail

	* config/configure.in: CF - Patches for compiling from Kovi and
	Julian.

1999-11-24 03:37  xfmail

	* build.sh: Some changes to build.sh

1999-11-23 15:04  xfmail

	* mail/connectionManager.cpp: CF - working on the socklen_t not
	def'd prob.

1999-11-23 14:31  xfmail

	* ui/cfgfile.cpp: CF - a few cleanups on my end..

1999-11-23 14:06  xfmail

	* configure, ui/config.h.in: CF - it blew up because of stuff I
	left in...geez..I need sleep....

1999-11-23 13:57  xfmail

	* config/configure.in, mail/cache.c, mail/connectionManager.cpp,
	mail/pop.c: CF - Added HPUX patches from Kovi

1999-11-23 13:11  xfmail

	* configure, config/acconfig.h, mail/pop.c, ui/cfgfile.cpp,
	ui/config.h.in: patch from [Victor Brilion <victor@vail.net>]	   
	  Small optimization patch to cfgfile code.

1999-11-21 19:14  xfmail

	* mail/mime.c, ui/xfmail.c, ui/xfmail.h: CF - Did a little sanity
	checking on buffer resizing.

1999-11-21 15:15  xfmail

	* mail/mime.c, ui/msg.c: CF - Major rework on the buffer code.	Try
	inserting a large file of a couple of megs with code before this
	one.  Then do it now.  Shocking isn't it...

1999-11-20 12:44  xfmail

	* build.sh, mail/mime.c, regex/Makefile.in, regex/regex.c,
	ui/msg.c: CF - More solaris fixes..

1999-11-19 19:48  xfmail

	* Changes, configure, ui/config.h.in: CF - Updated the last of the
	files for 1.4.3cvs.

1999-11-19 19:37  xfmail

	* Makefile.in, mail/mime.c, ui/msg.c, ui/version.h.in,
	ui/version.src: CF - fixed the mime bug over all encodings. 
	updated to 1.4.3cvs

1999-11-19 15:20  xfmail

	* mail/mime.c: CF - more debug code on the mime buffer bug.

1999-11-19 13:59  xfmail

	* config/configure.in, mail/cache.c: CF - patched by Julian for the
	solaris compile bugs

1999-11-18 15:38  xfmail

	* build.sh: CF - Added Wim's build script.

1999-11-17 13:51  xfmail

	* mail/mbox.c, mail/mime.c, mail/pop.c, ui/msg.c: CF - fixed the
	socklen_t compile error.

1999-11-15 02:01  xfmail

	* Changes, xfmail.spec: CF - forgot to change ver info

1999-11-15 01:54  xfmail

	* Makefile.in, README, README.old, mail/cache.c, mail/mbox.c,
	ui/version.h.in, ui/version.src: CF - last clean up and release of
	1.4.2

1999-11-11 17:41  xfmail

	* mail/: cache.c, util.c: CF - small clean up patch from Julian
	Dunn

1999-11-11 13:59  xfmail

	* ui/msg.c: CF - now uses expenential growth in memory allocation
	for reading msgs.  Loads a 6 meg file like it was nothing!

1999-11-11 12:55  xfmail

	* ui/: Makefile.in, sort.c: CF - Added a simple rule to take care
	of the ChangeLog if your using CVS.

1999-11-10 16:32  xfmail

	* ui/xfmail.c: CF - Fixed a small date/time bug

1999-11-10 16:16  xfmail

	* mail/imap.c, ui/xfmail.c: CF - Fixed imap problems I think..

1999-11-10 14:24  xfmail

	* mail/: connection.cpp, smtp.c: CF - Fixed the smtp send bug of
	only being able to send one msg per session.

1999-11-10 14:17  xfmail

	* ui/xfmail.c: CF - Fixed a formating error caused by GNU indent.

1999-11-10 13:48  xfmail

	* ui/Makefile.in: CF - Updated the makefile

1999-11-10 13:46  xfmail

	* xfmail.vpj, mail/connectionManager.cpp, mail/connectionManager.h:
	CF - forgot these files...

1999-11-10 02:50  xfmail

	* wim: Removed my test.
	
	Wim.

1999-11-10 02:49  xfmail

	* wim: Just a test.  This can be removed.
	
	-Wim wim@netmaster.ca

1999-11-09 23:40  xfmail

	* Makefile.in: CF - forgot something..

1999-11-09 23:39  xfmail

	* Makefile.in, xfmail.spec: CF - Final prep for 1.4.1

1999-11-09 23:29  xfmail

	* xfmail.vpj, mail/imap.c, mail/nntp.c, mail/pop.c, mail/smtp.c,
	ui/Makefile.in, ui/pgp.c, ui/version.h.in, ui/xfmail.c: CF - Hooked
	in the Connection Manager...

1999-11-09 20:16  xfmail

	* Changes, README, xfmail.vpj, mail/connection.cpp,
	mail/connection.h, mail/fmail.h, mail/imap.c, mail/md5.h,
	mail/nntp.c, mail/pop.c, mail/smtp.c, ui/Makefile.in, ui/pgp.c,
	ui/xfmail.c: CF - Unlimited # of connections, connection core
	re-write finished..

1999-11-09 16:03  xfmail

	* xfmail.vpj, mail/connection.cpp, mail/connection.h, mail/pop.cpp:
	CF - more redesign of the core

1999-11-09 01:06  xfmail

	* xfmail.vpj, ui/xfmail.c: CF - fixed the config bug, where if you
	didn't have a fully qualified hostname set, it would keep asking
	you to save your config file.

1999-11-08 23:16  xfmail

	* xfmail.vpj: CF - more work on re-writing the IO core.

1999-11-08 19:48  xfmail

	* xfmail.vpj, mail/fmail.c: CF - Removed debug prints from the
	header rule bug hunt.

1999-11-08 19:43  xfmail

	* ui/rules.c: CF - removed the debug prints I used to fix the
	header bug.

1999-11-08 14:24  xfmail

	* xfmail.vpj, compface/Makefile.in, mail/mbox.c, regex/Makefile.in,
	ui/Makefile.in: CF - shouldn't crash anymore on the flock bug, but
	you will get a dialog saying it can't lock.

1999-11-08 14:01  xfmail

	* mail/mbox.c: CF - added some debugging..

1999-11-07 20:41  xfmail

	* mail/cache.c: CF - blah, gdbm and ndbm diffs..gonna change all
	this crap around.

1999-11-07 20:34  xfmail

	* ui/rules.c: CF - duh..left a comment on a {

1999-11-07 18:10  xfmail

	* xfmail.vpj, ui/xfmail.c, ui/xfmail.h: CF - started the internal
	redesign of the core.

1999-11-07 17:27  xfmail

	* xfmail.vpj, compface/Makefile.in, compface/arith.c,
	compface/compface.h, compface/compress.c, compface/data.h,
	compface/face.c, compface/file.c, compface/gen.c, editor/fl_edit.c,
	editor/fl_edit.h, editor/textbuf.c, editor/textbuf.h, mail/cache.c,
	mail/fmail.c, mail/imap.c, mail/mbox.c, mail/md5.c, mail/md5.h,
	mail/mime.c, mail/nntp.c, mail/pop.c, mail/smtp.c, mail/util.c,
	mail/uucode.c, regex/regex.c, regex/regex.h, ui/RdBitF.c,
	ui/about.c, ui/addr_book.c, ui/cfgfile.cpp, ui/cfgfile.h,
	ui/child.c, ui/choose_folder.c, ui/config.c, ui/dialogs.c,
	ui/faces.c, ui/font.c, ui/help.c, ui/imap_conf.c, ui/inc.c,
	ui/int_conf.c, ui/keymap.c, ui/log.c, ui/mime_conf.c, ui/misc.c,
	ui/msg.c, ui/pgp.c, ui/pop_smtp.c, ui/rep_fwd.c, ui/rules.c,
	ui/search.c, ui/sign.c, ui/sort.c, ui/sound.c, ui/spellchecker.c,
	ui/umail.h, ui/view_edit.c, ui/xfmail.c: CF - Finished the
	transition to ANSI C++ compatible code.  Also moved to the new
	cfgfile class.

1999-11-07 01:24  xfmail

	* compface/Makefile.in, editor/fl_edit.c, editor/fl_edit.h,
	mail/cache.c, mail/fmail.h, regex/Makefile.in, ui/Makefile.in,
	ui/cfgfile.cpp, ui/cfgfile.h, ui/umail.h, ui/xfmail.c: CF - it now
	compiles cleanly under an ANSI C++ compiler.

1999-11-06 23:59  xfmail

	* xfmail.vpj, compface/gen.c, editor/fl_edit.c, ui/cfgfile.cpp,
	ui/cfgfile.h, ui/faces.c, ui/xfmail.c: CF - removing more bugs to
	get it to compile with an ANSI C++ compiler.

1999-11-06 00:13  xfmail

	* xfmail.vpj, editor/fl_edit.c, editor/fl_edit.h, editor/textbuf.c,
	mail/cache.c, mail/fmail.c, mail/imap.c, mail/mbox.c, mail/md5.c,
	mail/md5.h, mail/mime.c, mail/nntp.c, mail/pop.c, mail/smtp.c,
	mail/util.c, ui/addr_book.c, ui/cfgfile.cpp, ui/cfgfile.h,
	ui/choose_folder.c, ui/choose_folder.h, ui/config.c, ui/faces.c,
	ui/font.c, ui/help.c, ui/inc.c, ui/int_conf.c, ui/keymap.c,
	ui/log.c, ui/misc.c, ui/msg.c, ui/pgp.c, ui/pop_smtp.c,
	ui/rep_fwd.c, ui/rules.c, ui/search.c, ui/sign.c, ui/sort.c,
	ui/spellchecker.c, ui/umail.h, ui/view_edit.c, ui/xfmail.c: CF - I
	have moved a long way torward where I want to go.  I'm uploading
	the source even though it won't compile just so the last 8 hours
	won't be invain if something happens to my computer..  Man I'm
	tired......

1999-11-05 14:57  xfmail

	* ui/keymap.c: CF - minor clean up of Alan's concern.

1999-11-05 14:35  xfmail

	* Changes: CF - updated the change log.

1999-11-05 14:35  xfmail

	* compface/arith.c, compface/compress.c, compface/face.c,
	compface/file.c, compface/gen.c, regex/regex.c, ui/RdBitF.c,
	ui/about.c, ui/addr_book.c, ui/child.c, ui/choose_folder.c,
	ui/faces.c, ui/font.c, ui/help.c, ui/imap_conf.c, ui/inc.c,
	ui/int_conf.c, ui/keymap.c, ui/log.c, ui/mime_conf.c, ui/msg.c,
	ui/pgp.c, ui/pop_smtp.c, ui/rules.c, ui/search.c, ui/sign.c,
	ui/view_edit.c, ui/xfmail.c: patch from [alan@ufies.org
	wim@netmaster.ca]     -MAJOR CLEAN UP CODE!!!!!!  I can't thank the
	two of you enough!

1999-11-05 14:26  xfmail

	* xfmail.vpj, mail/fmail.c, mail/fmail.h: patch from [Jim Bowen
	jimb@zereau.net]     -Clean up patch for the IMAP panel preview
	feature

1999-11-04 15:11  xfmail

	* Changes, Makefile.in, xfmail.vpj, mail/fmail.c, mail/fmail.h,
	mail/imap.c, regex/Makefile.in, ui/Makefile.in, ui/dialogs.c,
	ui/dialogs.fd, ui/dialogs.h, ui/inc.c, ui/msg.c, ui/rules.c,
	ui/spellchecker.c, ui/xfmail.c: 11-4-1999
	
	Header bug finally fixed.  I'm leaving a bunch of debugging in just
	incase	   other problems arise.
	
	patch from [Jim Bowen jimb@zereau.net]	   -adds the XF-Source:
	header for IMAP mails (I'm not too sure if	this is a good
	thing, but it is necessary to be able to determine	the source
	of the mail for the config patch)     -adds a per-mail-account
	config option for download for preview	   -downloads the mail (if
	configured to do so) when you try      to preview an email for
	which you have headers only

1999-11-03 13:55  xfmail

	* Changes: CF - Updated the Changes file.

1999-11-03 13:44  xfmail

	* configure, compface/arith.c, compface/compface.h,
	editor/fl_edit.c, mail/fmail.c, mail/imap.c, ui/child.c,
	ui/faces.c, ui/msg.c, ui/spellchecker.c, ui/xfmail.c: patch from
	[Rastislav Stanik rastos@a403.woctn.sk]
	
	- incorrectly ifdef-ed select() for HPUX ( impacts ./configure
	script) - number of inconsistent function declarations in .h and .c
	files

1999-11-03 13:37  xfmail

	* xfmail.vpj, ui/xfmail.c: CF - fixed a slight problem with the
	previous UID patch.

1999-11-02 20:00  xfmail

	* mail/fmail.c, mail/mime.c, mail/smtp.c, ui/help.c, ui/pgp.c,
	ui/xfmail.c: CF - Hopefully made us y2k complaint

1999-11-02 19:13  xfmail

	* mail/pop.c: CF - refixed the solaris pop bug...some how changes I
	made over the last couple of days weren't in the repository...

1999-11-02 18:42  xfmail

	* ui/dialogs.c: CF - reapplied an old patch from alan@ufies.org to
	fix the dialog display for the UID option laying on top of another
	option.

1999-11-02 18:05  xfmail

	* Makefile: CF - removed this file from the repository..

1999-11-02 17:57  xfmail

	* Makefile, mail/cache.c, mail/pop.c, mail/smtp.c: CF - Bug fixing
	the code I cleaned up

1999-11-02 17:42  xfmail

	* Makefile, mail/fmail.c, mail/fmail.h, mail/imap.c, mail/mime.c,
	ui/umail.h: CF - last of code clean ups for now.  Put a bug in the
	pop code....gotta go find it now..

1999-11-02 16:09  xfmail

	* mail/: mbox.c, md5.c: CF - code clean up

1999-11-02 15:46  xfmail

	* mail/imap.c: CF - code clean up

1999-11-02 15:38  xfmail

	* mail/fmail.h, mail/mime.c, mail/nntp.c, mail/pop.c, mail/smtp.c,
	ui/pgp.c, ui/umail.h: CF - code clean up

1999-11-02 14:58  xfmail

	* mail/: pop.c, util.c: CF - code clean up

1999-11-02 14:12  xfmail

	* mail/fmail.c: CF - code clean up

1999-11-02 14:05  xfmail

	* mail/fmail.c: CF - oops..forgot an 's'

1999-11-02 12:51  xfmail

	* mail/: cache.c, fmail.c, imap.c, mbox.c, md5.c, mime.c, nntp.c,
	pop.c, smtp.c, util.c, uucode.c: patch from [Wim Kerkhoff
	wim@netmaster.ca] Fixed all of the function declarations in the
	mail directory to a cleaner style.  Mucho thanks...

1999-11-02 12:45  xfmail

	* Makefile, xfmail.vpj, ui/xfmail.c: patch from
	[darko.doruga@hermes.si] This patch should fix the problems, but
	with this patch flags follow UID w/o any spaces after the UID. I am
	not sure if this is how you like it or not, it's an easy thing to
	fix however. Let me know if you want this changed.

1999-11-01 21:09  xfmail

	* ui/: cfgfile.cpp, xfmail.c: CF - Started moving the config file
	stuff over to a class.	This cleans up the design quiet a bit. 
	Also now I can track down the always asking to save config file
	bug.

1999-10-29 19:23  xfmail

	* Changes: CF - removed the tag for 1.5

1999-10-29 17:54  xfmail

	* xfmail.vpj, mail/pop.c: CF - Finally stomped out the Solaris POP
	bug.

1999-10-29 01:04  xfmail

	* mail/pop.c: CF - Left a little bug where I was doing a trace on
	the Solaris pop bug.  I know what is going now.  Did a quick hack,
	but will put the full fix in tomorrow.

1999-10-29 00:51  xfmail

	* Changes, Makefile, xfmail.vpj, mail/pop.c, ui/dialogs.c: patch
	from [alan@ufies.org wim@netmaster.ca] Fixes the two new options on
	the ConfigDisplay from overlapping one another.

1999-10-28 16:17  xfmail

	* Makefile, xfmail.spec, xfmail.vpj, editor/fl_edit.c,
	mail/cache.c, mail/fmail.c, mail/fmail.h, mail/mbox.c, mail/pop.c,
	ui/dialogs.c, ui/dialogs.h, ui/msg.c, ui/rep_fwd.c, ui/sort.c,
	ui/umail.h, ui/xfmail.c: 10-28-1999
	
	patch from [Jarto Tarpio jarto@starsoft.fi] Added two new
	checkboxes to the settings: Confirm delivery and    Confirm reading
	to change the default settings in the mail writing    window. (not
	in cvs yet)
	
	May have fixed the SIGBUS from an over run buffer in host_connect. 
	I need	  Julian C. Dunn <jdunn@matrox.com> to test this out and
	report back since it	was his bug. (not in cvs yet)
	
	patch from [Juergen Vigna jug@sad.it]	      Fixes for
	compatibility with XForms 0.89. (not in cvs yet)

1999-10-27 21:00  xfmail

	* Makefile, mail/cache.c, mail/fmail.c, mail/fmail.h, mail/mbox.c,
	ui/dialogs.c, ui/dialogs.h, ui/sort.c, ui/umail.h, ui/version.h.in,
	ui/xfmail.c: patch from [darko.doruga@hermes.si]  Sorting by UID:
	to add this feature I had to add another record    called real_uid
	to msg structure. XFmail already has record called    uid but that
	is only correct in case you're dealing with MH folder,	  for mbox
	folder it contains offset into mbox file. I added UID button	to
	Misc->Config Display and also Folder->Options dialogs. I have	
	tested this with mbox and MH folders, IMAP and POP3 would need some
	   work for this feature to work correctly!  Displaying of message
	UID: this one is simple, I added UID size to	Misc->Config
	Display dialog, default is 0 so users will not see this    change. 
	 Correct handling of MH filenames: this is the most important
	change	   for me. With default XFmail behaviour there is a bug
	when generating     a new filename. In case you have messages
	(files) numbered 1,2 and 10	next file will be named 3 which is
	obviously wrong.

1999-10-26 16:49  cfreeze

	* Makefile, xfmail.vpj, mail/pop.c, regex/Makefile.in,
	regex/Makefile.std, ui/Makefile.in, ui/Makefile.os2: CF - moving
	source to xfmail.ufies.org

1999-10-24 20:39  cfreeze

	* Makefile, regex/Makefile.in, regex/Makefile.std: CF - Fixed the
	makefile to copy the libregex lib...some how this got passed me and
	might be the reason it was crashing for some..

1999-10-24 20:14  cfreeze

	* ui/: Makefile.in, Makefile.os2: CF - tidy up the makefiles

1999-10-24 20:06  cfreeze

	* KNOWNBUGS: CF - added warning about the rules not working and
	needing to re-enter them for them to start working again.

1999-10-24 20:04  cfreeze

	* Changes, Makefile, Makefile.in, xfmail.spec, pixmap/abort.xpm,
	pixmap/insert.xpm, pixmap/insorig.xpm, pixmap/move.xpm,
	pixmap/send.xpm, pixmap/sign.xpm, pixmap/spell.xpm,
	ui/version.h.in, ui/version.src: CF - Changed to different Pixmaps
	and set everything for the release of 1.4.0

1999-10-24 15:46  cfreeze

	* Makefile, Makefile.in, xfmail.spec, xfmail.vpj, ui/pgp.c,
	ui/version.h.in: CF - Added a patch for GnuPG from Davide Alberani
	<alberanid@bigfoot.com>

1999-10-24 14:57  cfreeze

	* Makefile, Makefile.in, xfmail.spec, xfmail.vpj, mail/fmail.c,
	ui/version.h.in: CF - Fixed the outbox problem on sendmail. 
	Released 1.3.9.

1999-10-23 18:14  cfreeze

	* Makefile, README, xfmail.vpj, mail/fmail.c, mail/fmail.h,
	mail/mbox.c, ui/msg.c, ui/version.h.in, ui/xfmail.c: CF - You can
	now edit and view messages of any size.  Fixed the WMaker.h include
	file problem.

1999-10-23 15:52  cfreeze

	* Makefile, Makefile.in, config/acconfig.h, config/configure.in,
	mail/pop.c, ui/xfmail.c: CF - Now make dist updates the ChangeLog
	file.  Also fixed the WMaker.h include file problem.

1999-10-22 19:25  cfreeze

	* Makefile, Makefile.in, xfmail.vpj, mail/fmail.c, mail/pop.c,
	ui/Makefile.in, ui/Makefile.os2, ui/help_gen, ui/version.h.in:
	Released 1.3.6
	
	Resolving hostnames are now timed like they used to be with the
	async_gethostbyname but with threads.  You can still compile
	without threads but it is getting to the point where I want to make
	it a requirement.
	
	Rules are now done correctly for all send types not just pop
	anymore.

1999-10-22 15:19  cfreeze

	* Changelog, README, TODO: CF - Did a quick clean up on the
	documentation.

1999-10-22 15:03  cfreeze

	* Makefile, Makefile.in, xfmail.vpj, regex/Makefile.in,
	ui/version.h.in, ui/xfmail.c: CF - Fixed the lockup when xfmail
	first starts and tries getting the local machine's hostname.

1999-10-21 23:44  cfreeze

	* Makefile, Makefile.in, xfmail.vpj, mail/fmail.c, mail/fmail.h,
	mail/imap.c, mail/mbox.c, ui/Makefile.in, ui/config.h.in, ui/msg.c,
	ui/rules.c, ui/spellchecker.c, ui/xfmail.c: CF - Fixed rules bug. 
	Rules should now work again.  I had to use the regex code that was
	in the xfmail source.  It needs to be redone with the POSIX regex
	stuff instead.	But I'll leave that for the future..

1999-10-21 17:54  cfreeze

	* Makefile, xfmail.vpj, mail/fmail.c, mail/smtp.c, ui/pgp.c: CF -
	Added some mutual exclusion to allow only one send thread to be
	created at a time. Also started going through and cleaning up the
	Gnupg code.

1999-10-21 15:53  cfreeze

	* Makefile, configure, xfmail.spec, config/acconfig.h,
	config/configure.in, mail/cache.c, mail/fmail.c, mail/mime.c,
	pixmap/abook.xpm, pixmap/attach.xpm, pixmap/delete.xpm,
	pixmap/edit.xpm, pixmap/exit.xpm, pixmap/forward.xpm,
	pixmap/help.xpm, pixmap/mail_edit.xpm, pixmap/newmail.xpm,
	pixmap/next.xpm, pixmap/nextu.xpm, pixmap/prev.xpm,
	pixmap/prevu.xpm, pixmap/print.xpm, pixmap/reply.xpm,
	pixmap/retr.xpm, pixmap/save.xpm, pixmap/view.xpm, ui/Makefile.in,
	ui/about.c, ui/config.h.in, ui/version.h.in, ui/version.src,
	ui/xfmail.c: Also added an option to configure.  (--with-nothreads)
	Now you can disable the thread support if you are having problems
	while trying to send.
	
	Now checks for pthread support and only compiles it in if you have
	it.
	
	Updated the configure.in script.  It will now take care of the
	problems with the Berkley or GNU dbm packages.
	
	No longer sends ~/.xfmsources on bug reports since it carried
	sensitive information.
	
	Formally adopting the following policy on version numbers.	   
	All releases will follow the Linux Kernel Naming Scheme 	   
	     (MajorVersion.MinorVersion.ReleaseVersion) 		 As
	such, MinorVersion's that are even represent a stable		   
		   release.		     And in the same manor,
	MinorVersion's that are odd represent			      
	development releases.	       For those that live on the edge, the
	current version (whether stable 		 or development
	release) will also have a daily snapshot		 
	associated with it. It's form will be:			       
	(Major.Minor.Release.Year-Month-Day)
	
	Removed Patchlevel mumbo jumbo.
	
	Fixed the signature prefix to be correct [Florian Batschi
	<florian@batschi.com>].  10-20-1999 found the netscape paste bug
	myself...now I have it..  ......wierd...
	
	also know why it was a async_gethostbyname function call...  going
	to make it be threaded instead of an async type logic.
	
	started an irc channel on irc.isonline.com channel is #xfmail
	
	Alan Bailward gave me a configure.in file to take care of the #if
	defines that some of the non-linux users were complaining about...
	
	changed some of the pixmaps to look "kewler" ... blea...

1999-10-19 17:19  cfreeze

	* Makefile, Makefile.in, configure, xfmail.spec, xfmail.vpj,
	mail/pop.c, ui/Makefile.in, ui/about.c, ui/dialogs.c,
	ui/version.h.in, ui/xfmail.c: CF - You can now receive messages of
	any size. (pop) You are no notified if an incoming message is left
	on the server due to it violating the maximum message size. (pop)
	Built an rpm using the freshmeat spec file.  Finally have the bugs
	worked out of the make file.  Removed some silly stuff.

1999-10-19 13:43  cfreeze

	* xfmail.vpj, mail/fmail.c, mail/fmail.h, mail/mime.c, mail/smtp.c,
	ui/pgp.c: Changes

1999-10-19 09:56  cfreeze

	* xfmail.vtg: CF - Removed the project binary file.

1999-10-19 09:52  cfreeze

	* TODO, Changelog, Copyright, KNOWNBUGS, Makefile, Makefile.in,
	README, README.os2, configure, install.sh, xfmail.vtg, xfmail.vpj,
	compface/Makefile.in, compface/Makefile.std, compface/arith.c,
	compface/compface.h, compface/compress.c, compface/data.h,
	compface/face.c, compface/file.c, compface/gen.c, config/Makefile,
	config/acconfig.h, config/configure.in, config/debug.frag,
	config/install.sh, regex/COPYING, regex/Makefile.in, regex/regex.c,
	editor/fl_edit.c, editor/fl_edit.h, editor/fl_error.h,
	editor/textbuf.c, editor/textbuf.h, mail/cache.c, mail/fmail.h,
	mail/imap.c, mail/smtp.c, regex/Makefile.std, regex/regex.h,
	mail/fmail.c, mail/mime.c, mail/pop.c, mail/uucode.c, mail/mbox.c,
	mail/md5.c, mail/md5.h, mail/nntp.c, mail/util.c, pixmap/abook.xpm,
	pixmap/abort.xpm, pixmap/attach.xpm, pixmap/delete.xpm,
	pixmap/delsign.xpm, pixmap/edit.xpm, pixmap/exit.xpm,
	pixmap/forward.xpm, pixmap/gena.xpm, pixmap/help.xpm,
	pixmap/icon_mail.xpm, pixmap/icon_nomail.xpm, pixmap/insert.xpm,
	pixmap/insorig.xpm, pixmap/mail_edit.xpm, pixmap/mailcur.xbm,
	pixmap/mailcur_mask.xbm, pixmap/move.xpm, pixmap/newmail.xpm,
	pixmap/next.xpm, pixmap/nextu.xpm, pixmap/prev.xpm,
	pixmap/prevu.xpm, pixmap/print.xpm, pixmap/reply.xpm,
	pixmap/retr.xpm, pixmap/save.xpm, pixmap/send.xpm, pixmap/sign.xpm,
	pixmap/spell.xpm, pixmap/view.xpm, ui/Makefile.in, ui/about.c,
	ui/dialogs.c, ui/help.c, ui/help_gen, ui/msg.c, ui/umail.h,
	ui/Makefile.os2, ui/RdBitF.c, ui/child.c, ui/choose_folder.h,
	ui/faces.c, ui/font.c, ui/help.txt, ui/inc.c, ui/keymap.c,
	ui/log.c, ui/misc.c, ui/pgp.c, ui/rules.c, ui/sign.c, ui/sort.c,
	ui/sound.c, ui/version.src, ui/view_edit.c, ui/xfmail.1,
	ui/xfmail.c, ui/addr_book.c, ui/config.c, ui/config.h.in,
	ui/dialogs.fd, ui/dialogs.h, ui/mime_conf.c, ui/pixmaps.h,
	ui/rep_fwd.c, ui/search.c, ui/choose_folder.c, ui/config.h.os2,
	ui/configform.h, ui/imap_conf.c, ui/int_conf.c, ui/newobjs.h,
	ui/pop_smtp.c, ui/spellchecker.c, ui/spellchecker.h,
	ui/version.h.in: Initial revision

1999-10-19 09:52  cfreeze

	* TODO, Changelog, Copyright, KNOWNBUGS, Makefile, Makefile.in,
	README, README.os2, configure, install.sh, xfmail.vtg, xfmail.vpj,
	compface/Makefile.in, compface/Makefile.std, compface/arith.c,
	compface/compface.h, compface/compress.c, compface/data.h,
	compface/face.c, compface/file.c, compface/gen.c, config/Makefile,
	config/acconfig.h, config/configure.in, config/debug.frag,
	config/install.sh, regex/COPYING, regex/Makefile.in, regex/regex.c,
	editor/fl_edit.c, editor/fl_edit.h, editor/fl_error.h,
	editor/textbuf.c, editor/textbuf.h, mail/cache.c, mail/fmail.h,
	mail/imap.c, mail/smtp.c, regex/Makefile.std, regex/regex.h,
	mail/fmail.c, mail/mime.c, mail/pop.c, mail/uucode.c, mail/mbox.c,
	mail/md5.c, mail/md5.h, mail/nntp.c, mail/util.c, pixmap/abook.xpm,
	pixmap/abort.xpm, pixmap/attach.xpm, pixmap/delete.xpm,
	pixmap/delsign.xpm, pixmap/edit.xpm, pixmap/exit.xpm,
	pixmap/forward.xpm, pixmap/gena.xpm, pixmap/help.xpm,
	pixmap/icon_mail.xpm, pixmap/icon_nomail.xpm, pixmap/insert.xpm,
	pixmap/insorig.xpm, pixmap/mail_edit.xpm, pixmap/mailcur.xbm,
	pixmap/mailcur_mask.xbm, pixmap/move.xpm, pixmap/newmail.xpm,
	pixmap/next.xpm, pixmap/nextu.xpm, pixmap/prev.xpm,
	pixmap/prevu.xpm, pixmap/print.xpm, pixmap/reply.xpm,
	pixmap/retr.xpm, pixmap/save.xpm, pixmap/send.xpm, pixmap/sign.xpm,
	pixmap/spell.xpm, pixmap/view.xpm, ui/Makefile.in, ui/about.c,
	ui/dialogs.c, ui/help.c, ui/help_gen, ui/msg.c, ui/umail.h,
	ui/Makefile.os2, ui/RdBitF.c, ui/child.c, ui/choose_folder.h,
	ui/faces.c, ui/font.c, ui/help.txt, ui/inc.c, ui/keymap.c,
	ui/log.c, ui/misc.c, ui/pgp.c, ui/rules.c, ui/sign.c, ui/sort.c,
	ui/sound.c, ui/version.src, ui/view_edit.c, ui/xfmail.1,
	ui/xfmail.c, ui/addr_book.c, ui/config.c, ui/config.h.in,
	ui/dialogs.fd, ui/dialogs.h, ui/mime_conf.c, ui/pixmaps.h,
	ui/rep_fwd.c, ui/search.c, ui/choose_folder.c, ui/config.h.os2,
	ui/configform.h, ui/imap_conf.c, ui/int_conf.c, ui/newobjs.h,
	ui/pop_smtp.c, ui/spellchecker.c, ui/spellchecker.h,
	ui/version.h.in: Imported using tkCVS

