Hi,
The recent update to bbdb breaks the smoketest. rmailsum isn't
provided by the rmail package. README in rmail says it isn't supported
so I guess that explains why it might be a bit behind.
Simple patch below to illustrate what fixes the build.
Index: lisp/bbdb-rmail.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/bbdb/lisp/bbdb-rmail.el,v
retrieving revision 1.7
diff -u -r1.7 bbdb-rmail.el
--- lisp/bbdb-rmail.el 23 Feb 2007 20:24:08 -0000 1.7
+++ lisp/bbdb-rmail.el 23 Feb 2007 22:45:44 -0000
@@ -24,7 +24,7 @@
(require 'bbdb)
(require 'bbdb-com)
(require 'rmail)
-(require 'rmailsum)
+;; (require 'rmailsum)
(require 'mailheader)
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta