The customization buffer of XEmacs lists four choices for the value of
the variable bbdb/mail-auto-create-p:

    "Automatically create" t
    "Prompt before creating" prompt
    "Do not automatically create" nil
    "Create with function" bbdb-

but BBDB seems only to recognize t and nil. In particular, prompt
behaves like t: it always creates a record without prompting.

Am I doing or not doing something that I should be to get prompted
before a new address is added? 

Appended is my BBDB initialization.

Thanks.

--- Vladimir

------------------------------------------------------------------------
Vladimir G. Ivanovic                        http://leonora.org/~vladimir
2770 Cowper St.                                         [EMAIL PROTECTED]
Palo Alto, CA 94306-2447                                 +1 650 678 8014

;;; BBDB
(require 'bbdb)
(require 'supercite)
(setq sc-preferred-attribution-list
      '("sc-lastchoice" "x-attribution" "sc-consult"
        "initials" "firstname" "lastname"))
(setq sc-attrib-selection-list
      '(("sc-from-address" 
         ((".*" . (bbdb/sc-consult-attr (sc-mail-field "sc-from-address")))))))
(setq sc-mail-glom-frame
      '((begin                        (setq sc-mail-headers-start (point)))
        ("^x-attribution:[ \t]+.*$"   (sc-mail-fetch-field t) nil t)
        ("^\\S +:.*$"                 (sc-mail-fetch-field) nil t)
        ("^$"                         (progn (bbdb/sc-default)
                                             (list 'abort '(step . 0))))
        ("^[ \t]+"                    (sc-mail-append-field))
        (sc-mail-warn-if-non-rfc822-p (sc-mail-error-in-mail-field))
        (end                          (setq sc-mail-headers-end (point)))))

(bbdb-initialize 'mh-e 'supercite 'w3)



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to