2001-10-01 23:57  cfreeze

	* src/ui/dialogs.auto: CF - the #include "form.h" must be removed
	from the autogenerated file.

2001-09-30 14:25  fesnel

	* src/ui/rules.cpp: Move the code that compiles the regex string
	down until after we've read the dialog settings. This way we
	correctly handle the 'case sensitive' option.
	
	Noticed by: Joachim Backes <backes@rhrk.uni-kl.de>

2001-09-29 14:37  cfreeze

	* contrib/xfmail.spec.in: CF - update addresses

2001-09-29 14:26  cfreeze

	* src/ui/int_conf.cpp: CF - the default for disabling the charset
	dialog is now off.

2001-09-29 14:23  cfreeze

	* src/ui/dialogs.auto: CF - One can now disable the dialog showing
	that the current message is in an unsupported charset.	By default
	though you will get the dialog.

2001-09-29 14:23  cfreeze

	* src/mail/mime.cpp: CF - Oopps...wrong cfgfile call.

2001-09-29 14:20  cfreeze

	* src/: mail/mime.cpp, ui/dialogs.fd, ui/dialogs.h,
	ui/int_conf.cpp, ui/mime_conf.cpp: CF - One can now disable the
	dialog showing that the current message is in an unsupported
	charset.  By default though you will get the dialog.

2001-09-29 13:29  cfreeze

	* src/: mail/fmail.cpp, ui/xfmail.cpp: CF - IMAP trash now cleans
	on exit.

2001-09-29 13:02  cfreeze

	* src/ui/faces.cpp: CF - remove warning dialog about faces not
	being compiled in.

2001-09-29 12:32  cfreeze

	* macros/regex.m4: CF - Fix linking error when using --with-regex

2001-09-28 10:40  bears

	* acconfig.h, configure.in, ChangeLog:	       * acconfig.h:
	autoheader 2.50 needs #undef/define to be at
		  the start of the line. Also complains that HAVE_MMAP is
		  missing.
		* configure.in: Add missing "" that gave rise to
	configuration
		  error message (which was benign, I think).

2001-09-27 23:30  cfreeze

	* src/ui/misc.cpp: CF - now displays cache directory if using the
	default instead of a blank.

2001-09-27 23:15  cfreeze

	* src/ui/: Makefile.am, dialogs.auto, dialogs.c, dialogs.cpp: CF -
	Almost have it automated.  If changing dialogs.fd with fdesign,
	after you save in fdesign you must move the autogenerated dialogs.c
	to dialogs.auto.  After that everything will compile.  NOTE: You
	must move, not just copy.  If you copy, the make scripts will try
	to compile dialogs.c and fail miserably.

2001-09-27 23:08  cfreeze

	* src/mail/fmail.cpp: CF - removed an extra )

2001-09-27 22:41  cfreeze

	* src/ui/dialogs.c: CF - now when editing the dialogs.fd file, you
	now longer have to perform magic to get to a compiling state again.

2001-09-27 22:39  cfreeze

	* src/ui/: dialogs.cpp, dialogs.fd, dialogs.h, rep_fwd.cpp: CF -
	added GUI components for the new ability to define what the
	Prefixes are for forwarding and replying in the subject line.

2001-09-27 06:05  bears

	* acconfig.h, configure.in, ChangeLog, src/editor/fl_edit.cpp,
	src/include/umail.h, src/ui/dialogs.cpp, src/ui/newobjs.h: Check
	for forms.h in include/X11, to save Debianites and others from
	requiring a -x-include configuration.

2001-09-27 06:01  bears

	* ChangeLog: Re: and Fwd: update

2001-09-27 05:57  bears

	* src/: mail/fmail.cpp, ui/rep_fwd.cpp: Change RE: and FW: defaults
	to Re: and Fwd: and add config file settings for them (reprefix and
	fwdprefix). No GUI config for these yet.

2001-09-23 13:03  fesnel

	* src/ui/rules.cpp: When a rule is deleted, display the next one in
	the list, or the previous one if we deleted from the end.

2001-09-23 12:12  fesnel

	* Makefile.am, configure.in: Disconnect 'intl' and 'po' from the
	build. They aren't used and they're broken.

2001-09-23 11:12  fesnel

	* configure.in: Don't substitute an undefined variable.
	
	Explicitly append '-I/usr/local/include' to CFLAGS and CXXFLAGS.
	This is ugly, however configure ususally doesn't find this
	directory on some systems. I've also seen this hack used in many
	projects.

2001-09-23 11:04  fesnel

	* macros/debug.m4: Don't clear the original DEBUG_CFLAGS with high
	optimizations (some of which can hinder debugging efforts).

2001-09-23 10:59  fesnel

	* src/: editor/Makefile.am, mail/Makefile.am, ui/Makefile.am,
	compface/Makefile.am, regex/Makefile.am: Explicitly include
	CFLAGS/CXXFLAGS in their respective definitions.

2001-09-22 15:46  cfreeze

	* src/mail/: cfgfile.cpp, cfgfile.h: CF - added a bit of debugging
	to see if the cfgfile corruption could be found.

2001-09-11 02:12  fesnel

	* src/ui/rules.cpp: Develop a system of keeping track of the rules
	that need to be deleted. This makes sure that we aren't leaking
	memory from rules that get deleted from the list.
	
	Fix a bug that when clicking on 'Load' in the rule editor, we
	weren't clearing the old list of rules first, so we ended up with
	the same rules listed twice.
	
	Various cleanups in the code.

2001-09-07 01:00  fesnel

	* src/ui/rules.cpp: Cleanup some of the code, mainly whitespace
	changes.
	
	Correctly select the new rule when adding a rule.
	
	Don't delete the regex_t for the next sequential rule when deleting
	a rule.
	
	# There are alot of memory leaks here to be cleaned up.

2001-08-10 17:21  fesnel

	* src/mail/mime.cpp: Protect against case where we could delete our
	only mime mailcap.

2001-07-15 11:29  fesnel

	* src/mail/: pgp.cpp, pgp.h: More header cleanup. The
	get_xxx_command_line functions are only used in mail/pgp.cpp, so
	move the prototypes there.

2001-07-15 01:13  fesnel

	* src/mail/pgp.cpp: Remove incorrect comment and remove unneeded
	braces.

2001-07-15 00:48  fesnel

	* src/mail/imap.cpp: Remove unused variable.

2001-07-12 23:43  fesnel

	* src/: mail/pgp.cpp, mail/pgp.h, ui/pgp.cpp: Move phrase and
	pgpext variables out of pgp.h and into the source files. The latter
	was only needed in mail/pgp.cpp. The former is used in both
	mail/pgp.cpp and ui/pgp.cpp, however because it was declared static
	each file was getting its own copy. This fixes two bugs, 1) xfmail
	wouldn't forget the passphrase after the timer ran out, and 2)
	xfmail wouldn't erase the passphrase when it was entered
	incorrectly.

2001-07-12 22:44  fesnel

	* src/mail/pgp.cpp: Magic number cleanup (ie. use sizeof()). Also,
	when copying chunks of data from one file another there is no need
	to do string termination, so don't read 'sizeof(foo) - 1' bytes.

2001-07-11 18:13  fesnel

	* src/mail/: mime.cpp, pgp.cpp: Fix the
	prompting-for-passphrase-when-doing-a-VRFYFL, by backing out the
	applicable parts of rev. 1.6 of mime.cpp and 1.3 of pgp.cpp.
	
	Looked at by: schoos

2001-07-10 19:17  fesnel

	* src/ui/rep_fwd.cpp: Comment out debugging printf.

2001-07-09 22:22  fesnel

	* src/: mail/cache.cpp, mail/cfgfile.cpp, mail/cfgfile.h,
	mail/compat.h, mail/connection.cpp, mail/connection.h,
	mail/connectionManager.cpp, mail/debug.cpp, mail/debug.h,
	mail/fldap.h, mail/fmail.cpp, mail/fmail.h, mail/gpasswd.cpp,
	mail/gpasswd.h, mail/imap.cpp, mail/ldap.cpp, mail/mbox.cpp,
	mail/mime.cpp, mail/msg.cpp, mail/nntp.cpp, mail/pgp.cpp,
	mail/pgp.h, mail/pop.cpp, mail/smtp.cpp, mail/smtp_auth.cpp,
	mail/smtp_auth.h, mail/util.cpp, ui/about.cpp, ui/addr_book.cpp,
	ui/child.cpp, ui/choose_folder.cpp, ui/choose_folder.h,
	ui/config.cpp, ui/configform.h, ui/dialogs.cpp, ui/dialogs.h,
	ui/faces.cpp, ui/font.cpp, ui/help.cpp, ui/imap_conf.cpp,
	ui/inc.cpp, ui/int_conf.cpp, ui/keymap.cpp, ui/log.cpp,
	ui/mime_conf.cpp, ui/misc.cpp, ui/msg.cpp, ui/newobjs.h,
	ui/pgp.cpp, ui/pixmaps.h, ui/pop_smtp.cpp, ui/rep_fwd.cpp,
	ui/rules.cpp, ui/search.cpp, ui/sign.cpp, ui/sort.cpp,
	ui/spellchecker.cpp, ui/spellchecker.h, ui/view_edit.cpp,
	ui/xfmail.cpp, ui/xfmail.h: Fix CVS tag expansion:   $Id -> $Id$
	
	Approved by: cfreeze

2001-07-07 20:00  cfreeze

	* src/mail/pgp.cpp: CF - CF - correction of a misapplied patch from
	Mike Heffner <mheffner@cowpie.acm.vt.edu>. (second try)

2001-07-07 15:19  cfreeze

	* Copyright: CF - fixed spelling error.

2001-07-07 15:16  cfreeze

	* configure.in, src/ui/version.src: CF - updated version numbers
	for a 1.5.1 release.

2001-07-07 15:15  cfreeze

	* runme: CF - made runme a little smarter for the BSD folks who
	have gmake instead of make.

2001-07-07 14:47  cfreeze

	* src/mail/pgp.cpp: CF - correction of a misapplied patch from Mike
	Heffner <mheffner@cowpie.acm.vt.edu>.

2001-07-07 14:36  cfreeze

	* src/regex/regex.c: CF - replaced old xf_ calls with libc ones.

2001-06-09 12:34  duncan_haldane

	* src/mail/sound.cpp:  change an archimedes-specific message so it
	doesnt mention the
	email client name (for use with XFMail)

2001-06-08 16:20  cfreeze

	* src/mail/fmail.cpp: CF - now checking for the keyword
	"printheader" instead of "printheaders".  It didn't match what we
	were saving from the GUI configs..

2001-06-05 12:38  duncan_haldane

	* src/: mail/smtp_auth.h, ui/help.txt: fix smtp_ath.h (c)
	statement, and tweak to help.txt

2001-06-03 21:21  cfreeze

	* contrib/xfmail.spec.in: CF - forgot to add the prefix

2001-06-03 21:06  cfreeze

	* contrib/xfmail.spec.in: CF - compresses man file.

2001-06-03 20:59  cfreeze

	* contrib/xfmail.spec.in: CF - rpm doesn't include rfc's now

2001-06-03 20:01  cfreeze

	* contrib/xfmail.spec.in: CF - Fixed rest of spec file.

2001-06-03 18:22  cfreeze

	* contrib/xfmail.spec.in: CF - the strip cmd now follows the prefix
	directory to find the exe

2001-06-03 18:07  cfreeze

	* contrib/xfmail.spec.in: CF - fixed the bad assumption that the
	prefix var would always be set by rpm.

2001-06-03 17:15  cfreeze

	* contrib/xfmail.spec.in: CF - changed my email address.

2001-06-03 17:14  duncan_haldane

	* src/editor/: COPYING, fl_edit.cpp, fl_edit.h, fl_error.h,
	textbuf.cpp, textbuf.h:  remove LGPL. this has its own OK license

2001-06-03 17:03  cfreeze

	* macros/faces.m4: CF - Added a directory to the include path as
	discovered by (Stefan Huelswitt) <huels@iname.com>

2001-06-03 16:58  duncan_haldane

	* src/editor/COPYING: added LGPL text

2001-06-03 16:57  duncan_haldane

	* src/mail/smtp_auth.cpp:  modified (C) statement .

2001-06-03 16:50  cfreeze

	* src/mail/: cache.cpp, cfgfile.cpp, cfgfile.h, compat.h,
	connection.cpp, connection.h, connectionManager.cpp, debug.cpp,
	debug.h, fldap.h, fmail.cpp, fmail.h, gpasswd.cpp, gpasswd.h,
	imap.cpp, ldap.cpp, mbox.cpp, mime.cpp, msg.cpp, nntp.cpp, pgp.cpp,
	pgp.h, pop.cpp, smtp.cpp, smtp_auth.cpp, smtp_auth.h, sound.cpp,
	util.cpp: CF - added new license to files.  hope this clears things
	up for everyone.

2001-06-03 16:46  duncan_haldane

	* src/mail/COPYING: add LGPL license text

2001-06-03 16:40  cfreeze

	* src/editor/: fl_edit.cpp, fl_edit.h, fl_error.h, textbuf.cpp,
	textbuf.h: CF - added new license to files.  Hope this clears
	things up for everyone.

2001-06-03 16:35  cfreeze

	* src/ui/: RdBitF.cpp, about.cpp: CF - other little cleanups left
	by my script.

2001-06-03 16:33  cfreeze

	* src/ui/spellchecker.cpp: CF - fix of trashed line my script
	created.

2001-06-03 16:32  cfreeze

	* src/ui/: about.cpp, addr_book.cpp, child.cpp, choose_folder.cpp,
	config.cpp, dialogs.cpp, faces.cpp, font.cpp, help.cpp,
	imap_conf.cpp, inc.cpp, int_conf.cpp, keymap.cpp, log.cpp,
	mime_conf.cpp, misc.cpp, msg.cpp, pgp.cpp, pop_smtp.cpp,
	rep_fwd.cpp, rules.cpp, search.cpp, sign.cpp, sort.cpp,
	spellchecker.cpp, view_edit.cpp, xfmail.cpp: CF - added new license
	to code files.	Hope this clears things up for everyone.

2001-06-03 16:25  cfreeze

	* src/ui/: choose_folder.h, configform.h, dialogs.h, newobjs.h,
	pixmaps.h, spellchecker.h, xfmail.h: CF - new license in header
	files.	Hope this clears things up for everyone.

2001-06-03 16:21  duncan_haldane

	* src/mail/smtp_auth.cpp:  modify my copyright statement.  Now
	(c)2001 the Archimedes Project

2001-06-03 16:07  cfreeze

	* configure.in, src/compface/arith.cpp, src/compface/compface.h,
	src/compface/compress.cpp, src/compface/data.h,
	src/compface/face.cpp, src/compface/file.cpp, src/compface/gen.cpp,
	src/editor/fl_edit.cpp, src/editor/fl_edit.h,
	src/editor/fl_error.h, src/editor/textbuf.cpp,
	src/editor/textbuf.h, src/mail/cfgfile.h, src/mail/debug.h,
	src/mail/fmail.cpp, src/mail/gpasswd.cpp, src/mail/gpasswd.h,
	src/mail/smtp_auth.cpp, src/mail/smtp_auth.h, src/mail/uucode.cpp,
	src/regex/regex.c, src/regex/regex.h, src/ui/version.src: CF -
	everything now has the RCS Id tag.  Also updated the version
	number.

2001-06-03 13:21  duncan_haldane

	* src/ui/help.txt:  left out a word in help text

2001-06-03 13:04  duncan_haldane

	* src/ui/: dialogs.cpp, dialogs.fd, dialogs.h, help.txt, help_gen:
	update help docs for smtp accounts, and global password encryption,
	now that I finally understood how the help system worked...

2001-06-03 11:38  cfreeze

	* po/Makefile.in: CF - distclean no longer deletes itself.

2001-06-03 10:55  cfreeze

	* src/mail/: fmail.h, imap.cpp, mime.cpp: CF - backed out last
	minute patches.  Will reapply after the tagged release.

2001-06-03 08:51  duncan_haldane

	* src/ui/help.txt:  added short help text for LDAP

2001-06-03 00:46  sh00p

	* src/mail/: fmail.h, imap.cpp, mime.cpp: committed charset and
	related limits patches from Nerijus Baliunas
	<nerijus@users.sourceforge.net>

2001-06-02 23:31  duncan_haldane

	* src/ui/: config.cpp, help.txt, help_gen: added entry for LDAP
	help button.  (still need to actually write the help text)

2001-06-02 21:11  duncan_haldane

	* Makefile.am, configure.in:  reverting last change.

2001-06-02 20:52  duncan_haldane

	* Makefile.am, configure.in: remove references to GNU GETTEXT, and
	the intl and po directories.  XFmail doesnt use them, and never
	can, because of the license clash between GNU gettext (libintl),
	which is GPL, and the XForms library linked to XFmail.

2001-06-02 19:26  duncan_haldane

	* src/ui/: help.txt, xfmail.cpp: rename the user-unfriendly entries
	 "Config  Misc" and Config Display" in the pull-down misc menu to
	"Config Accounts+Misc" and "Config XFMail Settings", and adjust the
	text in help.txt accordingly.

2001-06-02 16:48  duncan_haldane

	* src/: mail/imap.cpp, ui/help.txt:  fix spelling error
	responce->response
	(reported by Nerijus Baliunas)

2001-05-31 04:13  duncan_haldane

	* src/ui/pop_smtp.cpp:	suppress unnecessary warnings about storing
	passwords when
	encryption is activated!

2001-05-31 00:06  duncan_haldane

	* src/mail/smtp_auth.cpp: clean up a compiler warning

2001-05-30 15:31  duncan_haldane

	* src/mail/: gpasswd.cpp, gpasswd.h:  fixed bugs in gpasswd.cpp.  
	now it is sane when
	the passphrase is changed.   Note that the format for storing
	encrypted passwords in xfmail 1.4.8 is different from 1.4.7.  Users
	should convert to plain text stored passwords by switching off
	global password encrytion before upgrading to 1.4.8, then
	reactivate encription in 1.4.8.

2001-05-30 03:41  duncan_haldane

	* src/: mail/gpasswd.cpp, mail/smtp.cpp, ui/inc.cpp:  small
	cleanups in the gpasswd+smtp account code.

2001-05-29 19:07  cfreeze

	* src/mail/imap.cpp: CF - imap 2000 now works.

2001-05-17 05:16  bears

	* src/ui/pop_smtp.cpp: Changed Search Base default to empty.
	Sometimes it has to be empty (e.g. to work the Exchange (spit)
	server at my work); previously the old default ('*') would keep
	popping back in.

2001-05-05 14:39  cfreeze

	* src/mail/imap.cpp: CF - changed spellings

2001-05-05 13:55  cfreeze

	* src/ui/: dialogs.cpp, dialogs.fd, dialogs.h: CF - min value for
	the number of LDAP responses is now set to zero instead of allowing
	negative numbers

2001-05-05 13:49  cfreeze

	* src/ui/: dialogs.cpp, dialogs.fd, dialogs.h: CF - Fixed missized
	dialogs (choose folder, ldap config), number scroll in ldap config
	is alot bigger now. Changed the server base to server root label.

2001-04-20 15:24  schoos

	* src/mail/: mime.cpp, pgp.cpp: Fixed a small bug with verifying
	attached signatures for gpg: the signed message wasn't specified in
	the gpg call, due to a missing %s also added submission of the
	passphrase in the whole process (Do we need this?)
	
	Don't know whether the code for the other pgp versions is correct.
	Can someone check this?

2001-04-15 16:46  duncan_haldane

	* src/mail/mime.cpp:  revert a change that got in by mistake

2001-04-15 16:43  duncan_haldane

	* src/: mail/imap.cpp, mail/mime.cpp, mail/pop.cpp, mail/smtp.cpp,
	ui/inc.cpp: encrypted passwords are now base64-encrypted so they
	are text.  changes in the global password encryption setting
	(config-receive) now are applied immediately now.

2001-04-15 12:08  duncan_haldane

	* src/ui/inc.cpp: modify warning message when password encryption
	is selected

2001-04-15 11:47  duncan_haldane

	* src/: include/umail.h, ui/pop_smtp.cpp:  added some #ifdef
	USE_GPASSWD for the new set_passphrase() declaration

2001-04-15 11:19  duncan_haldane

	* src/: include/umail.h, mail/gpasswd.cpp, mail/imap.cpp,
	mail/pop.cpp, mail/smtp.cpp, ui/inc.cpp, ui/pop_smtp.cpp,
	ui/xfmail.cpp:	ask for passphase when global password encryption
	is selected;
	allow delection and reselection with a new passphrase

2001-04-15 00:39  duncan_haldane

	* src/mail/cfgfile.cpp:  this rewind (ported from 1.4.7p2 is also
	needed!)

2001-04-15 00:12  duncan_haldane

	* src/mail/cfgfile.cpp: this is needed when no .xfmail exists
	initially.  (It got fixed in 1.4.7, as released, but seems to have
	not made it in the 1.4.8 cvs)

2001-04-14 18:27  duncan_haldane

	* src/mail/smtp.cpp:  bugfix needed when  --enable-gpasswd is used
	...

2001-04-14 17:35  duncan_haldane

	* scripts/lxdialog/: checklist.o, inputbox.o, lxdialog, lxdialog.o,
	menubox.o, msgbox.o, textbox.o, util.o, yesno.o: remove binary
	compiled files that should not be in CVS

2001-04-11 23:51  duncan_haldane

	* src/mail/smtp.cpp: code cleanup

2001-04-11 23:36  duncan_haldane

	* src/mail/smtp.cpp:  little fix...

2001-04-11 23:04  duncan_haldane

	* docs/README.authenticated_smtp, src/mail/smtp.cpp:  cleaner
	format for the ~/.xfmail/.xfmsmtp_accts file
	(where authenticated smtp account datat is stored)

2001-04-08 12:29  duncan_haldane

	* src/: include/umail.h, mail/fmail.h, mail/smtp.cpp,
	ui/dialogs.cpp, ui/dialogs.fd, ui/dialogs.h, ui/help.txt,
	ui/inc.cpp, ui/pop_smtp.cpp:  finished gui featuyres for
	configurable smtp accounts
	(xfmail).  new features are at end of ui/pop_smtp.cpp and inc.cpp
	(need porting to gtk for archimedes).  The config/misc/send dialog
	has a new buttom that accesses add_smtp and smtp_acc dialogs
	created with fdesign (xforms).

2001-04-02 23:08  duncan_haldane

	* src/: include/umail.h, mail/smtp.cpp, mail/smtp_auth.h,
	ui/pop_smtp.cpp: added the popup screen to ask for smtp
	authentiction username and password, if they are not found in the
	.xfmstpm_accts file.

2001-04-02 01:56  duncan_haldane

	* docs/README.authenticated_smtp, src/include/umail.h,
	src/mail/fmail.h, src/mail/smtp.cpp, src/ui/inc.cpp,
	src/ui/xfmail.cpp: added save_smpt_accounts functions

2001-04-01 21:27  duncan_haldane

	* src/mail/: fmail.h, smtp.cpp:  oops a few more fixes for
	authenticated smtp. (duncan)

2001-04-01 20:59  duncan_haldane

	* docs/README.authenticated_smtp, src/mail/TODO.smtp_auth,
	src/mail/fmail.h, src/mail/smtp.cpp: more small fixes for
	authenticated smtp configuration

2001-04-01 18:30  duncan_haldane

	* src/ui/inc.cpp:  change name of configuration file for smtp
	accounts
	to ".xfmsmtp_accts"

2001-04-01 16:29  duncan_haldane

	* src/: include/umail.h, mail/fmail.h, mail/smtp.cpp, ui/inc.cpp,
	ui/xfmail.cpp: configurable smtp accounts (for authentication) are
	now configured in .xfmail/.xfmsmtp  (data is read now; will work on
	gui next )

2001-03-31 05:22  duncan_haldane

	* src/ui/inc.cpp:  prepartions for adding smtp accounts

2001-03-31 05:17  duncan_haldane

	* src/mail/smtp.cpp: progress on the authenticated smptp feature
	...

2001-03-31 00:52  duncan_haldane

	* src/mail/: Makefile.am, fmail.h, smtp.cpp, stunnel.cpp: removed
	the incomplete stunnel support I added earlier, for the moment. 
	Will get back to it later, if I have time...

2001-03-27 03:41  bears

	* src/mail/fmail.cpp: Bug fix. If print_addr decides a name should
	be quoted, ensure it prints quotes when outputting 'name <addr>'.

2001-03-25 18:35  duncan_haldane

	* src/: mail/Makefile.am, mail/child.cpp, ui/Makefile.am,
	ui/child.cpp: Move child.cpp from libmail to ui, as it has ui
	specfic calls (xforms/gtk) now.    XFmail and archimedes will have
	their own specific versions of child.cpp now.

2001-03-01 22:38  duncan_haldane

	* src/: mail/fmail.h, mail/smtp.cpp, mail/stunnel.cpp, ui/inc.cpp: 
	building smtp account structures for authentication

2001-03-01 09:47  kovi

	* src/mail/child.cpp: missed one gtk_main_iteration call before

2001-03-01 09:40  kovi

	* docs/compile.txt, macros/hpux.m4, src/mail/child.cpp: Reverting
	changes made on Feb 27th

2001-03-01 08:50  duncan_haldane

	* src/mail/fmail.h: save_rules() returns int, not void, now.

2001-02-27 04:19  kovi

	* docs/compile.txt, macros/hpux.m4, src/mail/child.cpp,
	src/mail/fmail.h: [no log message]

2001-02-22 16:34  cfreeze

	* macros/debug.m4: CF - added a profiling func to the debug macro,
	Kovi don't hate me for the non debug CFLAGS options... :)

2001-02-19 02:12  duncan_haldane

	* src/mail/stunnel.cpp: beginnings of stunnel support (just dummy
	functions at present)

2001-02-19 02:11  duncan_haldane

	* src/mail/: Makefile.am, fmail.h, smtp.cpp, smtp_auth.cpp,
	smtp_auth.h: putting in the support for authenticated smtp servers,
	and secure connections using stunnel (SSL).

2001-02-17 15:59  duncan_haldane

	* src/ui/rules.cpp:  creat an empty .xfmrules databes if it does
	not already exist
	(to silence the error message at startup)

2001-02-17 09:25  duncan_haldane

	* src/mail/pop.cpp:  use strncpy not strcpy for pop password
	copying

2001-02-15 18:34  duncan_haldane

	* src/mail/gpasswd.cpp:  correct the gPasswd destructor; don't
	"delete"
	pointers not created by "new", etc.

2001-02-11 17:53  cfreeze

	* src/mail/cfgfile.cpp: CF - changed the open modes to ensure that
	positions are set as expected.

2001-02-11 14:19  cfreeze

	* src/mail/cfgfile.cpp: CF - removal of rewind() as some systems
	seem to have a broken implementation

2001-02-11 14:19  cfreeze

	* src/mail/: cfgfile.cpp, cfgfile.h: CF - fix for systems with a
	bad rewind() func in libc

2001-02-11 12:42  cfreeze

	* src/: include/Makefile.am, include/cfgfile.h, mail/child.cpp: CF
	- moved to shared directories

2001-02-11 12:39  duncan_haldane

	* docs/compile.txt, src/mail/gpasswd.cpp, src/mail/gpasswd.h:
	complete the migration to use libmcrypt-2.4.x with gpasswd

2001-02-11 12:34  cfreeze

	* src/mail/: Makefile.am, child.cpp: CF - moved from ui/

2001-02-11 12:33  cfreeze

	* src/mail/cfgfile.cpp: CF - added missing member function

2001-02-11 12:29  duncan_haldane

	* src/mail/fmail.h: increase POP/IMAP allowed password/username
	lengths to 255 with a single pair of defines MAX_PASSWD_LEN,
	MAX_USERNAME_LEN

2001-02-11 11:28  cfreeze

	* src/mail/: cfgfile.cpp, cfgfile.h: CF - generized cfgfile.cpp

2001-02-11 11:20  cfreeze

	* src/ui/: cfgfile.cpp, gpasswd.cpp: CF - moved to mail/

2001-02-11 11:17  cfreeze

	* src/include/gpasswd.h: CF - moved file to mail/

2001-02-11 11:17  cfreeze

	* src/mail/gpasswd.h: CF - moved file from include/

2001-02-11 11:16  cfreeze

	* src/mail/Makefile.am: CF - added moved files.

2001-02-11 11:14  cfreeze

	* src/mail/: cfgfile.h, debug.cpp, debug.h: CF - moved more gui
	independent code.

2001-02-11 11:06  cfreeze

	* src/: mail/Makefile.am, mail/cfgfile.cpp, mail/gpasswd.cpp,
	mail/sound.cpp, ui/Makefile.am, ui/child.cpp, ui/sound.cpp,
	ui/uucode.cpp: CF - moved more gui independent code

2001-02-11 03:03  duncan_haldane

	* src/: mail/fmail.h, mail/imap.cpp, mail/pop.cpp,
	mail/pop.cpp_tmp, ui/imap_conf.cpp, ui/pop_smtp.cpp:  begin to add
	a struct smtp_auth sructure for authencated smtp accounts;
	also clean up hardcoded limit of IMAP and POP usernames and
	passwords to 31 characters; not the lengths are set by
	IMAP_MAX_USERNAME_LEN, IMAX_MAX_PASSWD_LEN, POP_MAX_USERNAME_LEN
	and POP_MAX_PASSWD_LEN in fmail.h.  (Values left at 31, for now). 
	Duuncan H.

2001-02-10 20:57  cfreeze

	* src/mail/: Makefile.am, uucode.cpp: CF - moved uucode functions
	to mail/

2001-02-10 20:54  cfreeze

	* src/: mail/pgp.h, ui/pgp.cpp: CF - cleaned #includes

2001-02-10 20:45  cfreeze

	* src/: mail/pgp.cpp, mail/pgp.h, ui/pgp.cpp: CF - more cleanup of
	moving non gui code out of ui/

2001-02-10 14:16  cfreeze

	* src/ui/pgp.cpp: CF - removed non GUI functions

2001-02-10 14:11  cfreeze

	* src/mail/: Makefile.am, pgp.cpp: CF - moved non GUI pgp code to
	mail/

2001-02-10 13:59  cfreeze

	* src/ui/pgp.cpp: patch from Mariusz Kowalczyk
	<kovi@mkowalczyk.genfys.slu.se>
	
		Fix for GnuPG verify.

2001-02-09 03:07  wim

	* scripts/lxdialog/: BIG.FAT.WARNING, Makefile, checklist.c,
	checklist.o, colors.h, dialog.h, inputbox.c, inputbox.o, lxdialog,
	lxdialog.c, lxdialog.o, menubox.c, menubox.o, msgbox.c, msgbox.o,
	textbox.c, textbox.o, util.c, util.o, yesno.c, yesno.o: This is all
	the custom dialog code from the kernel, used for yes/no buttons,
	checkboxes, input fields, scrollbars, titles, etc.

2001-02-09 03:06  wim

	* scripts/Menuconfig: This is the Menuconfig from the linux kernel,
	but should be really simple to use for XFMail and Archimedes. How
	it'll integrate with autoconf needs to be discussed though.  This
	script uses awk and the lxdialog from the kernel stuff to make nice
	three way check boxes, scroll lists, integrated help, sub menus,
	etc.  It does a lot of stuff already that will take quite a bit of
	work to do using the PV and Curses perl modules.

2001-02-08 20:20  cfreeze

	* src/mail/fmail.h: CF - compile errors of get_view_part() fixed

2001-02-08 20:18  cfreeze

	* src/ui/msg.cpp: CF - removed a non gui function

2001-02-08 20:16  cfreeze

	* src/mail/: Makefile.am, msg.cpp: CF - moved a msg function that
	didn't have an gui parts

2001-02-08 13:33  schoos

	* src/compface/arith.cpp: Added #include <stdio> to fix compile
	error (unknown stderr)

2001-02-08 00:59  cfreeze

	* src/ui/pop_smtp.cpp: CF - set some useful ldap defaults.

2001-02-08 00:57  cfreeze

	* src/ui/imap_conf.cpp: CF - added an extern for the config file.

2001-02-08 00:44  cfreeze

	* src/mail/: fldap.h, ldap.cpp, ldap.h: CF - renamed header to
	avoid /usr/include conflict

2001-02-08 00:23  cfreeze

	* acconfig.h, configure.in, src/ui/imap_conf.cpp,
	src/ui/mime_conf.cpp: CF - mostly compile fixes, had to remove
	functions from mail/ that had gui dependent function calls.

2001-02-08 00:07  cfreeze

	* src/mail/: compat.h, imap.cpp, mime.cpp, nntp.cpp, pop.cpp: CF -
	now compiles under archimedes

2001-02-07 23:09  cfreeze

	* src/mail/: Makefile.am, compat.h: CF - added a compatibility
	header to make using a shared mail directory easier..

2001-02-07 20:37  cfreeze

	* TODO: CF - removed the LDAP todo..

2001-02-07 20:33  cfreeze

	* src/ui/config.cpp: CF - would help if I created the form and
	attached it.

2001-02-07 20:21  cfreeze

	* src/ui/: config.cpp, pop_smtp.cpp: CF - fixed typos...getting
	used to fdesign...one word...yuck...

2001-02-07 20:04  cfreeze

	* src/ui/addr_book.cpp: CF - fixed a typo on my part..

2001-02-07 20:03  cfreeze

	* src/ui/: Makefile.am, addr_book.cpp, choose_folder.h, config.cpp,
	configform.h, dialogs.cpp, dialogs.fd, dialogs.h, pop_smtp.cpp: CF
	- added LDAP code from Archimedes.  Need people to test it badly..

2001-02-07 18:53  cfreeze

	* src/mail/ldap.cpp: CF - removed static declarations

2001-02-07 18:41  cfreeze

	* src/mail/: Makefile.am, ldap.cpp, ldap.h: CF - created a header

2001-02-07 18:29  cfreeze

	* macros/debug.m4: CF - fix of setting debug flags

2001-02-07 18:22  cfreeze

	* po/Makefile.in: CF - fixed dupe .in.in entries..

2001-02-07 18:12  cfreeze

	* macros/faces.m4: CF - fixed inconsistant library name in faces.m4

2001-02-07 11:58  cfreeze

	* po/Makefile.in: CF - seems it needs this file too

2001-02-07 11:56  cfreeze

	* po/: Makefile.in, Makefile.in.in: CF - gave it the correct name

2001-02-07 11:31  cfreeze

	* configure.in, po/Makefile.in.in: CF - added missing file

2001-02-07 11:27  cfreeze

	* data/Makefile.am: CF - correct xpm names

2001-02-07 11:05  cfreeze

	* acconfig.h: CF - take care of i18n stuff

2001-02-07 03:13  wim

	* contrib/: PVWindow.pm, configure.options, configure.pl: Finished
	off the curses interface to the ./configure options.
	
	configure.options: the option names, arguments, and types
	configure.pl: does the work of reading the options file, creating a
	dialog, then printing out all the --args PVWindow.pm: handles
	initializing the curses stuff
	
	This requires the Curses and PV perl modules to be installed.
	
	The only thing that needs to be done is make it handle more than 15
	options nicely. PV doesn't handle that natively... I may just add
	sub dialogs, kind of like the Linux kernel menuconfig does it.

2001-02-06 18:42  cfreeze

	* src/: include/gpasswd.h, ui/gpasswd.cpp: patch from Mariusz
	Kowalczyk <kovi@mkowalczyk.genfys.slu.se>	  Now you can use
	libmcrypt 2.4.x and above.

2001-02-06 17:04  cfreeze

	* po/POTFILES.in, src/mail/fmail.cpp, src/ui/dialogs.cpp,
	src/ui/dialogs.fd, src/ui/dialogs.h, src/ui/misc.cpp: CF - new
	config option to print headers if wanted.  Defaults to not printing
	headers.

2001-02-06 15:59  cfreeze

	* Makefile.am: CF - added po directory to make automake happy

2001-02-06 15:54  cfreeze

	* configure.in, src/mail/Makefile.am: CF - now sets BUILD_XFMAIL or
	BUILD_ARCHIMEDES based on which project your building

2001-02-06 15:31  cfreeze

	* src/: editor/Makefile.am, include/cfgfile.h, include/umail.h,
	ui/Makefile.am, ui/about.cpp, ui/addr_book.cpp, ui/child.cpp,
	ui/choose_folder.cpp, ui/inc.cpp, ui/mime_conf.cpp, ui/misc.cpp,
	ui/msg.cpp, ui/pgp.cpp, ui/rules.cpp, ui/search.cpp, ui/sign.cpp,
	ui/sort.cpp, ui/spellchecker.cpp, ui/view_edit.cpp, ui/xfmail.cpp:
	CF - should compile again after moving to stnd mem functions and
	moving the fmail.h header back to a shared directory.

2001-02-06 14:38  cfreeze

	* acconfig.h, src/include/cfgfile.h, src/include/fmail.h: CF -
	moving back to stnd mem functions

2001-02-06 14:21  cfreeze

	* src/mail/: cache.cpp, fmail.cpp, fmail.h, imap.cpp, mbox.cpp,
	mime.cpp, pop.cpp, smtp.cpp, util.cpp: CF - moved back to stnd
	memory functions

2001-02-06 14:12  cfreeze

	* src/editor/: fl_edit.cpp, textbuf.cpp: CF - moved back to stnd
	mem functions

2001-02-06 13:40  cfreeze

	* docs/rfc/: index.txt, rfc1823.txt.bz2, rfc2554.txt.bz2: CF -
	Added new RFC's for ldap and smtp authenication

2001-02-06 13:34  cfreeze

	* macros/: dbm.m4, hpux.m4: CF - touch ups of the macros

2001-02-06 13:12  cfreeze

	* macros/hpux.m4: CF - new hpux macro

2001-02-06 13:06  cfreeze

	* configure.in, macros/debug.m4, macros/info.m4, macros/ldap.m4: CF
	- added new info macro, cleaned othes

2001-02-06 12:41  cfreeze

	* src/mail/cache.cpp: CF - dbm header problems should now be fixed
	for every distro

2001-02-06 12:38  cfreeze

	* configure.in, macros/ldap.m4: CF - new ldap macro

2001-02-06 12:26  cfreeze

	* macros/: dbm.m4, debug.m4: CF - new debug macro

2001-02-06 12:13  wim

	* contrib/: configure.options, configure.pl: First version (broken)
	of the frontend to the configure options. configure.options is the
	file containing the names, types, actuall -- argument, and
	description of the options.
	
	This is still broken.

2001-02-06 12:03  cfreeze

	* configure.in, macros/sound.m4, src/ui/Makefile.am: CF - use of
	new sound macro

2001-02-06 11:40  cfreeze

	* macros/extra.m4: CF - new macro for specifing extra
	includes/library locations

2001-02-06 11:20  cfreeze

	* macros/: mmap.m4, prog_chk.m4: CF - added new macros

2001-02-06 00:02  cfreeze

	* data/Makefile.am: CF - fix xfmail_DATA warning

2001-02-05 23:55  cfreeze

	* acconfig.h, configure.in, macros/dbm.m4: CF - added dbm header
	finding to dbm macro.

2001-02-05 23:37  cfreeze

	* configure.in: CF - makes use of new dbm macro

2001-02-05 23:37  cfreeze

	* macros/: dbm.m4, dead_keys.m4, pthread.m4, regex.m4: CF - start
	of dbm macro, only checks for libs right now.

2001-02-05 23:18  cfreeze

	* configure.in, macros/pthread.m4: CF - use modified thread macro

2001-02-05 23:12  cfreeze

	* configure.in, macros/dead_keys.m4: CF - made naming be consistant

2001-02-05 23:11  cfreeze

	* configure.in, macros/dead_keys.m4, macros/maildir.m4: CF - added
	another macro, maildir now searches the cache again as well..

2001-02-05 22:40  cfreeze

	* src/ui/pgp.cpp: patch from Mike Heffner <mheffner@vt.edu>    
	More tweaking of the GnuPG verifying

2001-02-05 22:34  cfreeze

	* src/mail/pop.cpp: patch from Mike Heffner <mheffner@vt.edu>	Fix
	on FreeBSD for unitialized memory where it would core dump	   
	on exit.

2001-02-05 22:29  cfreeze

	* configure.in, macros/dmalloc.m4, macros/maildir.m4: CF - added a
	maildir macro to search for where mail is spooled

2001-02-05 21:41  cfreeze

	* macros/faces.m4, src/Makefile.am, src/ui/Makefile.am: CF - new
	macros work.  wierd problem of automake not replacing the
	AM_CONDITIONAL like it's supposed too.	It didn't do anything with
	it, now it does.

2001-02-05 20:54  cfreeze

	* macros/: faces.m4, regex.m4: CF - fixed more typos

2001-02-05 20:52  cfreeze

	* macros/regex.m4: CF - fixed a typo

2001-02-05 20:07  cfreeze

	* configure.in, macros/faces.m4, macros/regex.m4: CF - removed dup
	code from configure to macros

2001-02-05 16:40  wim

	* autogen.sh: Fixed path to help_gen

2001-02-05 15:55  cfreeze

	* src/mail/cache.cpp: CF - attempt to fix debian's gdbm/ndbm
	inconsistancies..

2001-02-05 15:48  cfreeze

	* src/ui/pgp.cpp: patch from Mike Heffner <mheffner@vt.edu>    
	More fixes for GnuPG verifying mime attachments.

2001-02-05 14:56  cfreeze

	* contrib/: Makefile.am, misc/Makefile.am: CF - cleaned
	Makefile.am's in shared modules.

2001-02-05 14:51  cfreeze

	* contrib/misc/: Rules2Procmail.pl, Rules2Procmail.pl.in: CF -
	moved more files over to shared modules

2001-02-05 14:49  cfreeze

	* configure.in, contrib/build.sh.in, contrib/misc/build.sh.in: CF -
	moving files to shared modules

2001-02-05 14:41  cfreeze

	* Makefile.am: CF - added a log make target to run cvs2cl.pl from
	contrib/misc

2001-02-05 11:27  cfreeze

	* src/mail/imap.cpp: CF - fix of Alan's IMAP bug on first time
	start up.

2001-02-05 00:41  cfreeze

	* src/include/config.h.in: CF - removed unneeded file.

2001-02-05 00:18  cfreeze

	* src/compface/Makefile.am: CF - added missing Makefile.am

2001-02-04 23:59  cfreeze

	* src/ui/: Makefile.am, RdBitF.cpp, about.cpp, addr_book.cpp,
	cfgfile.cpp, child.cpp, choose_folder.cpp, choose_folder.h,
	config.cpp, config.h.os2, configform.h, dialogs.cpp, dialogs.fd,
	dialogs.h, faces.cpp, font.cpp, gpasswd.cpp, help.cpp, help.txt,
	help_gen, imap_conf.cpp, inc.cpp, int_conf.cpp, keymap.cpp,
	log.cpp, mime_conf.cpp, misc.cpp, msg.cpp, newobjs.h, pgp.cpp,
	pixmaps.h, pop_smtp.cpp, rep_fwd.cpp, rules.cpp, search.cpp,
	sign.cpp, sort.cpp, sound.cpp, spellchecker.cpp, spellchecker.h,
	uucode.cpp, version.src, view_edit.cpp, xfmail.cpp, xfmail.h: CF -
	accidently trashed these in my zealous moving of files..

2001-02-04 23:53  cfreeze

	* contrib/XFMailRules2Procmail.pl: CF - moved to a shared module.

2001-02-04 23:53  cfreeze

	* contrib/: XFMailRules2Procmail.txt, space2tab.pl: CF - moved to a
	shared module

2001-02-04 23:53  cfreeze

	* contrib/misc/: Rules2Procmail.pl, Rules2Procmail.txt: CF - moved
	to contrib/misc as they are shared.

2001-02-04 23:27  cfreeze

	* docs/rfc/: rfc1939.txt.bz2, rfc2045.txt.bz2, rfc2046.txt.bz2,
	rfc2047.txt.bz2, rfc2048.txt.bz2, rfc2049.txt.bz2, rfc2060.txt.bz2,
	rfc821.txt.bz2, rfc822.txt.bz2: CF - Added RFC docs back in to new
	module

2001-02-04 23:10  cfreeze

	* contrib/misc/: blah.tar, blah.zip, blah2.tar: CF - cleaning up
	thing a bit

2001-02-04 22:48  cfreeze

	* contrib/misc/space2tab.pl: CF - moving files around

2001-02-04 22:46  cfreeze

	* contrib/misc/: commit_prep.pl, log.pl, log_accum.pl, syncmail.py:
	CF - cleanup and test six

2001-02-04 22:34  cfreeze

	* contrib/misc/syncmail.py: CF - added syncmail from the python
	group.

2001-02-04 22:14  cfreeze

	* contrib/misc/: commit_prep.pl, commit_prep.pl, log.pl,
	log_accum.pl: [no log message]

2001-02-04 21:55  cfreeze

	* contrib/misc/: blah3.tar, log_accum.pl: [no log message]

2001-02-04 21:49  cfreeze

	* contrib/misc/log_accum.pl: CF - trying to fix uninit vars
	problems

2001-02-04 20:49  cfreeze

	* contrib/misc/: blah3.tar, commit_prep.pl, log.pl, log_accum.pl:
	[no log message]

2001-02-04 20:25  cfreeze

	* contrib/misc/blah2.tar: [no log message]

2001-02-04 20:12  cfreeze

	* contrib/misc/blah.tar: [no log message]

2001-02-04 20:07  cfreeze

	* contrib/misc/blah.zip: [no log message]

2001-02-04 20:02  cfreeze

	* contrib/misc/: commit_prep.pl, cvs2cl.pl, log.pl, log_accum.pl:
	CF - readded with the -kb flag

2001-02-04 19:58  cfreeze

	* contrib/misc/: commit_prep.pl, cvs2cl.pl, log.pl, log_accum.pl:
	CF - forgot to use -kb in adding so that they will still be
	executable.

2001-02-04 19:54  cfreeze

	* contrib/misc/: commit_prep.pl, log.pl, log_accum.pl: CF -
	addition of newer CVS helper scripts

2001-02-04 19:30  cfreeze

	* contrib/misc/cvs2cl.pl: Initial revision

2001-02-04 19:30  cfreeze

	* contrib/misc/cvs2cl.pl: CF - initial import of the misc files
	directory

2001-02-04 17:20  cfreeze

	* intl/: finddomain.c, cat-compat.c, explodename.c, gettextP.h,
	linux-msg.sed, xopen-msg.sed, Makefile.in, VERSION, gettext.c,
	gettext.h, l10nflist.c, bindtextdom.c, dcgettext.c, loadinfo.h,
	hash-string.h, intl-compat.c, localealias.c, ChangeLog, dgettext.c,
	libgettext.h, loadmsgcat.c, po2tbl.sed.in, textdomain.c: Initial
	revision

2001-02-04 17:20  cfreeze

	* intl/: finddomain.c, cat-compat.c, explodename.c, gettextP.h,
	linux-msg.sed, xopen-msg.sed, Makefile.in, VERSION, gettext.c,
	gettext.h, l10nflist.c, bindtextdom.c, dcgettext.c, loadinfo.h,
	hash-string.h, intl-compat.c, localealias.c, ChangeLog, dgettext.c,
	libgettext.h, loadmsgcat.c, po2tbl.sed.in, textdomain.c: CF -
	initial import of the intl code.

2001-02-04 17:14  cfreeze

	* macros/: check_typedef.m4, dmalloc.m4, mozilla.m4, pthread.m4: CF
	- initial import of the m4 macros

2001-02-04 17:12  cfreeze

	* src/regex/regex.c, src/regex/Makefile.am, src/regex/regex.h,
	src/regex/COPYING, macros/check_typedef.m4, macros/dmalloc.m4,
	macros/mozilla.m4, macros/pthread.m4: Initial revision

2001-02-04 17:12  cfreeze

	* src/regex/: regex.c, Makefile.am, regex.h, COPYING: CF - initial
	import of the libregex code.

2001-02-04 17:08  cfreeze

	* docs/: compile.txt, mail-ssl.txt, running.txt, CREDITS,
	pgp-notes.txt, rfc/index.txt: CF - initial import of the documents.

2001-02-04 17:07  cfreeze

	* src/compface/Makefile.am, src/compface/arith.cpp,
	src/compface/compface.h, src/compface/compress.cpp,
	src/compface/data.h, src/compface/face.cpp, src/compface/file.cpp,
	src/compface/gen.cpp, docs/compile.txt, docs/mail-ssl.txt,
	docs/running.txt, docs/CREDITS, docs/pgp-notes.txt,
	docs/rfc/index.txt: Initial revision

2001-02-04 17:07  cfreeze

	* src/compface/: Makefile.am, arith.cpp, compface.h, compress.cpp,
	data.h, face.cpp, file.cpp, gen.cpp: CF - initial import of the lib
	faces code.

2001-02-04 16:44  cfreeze

	* src/mail/: cache.cpp, md5.c, md5.h, Makefile.am, TODO.smtp_auth,
	mime.cpp, mbox.cpp, imap.cpp, smtp_auth.cpp, pop.cpp_tmp,
	smtp_auth.h, connection.h, connectionManager.cpp, fmail.cpp,
	smtp.cpp, connection.cpp, nntp.cpp, pop.cpp, util.cpp: Initial
	revision

2001-02-04 16:44  cfreeze

	* src/mail/: cache.cpp, md5.c, md5.h, Makefile.am, TODO.smtp_auth,
	mime.cpp, mbox.cpp, imap.cpp, smtp_auth.cpp, pop.cpp_tmp,
	smtp_auth.h, connection.h, connectionManager.cpp, fmail.cpp,
	smtp.cpp, connection.cpp, nntp.cpp, pop.cpp, util.cpp: CF - initial
	import of libmail split.

2001-02-04 10:50  cfreeze

	* src/include/fmail.h: patch from Mike Heffner <mheffner@vt.edu>
	
		 FreeBSD defines sys_nerr differently in <stdio.h>,
		 so it just conflicts..

2001-02-04 00:10  cfreeze

	* src/include/config.h.in: CF - add notice if selecting ESD but's
	not compiled in.

2001-02-04 00:00  cfreeze

	* Makefile.in: CF - removed more unneeded files..

2001-02-03 23:44  cfreeze

	* ChangeLog: CF - update of changelog

2001-02-03 23:42  cfreeze

	* xfmail.spec: CF - removed files left over from merger..

2001-02-03 23:37  cfreeze

	* configure.in, contrib/build.sh, contrib/build.sh.in,
	contrib/xfmail.spec.in, src/include/cfgfile.h: CF - merger of
	changes that didn't make it from the 1.4.7 trunk due to the file
	renaming that occured in the 1.4.8 branch.

2001-02-03 23:22  cfreeze

	* ABOUT-NLS, AUTHORS, Makefile.am, Makefile.in, NEWS, acconfig.h,
	autogen.sh, configure.in, install.sh, runme, contrib/Makefile.am,
	contrib/XFMail2Procmail, contrib/XFMailRules2Procmail.pl,
	contrib/XFMailRules2Procmail.txt, contrib/space2tab.pl,
	contrib/xfmail.desktop, contrib/xfmail.spec.in, data/Makefile.am,
	data/abook.xpm, data/abort.xpm, data/attach.xpm, data/delete.xpm,
	data/delsign.xpm, data/edit.xpm, data/exit.xpm, data/forward.xpm,
	data/gena.xpm, data/help.xpm, data/icon_mail.xpm,
	data/icon_nomail.xpm, data/insert.xpm, data/insorig.xpm,
	data/mail_edit.xpm, data/mailcur.xbm, data/mailcur_mask.xbm,
	data/move.xpm, data/newmail.xpm, data/next.xpm, data/nextu.xpm,
	data/prev.xpm, data/prevu.xpm, data/print.xpm, data/reply.xpm,
	data/retr.xpm, data/save.xpm, data/send.xpm, data/sign.xpm,
	data/spell.xpm, data/view.xpm, debian/control, debian/dirs,
	debian/docs, debian/menu, debian/rules, man/Makefile.am,
	man/xfmail.1, src/Makefile.am, src/editor/Makefile.am,
	src/editor/fl_edit.cpp, src/editor/fl_edit.h,
	src/editor/fl_error.h, src/editor/textbuf.cpp,
	src/editor/textbuf.h, src/include/Makefile.am,
	src/include/cfgfile.h, src/include/config.h.in,
	src/include/connectionManager.h, src/include/fmail.h,
	src/include/gettext.h, src/include/gpasswd.h, src/include/umail.h,
	src/include/version.h.in: CF - initial branch merger of 1.4.8 into
	the main truck of XFMail.

2001-02-03 20:37  cfreeze

	* xfmail.spec: CF - made a few changes since we don't package with
	./configure.

2001-02-03 18:47  wim

	* contrib/build.sh: Added some error checking and such.

2001-02-03 18:33  cfreeze

	* ChangeLog, xfmail.spec: CF - Update of ChangeLog and spec
	description.  Release of XFMail 1.4.7.

2001-02-03 17:59  wim

	* contrib/build.sh: Added a command line argument for the path to
	the local source tree

2001-02-01 23:59  cfreeze

	* Makefile.in: CF - fix of include directive

2001-02-01 23:35  cfreeze

	* Makefile.in, configure.in: CF - better handling of regex and
	faces flags

2001-02-01 23:25  cfreeze

	* Makefile.in, configure.in, src/include/config.h.in: CF - final
	compile check..

2001-02-01 22:25  cfreeze

	* Makefile.in, autogen.sh, src/editor/fl_edit.h: CF - linking
	issues resolved.  Now fully under autoconf/automake

2001-02-01 21:58  cfreeze

	* configure.in: CF - forgot to update AC_INIT

2001-02-01 21:54  cfreeze

	* Makefile.in, configure.in, src/editor/Makefile.am,
	src/editor/fl_edit.c, src/editor/fl_edit.cpp, src/editor/textbuf.c,
	src/editor/textbuf.cpp, src/include/config.h.in,
	src/include/version.h.in: CF - compile issues resolved..still
	linking problems exist though..

2001-02-01 21:54  cfreeze

	* src/editor/fl_edit.cpp: file fl_edit.cpp was initially added on
	branch Branch-1_4_8.

2001-02-01 21:54  cfreeze

	* src/editor/textbuf.cpp: file textbuf.cpp was initially added on
	branch Branch-1_4_8.

2001-02-01 20:49  cfreeze

	* src/editor/Makefile.am: file Makefile.am was initially added on
	branch Branch-1_4_8.

2001-02-01 20:49  cfreeze

	* Makefile.in, configure.in, src/Makefile.am,
	src/editor/Makefile.am: CF - conditional compilation of regex and
	faces support

2001-02-01 20:37  cfreeze

	* src/include/cfgfile.h: file cfgfile.h was initially added on
	branch Branch-1_4_8.

2001-02-01 20:37  cfreeze

	* src/include/config.h.in: file config.h.in was initially added on
	branch Branch-1_4_8.

2001-02-01 20:37  cfreeze

	* src/include/umail.h: file umail.h was initially added on branch
	Branch-1_4_8.

2001-02-01 20:37  cfreeze

	* contrib/xfmail.spec.in: file xfmail.spec.in was initially added
	on branch Branch-1_4_8.

2001-02-01 20:37  cfreeze

	* man/Makefile.am, src/include/Makefile.am: file Makefile.am was
	initially added on branch Branch-1_4_8.

2001-02-01 20:37  cfreeze

	* src/include/gettext.h: file gettext.h was initially added on
	branch Branch-1_4_8.

2001-02-01 20:37  cfreeze

	* Makefile.in, acconfig.h, autogen.sh, configure.in,
	contrib/xfmail.spec, contrib/xfmail.spec.in, man/Makefile.am,
	src/include/Makefile.am, src/include/cfgfile.h,
	src/include/config.h.in, src/include/gettext.h,
	src/include/gpasswd.h, src/include/umail.h: CF - fix of typos,
	missing files, and misplaced files.

2001-02-01 20:37  cfreeze

	* src/include/gpasswd.h: file gpasswd.h was initially added on
	branch Branch-1_4_8.

2001-02-01 20:07  cfreeze

	* src/include/version.h.in: file version.h.in was initially added
	on branch Branch-1_4_8.

2001-02-01 20:07  cfreeze

	* configure.in, src/include/version.h.in: CF - now using automake

2001-02-01 19:52  cfreeze

	* configure.in: CF - more tree structuring

2001-02-01 19:52  cfreeze

	* configure.in: file configure.in was initially added on branch
	Branch-1_4_8.

2001-02-01 19:50  cfreeze

	* acconfig.h, install.sh: CF - more reconfiguring of the tree

2001-02-01 19:50  cfreeze

	* acconfig.h: file acconfig.h was initially added on branch
	Branch-1_4_8.

2001-02-01 19:47  cfreeze

	* Makefile.am, man/xfmail.1: CF - more reconfiguring of the cvs
	tree.

2001-02-01 19:47  cfreeze

	* man/xfmail.1: file xfmail.1 was initially added on branch
	Branch-1_4_8.

2001-02-01 19:29  cfreeze

	* autogen.sh: file autogen.sh was initially added on branch
	Branch-1_4_8.

2001-02-01 19:29  cfreeze

	* Makefile.am, contrib/Makefile.am, data/Makefile.am,
	src/Makefile.am: file Makefile.am was initially added on branch
	Branch-1_4_8.

2001-02-01 19:29  cfreeze

	* src/include/fmail.h: file fmail.h was initially added on branch
	Branch-1_4_8.

2001-02-01 19:29  cfreeze

	* ABOUT-NLS: file ABOUT-NLS was initially added on branch
	Branch-1_4_8.

2001-02-01 19:29  cfreeze

	* src/include/connectionManager.h: file connectionManager.h was
	initially added on branch Branch-1_4_8.

2001-02-01 19:29  cfreeze

	* ABOUT-NLS, AUTHORS, Makefile.am, NEWS, autogen.sh, runme,
	contrib/Makefile.am, data/Makefile.am, src/Makefile.am,
	src/include/connectionManager.h, src/include/fmail.h: CF - addition
	of most Makefile.am's and renaming source files.

2001-02-01 19:29  cfreeze

	* NEWS: file NEWS was initially added on branch Branch-1_4_8.

2001-02-01 19:29  cfreeze

	* AUTHORS: file AUTHORS was initially added on branch Branch-1_4_8.

2001-02-01 17:34  cfreeze

	* contrib/XFMailRules2Procmail.txt: file XFMailRules2Procmail.txt
	was initially added on branch Branch-1_4_8.

2001-02-01 17:34  cfreeze

	* contrib/XFMailRules2Procmail.pl: file XFMailRules2Procmail.pl was
	initially added on branch Branch-1_4_8.

2001-02-01 17:34  cfreeze

	* contrib/: XFMail2Procmail, XFMailRules2Procmail.pl,
	XFMailRules2Procmail.txt, space2tab.pl, xfmail.desktop: CF -
	cleanup of the contrib dir

2001-02-01 17:34  cfreeze

	* contrib/space2tab.pl: file space2tab.pl was initially added on
	branch Branch-1_4_8.

2001-02-01 17:34  cfreeze

	* contrib/xfmail.desktop: file xfmail.desktop was initially added
	on branch Branch-1_4_8.

2001-02-01 17:23  cfreeze

	* xfmail.spec, contrib/xfmail.spec: CF - cleanup of unneeded
	files..

2001-02-01 17:23  cfreeze

	* contrib/xfmail.spec: file xfmail.spec was initially added on
	branch Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/delsign.xpm: file delsign.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/abort.xpm: file abort.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/newmail.xpm: file newmail.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/gena.xpm: file gena.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* Makefile.in, data/abook.xpm, data/abort.xpm, data/attach.xpm,
	data/delete.xpm, data/delsign.xpm, data/edit.xpm, data/exit.xpm,
	data/forward.xpm, data/gena.xpm, data/help.xpm, data/icon_mail.xpm,
	data/icon_nomail.xpm, data/insert.xpm, data/insorig.xpm,
	data/mail_edit.xpm, data/mailcur.xbm, data/mailcur_mask.xbm,
	data/move.xpm, data/newmail.xpm, data/next.xpm, data/nextu.xpm,
	data/prev.xpm, data/prevu.xpm, data/print.xpm, data/reply.xpm,
	data/retr.xpm, data/save.xpm, data/send.xpm, data/sign.xpm,
	data/spell.xpm, data/view.xpm: CF - more of the transition to a new
	structure, should compile again..

2001-02-01 17:11  cfreeze

	* data/attach.xpm: file attach.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/nextu.xpm: file nextu.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/next.xpm: file next.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/insert.xpm: file insert.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/save.xpm: file save.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/view.xpm: file view.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/print.xpm: file print.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/prev.xpm: file prev.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/mailcur_mask.xbm: file mailcur_mask.xbm was initially added
	on branch Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/edit.xpm: file edit.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/help.xpm: file help.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/abook.xpm: file abook.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/insorig.xpm: file insorig.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/forward.xpm: file forward.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/spell.xpm: file spell.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/mailcur.xbm: file mailcur.xbm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/move.xpm: file move.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/mail_edit.xpm: file mail_edit.xpm was initially added on
	branch Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/exit.xpm: file exit.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/prevu.xpm: file prevu.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/reply.xpm: file reply.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/retr.xpm: file retr.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/icon_mail.xpm: file icon_mail.xpm was initially added on
	branch Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/icon_nomail.xpm: file icon_nomail.xpm was initially added on
	branch Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/sign.xpm: file sign.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/send.xpm: file send.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 17:11  cfreeze

	* data/delete.xpm: file delete.xpm was initially added on branch
	Branch-1_4_8.

2001-02-01 16:54  cfreeze

	* src/editor/textbuf.c: file textbuf.c was initially added on
	branch Branch-1_4_8.

2001-02-01 16:54  cfreeze

	* src/editor/fl_edit.h: file fl_edit.h was initially added on
	branch Branch-1_4_8.

2001-02-01 16:54  cfreeze

	* src/editor/fl_edit.c: file fl_edit.c was initially added on
	branch Branch-1_4_8.

2001-02-01 16:54  cfreeze

	* src/editor/fl_error.h: file fl_error.h was initially added on
	branch Branch-1_4_8.

2001-02-01 16:54  cfreeze

	* src/editor/textbuf.h: file textbuf.h was initially added on
	branch Branch-1_4_8.

2001-02-01 16:54  cfreeze

	* xfmail.vpj, src/editor/fl_edit.c, src/editor/fl_edit.h,
	src/editor/fl_error.h, src/editor/textbuf.c, src/editor/textbuf.h:
	CF - start of directory structure change

2001-01-31 23:38  cfreeze

	* ChangeLog, xfmail.vpj: CF - updated the changelog, removed an
	unneeded file.

2001-01-31 22:03  cfreeze

	* debian/: control, dirs, docs, menu, rules: CF - initial import of
	the debian patch from http://packages.debian.org that I found.	Why
	didn't this flow back upstream to the team for inclusion earlier?

2001-01-31 22:03  cfreeze

	* debian/rules: file rules was initially added on branch
	Branch-1_4_8.

2001-01-31 22:03  cfreeze

	* debian/docs: file docs was initially added on branch
	Branch-1_4_8.

2001-01-31 22:03  cfreeze

	* debian/dirs: file dirs was initially added on branch
	Branch-1_4_8.

2001-01-31 22:03  cfreeze

	* debian/control: file control was initially added on branch
	Branch-1_4_8.

2001-01-31 22:03  cfreeze

	* debian/menu: file menu was initially added on branch
	Branch-1_4_8.

2001-01-29 23:45  cfreeze

	* ChangeLog: CF - updated changelog

2001-01-29 21:54  cfreeze

	* Makefile.in, xfmail.spec: CF - updated the version tags to 1.4.8

2001-01-26 13:15  cfreeze

	* KNOWNBUGS: CF - updated about the XForms problems.

2001-01-26 13:13  cfreeze

	* COPYING, Copyright: CF - updated the rest of the copyrights.

2001-01-26 13:08  cfreeze

	* ChangeLog: CF - updated the changelog

2001-01-26 13:06  cfreeze

	* GPASSWD.txt, README.old, README.os2, mail-ssl.txt: CF - moved
	docs over to separate directory

2000-11-01 00:32  wim

	* mail-ssl.txt: A quick mini-HOWTO on howto use IMAP over SSL with
	XFMail.

2000-10-31 23:07  cfreeze

	* ChangeLog, Makefile.in, README, xfmail.spec, contrib/build.sh: CF
	- prep for 1.4.7 release that will most likely happen with in the
	next week or so.

2000-05-28 11:16  cfreeze

	* xfmail.spec: CF - cleaned spec file

2000-05-27 19:49  cfreeze

	* ChangeLog: CF - accidently trashed this..

2000-05-27 18:53  cfreeze

	* ChangeLog: CF - updated of changelog

2000-05-27 18:44  cfreeze

	* ChangeLog, Makefile.in, xfmail.spec, contrib/build.sh: CF -
	version # change for release.

2000-05-26 12:36  cfreeze

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

2000-05-26 12:25  cfreeze

	* GPASSWD.txt: CF - just realized mcrypt has changed versions and
	some of the API

2000-05-26 10:12  cfreeze

	* ChangeLog: CF - updated changelog

2000-05-26 10:12  cfreeze

	* Makefile.in: CF - updated version #'s to Pre3

2000-05-04 04:42  cfreeze

	* GPASSWD.txt: 
	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-03 23:21  cfreeze

	* ChangeLog, Changes: CF - Moved Changes to ChangeLog

2000-05-03 22:56  cfreeze

	* Makefile.in: CF - Update for 1.4.6Pre2, fix a commented line I
	left in the rules evaluation.

2000-05-01 19:41  cfreeze

	* runme: CF - clean up

2000-05-01 19:39  cfreeze

	* runme: CF - forgot to run ./configure

2000-05-01 19:38  cfreeze

	* runme: CF - cosmetic touch-ups.

2000-05-01 19:33  cfreeze

	* runme: CF - fix of runme script.

2000-05-01 19: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 19:24  cfreeze

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

2000-05-01 18:04  cfreeze

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

2000-04-30 21:45  cfreeze

	* Changes: 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 21:08  cfreeze

	* configure: 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 19:58  cfreeze

	* configure: CF - Fix for the missing -ldmalloc line in
	ui/Makefile.  Seems like the line for autoconf was failing.

2000-04-20 11:51  xfmail

	* Changes: CF - updated Changes file

2000-04-19 20: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 20:01  xfmail

	* Changes: CF - Updated change logs.

2000-01-17 21:10  xfmail

	* configure: 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 19:38  xfmail

	* Changes, Makefile.in, README.old, configure, xfmail.spec: 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-07 16:46  xfmail

	* Makefile.in, build.sh: 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 00:06  xfmail

	* Makefile.in, build.sh, xfmail.spec: CF - 1.4.4 is out..The End..

1999-12-04 17:53  xfmail

	* Changes: CF - Final update before release

1999-12-04 17:50  xfmail

	* Makefile.in, build.sh, configure: CF - Fixed the cache
	directories problem on upgrades.

1999-12-02 21:55  xfmail

	* configure: CF - pointer reference fixed.

1999-11-28 00:43  xfmail

	* build.sh: Another update

1999-11-24 02:37  xfmail

	* build.sh: Some changes to build.sh

1999-11-23 13:06  xfmail

	* configure: CF - it blew up because of stuff I left in...geez..I
	need sleep....

1999-11-23 12:11  xfmail

	* configure: patch from [Victor Brilion <victor@vail.net>]	  
	Small optimization patch to cfgfile code.

1999-11-20 11:44  xfmail

	* build.sh: CF - More solaris fixes..

1999-11-19 18:48  xfmail

	* Changes, configure: CF - Updated the last of the files for
	1.4.3cvs.

1999-11-19 18:37  xfmail

	* Makefile.in: CF - fixed the mime bug over all encodings.  updated
	to 1.4.3cvs

1999-11-18 14:38  xfmail

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

1999-11-15 01:01  xfmail

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

1999-11-15 00:54  xfmail

	* Makefile.in, README, README.old: CF - last clean up and release
	of 1.4.2

1999-11-10 12:46  xfmail

	* xfmail.vpj: CF - forgot these files...

1999-11-10 01:50  xfmail

	* wim: Removed my test.
	
	Wim.

1999-11-10 01:49  xfmail

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

1999-11-09 22:40  xfmail

	* Makefile.in: CF - forgot something..

1999-11-09 22:39  xfmail

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

1999-11-09 22:29  xfmail

	* xfmail.vpj: CF - Hooked in the Connection Manager...

1999-11-09 19:16  xfmail

	* Changes, README, xfmail.vpj: CF - Unlimited # of connections,
	connection core re-write finished..

1999-11-09 15:03  xfmail

	* xfmail.vpj: CF - more redesign of the core

1999-11-09 00:06  xfmail

	* xfmail.vpj: 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 22:16  xfmail

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

1999-11-08 18:48  xfmail

	* xfmail.vpj: CF - Removed debug prints from the header rule bug
	hunt.

1999-11-08 13:24  xfmail

	* xfmail.vpj: CF - shouldn't crash anymore on the flock bug, but
	you will get a dialog saying it can't lock.

1999-11-07 17:10  xfmail

	* xfmail.vpj: CF - started the internal redesign of the core.

1999-11-07 16:27  xfmail

	* xfmail.vpj: CF - Finished the transition to ANSI C++ compatible
	code.  Also moved to the new cfgfile class.

1999-11-06 22:59  xfmail

	* xfmail.vpj: CF - removing more bugs to get it to compile with an
	ANSI C++ compiler.

1999-11-05 23:13  xfmail

	* xfmail.vpj: 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 13:35  xfmail

	* Changes: CF - updated the change log.

1999-11-05 13:26  xfmail

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

1999-11-04 14:11  xfmail

	* Changes, Makefile.in, xfmail.vpj: 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 12:55  xfmail

	* Changes: CF - Updated the Changes file.

1999-11-03 12:44  xfmail

	* configure: 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 12:37  xfmail

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

1999-11-02 17:05  xfmail

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

1999-11-02 16:57  xfmail

	* Makefile: CF - Bug fixing the code I cleaned up

1999-11-02 16:42  xfmail

	* Makefile: CF - last of code clean ups for now.  Put a bug in the
	pop code....gotta go find it now..

1999-11-02 11:45  xfmail

	* Makefile, xfmail.vpj: 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-10-29 18:23  xfmail

	* Changes: CF - removed the tag for 1.5

1999-10-29 16:54  xfmail

	* xfmail.vpj: CF - Finally stomped out the Solaris POP bug.

1999-10-28 23:51  xfmail

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

1999-10-28 15:17  xfmail

	* Makefile, xfmail.spec, xfmail.vpj: 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 20:00  xfmail

	* Makefile: 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 15:49  cfreeze

	* Makefile, xfmail.vpj: CF - moving source to xfmail.ufies.org

1999-10-24 19:39  cfreeze

	* Makefile: 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 19: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 19:04  cfreeze

	* Changes, Makefile, Makefile.in, xfmail.spec: CF - Changed to
	different Pixmaps and set everything for the release of 1.4.0

1999-10-24 14:46  cfreeze

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

1999-10-24 13:57  cfreeze

	* Makefile, Makefile.in, xfmail.spec, xfmail.vpj: CF - Fixed the
	outbox problem on sendmail.  Released 1.3.9.

1999-10-23 17:14  cfreeze

	* Makefile, README, xfmail.vpj: CF - You can now edit and view
	messages of any size.  Fixed the WMaker.h include file problem.

1999-10-23 14:52  cfreeze

	* Makefile, Makefile.in: CF - Now make dist updates the ChangeLog
	file.  Also fixed the WMaker.h include file problem.

1999-10-22 18:25  cfreeze

	* Makefile, Makefile.in, xfmail.vpj: 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 14:19  cfreeze

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

1999-10-22 14:03  cfreeze

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

1999-10-21 22:44  cfreeze

	* Makefile, Makefile.in, xfmail.vpj: 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 16:54  cfreeze

	* Makefile, xfmail.vpj: 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 14:53  cfreeze

	* Makefile, configure, xfmail.spec: 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 16:19  cfreeze

	* Makefile, Makefile.in, configure, xfmail.spec, xfmail.vpj: 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 12:43  cfreeze

	* xfmail.vpj: Changes

1999-10-19 08:56  cfreeze

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

1999-10-19 08:52  cfreeze

	* TODO, Changelog, Copyright, KNOWNBUGS, Makefile, Makefile.in,
	README, README.os2, configure, install.sh, xfmail.vtg, xfmail.vpj:
	Initial revision

1999-10-19 08:52  cfreeze

	* TODO, Changelog, Copyright, KNOWNBUGS, Makefile, Makefile.in,
	README, README.os2, configure, install.sh, xfmail.vtg, xfmail.vpj:
	Imported using tkCVS

