Gnus development mailing list
 help / color / mirror / Atom feed
* Message.el and bbdb
@ 1996-03-27 20:07 Jack Vinson
  0 siblings, 0 replies; only message in thread
From: Jack Vinson @ 1996-03-27 20:07 UTC (permalink / raw)



Things are not perfect with the new Message mode and bbdb.  I think I've
gotten most problems worked out, but not all.

#1.  gnus-bbdb.el needs to be modified to use the new message-make-domain
function instead of the old gnus-inews-domain-name.  The patch is below and
is a change in only one line.

#2.  People who use the mail-abbrevs packaged included with bbdb need to
make more changes.  Basically, follow the directions in mail-abbrevs for
installing the code and just make the modifications to message.el instead
of sendmail.el.

-- 
Jack Vinson                                     Off www.cern.ch...
jvinson@cheux.ecs.umass.edu                     Through gopher.umn.edu
<http://www.cis.upenn.edu/~vinson/home.html>    Around ftp.indiana.edu
Sunderland, MA                                  Nothin' but 'Net - Pete Bretz


diff -c gnus-bbdb.el~ gnus-bbdb.el
*** gnus-bbdb.el~       Thu Aug 31 15:49:16 1995
--- gnus-bbdb.el        Wed Mar 27 13:48:54 1996
***************
*** 245,251 ****
    (concat "^" (user-login-name) "$\\|^"
          (user-login-name) "@\\([-a-z0-9]+\\.\\)*"
          (or gnus-local-domain
!             (gnus-inews-domain-name gnus-use-generic-from)
              (system-name) "smeghead\\.baka\\.org") "$")
    "This regular expression should match your address as found in the
  From header of your mail.  You should make sure gnus-local-domain or
--- 245,251 ----
    (concat "^" (user-login-name) "$\\|^"
          (user-login-name) "@\\([-a-z0-9]+\\.\\)*"
          (or gnus-local-domain
!             (message-make-domain)
              (system-name) "smeghead\\.baka\\.org") "$")
    "This regular expression should match your address as found in the
  From header of your mail.  You should make sure gnus-local-domain or


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-03-27 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-27 20:07 Message.el and bbdb Jack Vinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).