Recent bbdb ci breaks smoketest

Mats Lidell matsl at xemacs.org
Fri Feb 23 17:58:53 EST 2007


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



More information about the XEmacs-Beta mailing list