Hello,

I'm still using bbdb 2.32, because

  1. bbdb 2.34 doesn't renew the timestamp when I receive a mail with
    new MUA or X-face, Moreover, it adds a new MUA information, but
    does't add a new X-face information.

  2. bbdb 2.35 (latest version) does add a new MUA information and/or
    X-face information, but it does not renew the time stamp.

Have I forgotten to set some sentence for bbdb 2.34/2.35?

My envrionment:

  Emacs   :  Emacs 20.7 for OS/2
  MUA     :  Wanderlust 2.9.9

My settings in .emacs

;;; @ bbdb
(setq mime-bbdb/use-mail-extr nil)
(require 'bbdb-wl)
(bbdb-wl-setup)
(require 'mime-bbdb)
(add-hook 'wl-mail-setup-hook 'bbdb-insinuate-sendmail)

(autoload 'bbdb         "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-name    "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-company "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-net     "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-notes   "bbdb-com" "Insidious Big Brother Database" t)
(autoload 'bbdb-insinuate-rmail    "bbdb-rmail" "Hook BBDB into RMAIL")
(autoload 'bbdb-insinuate-sendmail "bbdb"       "Hook BBDB into sendmail")

(bbdb-initialize)
(setq bbdb-file "~/.bbdb") ;(concat TT:mule-save-dir "~/.bbdb")
(setq bbdb/mail-auto-create-p   'bbdb-ignore-some-messages-hook)
(setq bbdb-pop-up-elided-display        '(creation-date timestamp))
(setq bbdb-new-nets-always-primary t)

;;; @ height of BBDB window
(setq bbdb-pop-up-target-lines 7)

;;; @ display of pop-up
(setq bbdb-use-pop-up t)
(setq signature-use-bbdb t)
(setq bbdb-north-american-phone-numbers-p nil)

;;; @ add ML field automatically
(add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook)

(defun bbdb-wl-exit-2 ()
        (let (bbdb-buf)
        (if (setq bbdb-buf (get-buffer bbdb-buffer-name))
        (kill-buffer bbdb-buf)))
   (bbdb-save-db nil))


;;; @ list of items to collect

(setq bbdb-auto-notes-alist
        '(
        ("X-ML-Name" (".*" ML 0))
        ("X-Ml-Name" (".*" ML 0))
        ("X-Sequence" ("[^ ]*" ML 0))
        ("X-Mailer" (".*$" User-Agent 0))
        ("X-Newsreader" (".*$" User-Agent 0))
        ("User-Agent" (".*$" User-Agent 0))
                              ))
(setq bbdb-auto-notes-alist
        (nconc bbdb-auto-notes-alist
                (list (list "x-face"
                              (list (concat "[ \t\n]*\\([^ \t\n]*\\)"
                                            "\\([ \t\n]+\\([^ \t\n]+\\)\\)?"
                                            "\\([ \t\n]+\\([^ \t\n]+\\)\\)?"
                                            "\\([ \t\n]+\\([^ \t\n]+\\)\\)?"
                                            "\\([ \t\n]+\\([^ \t\n]+\\)\\)?")
                                    'face
                                    "\\1\\3\\5\\7\\9")))))


Thanks in advance,

---
  Masaru Nomiya        mail-to: [EMAIL PROTECTED]

   "No WIndows, no gains!" ..... "Why, I am wrong?"
        
                                        -- Bill --

Reply via email to