On Saturday, March 1, 2008 at 22:22:34, Leo wrote:
> Hi All,
>
> The document of ':' and ';' states that If there is none, you will be
> asked whether to create one. But one is never asked. Is this a bug?
>
> How to make creating new records from mailers always requires a
> confirmation?
I believe the following line is causing this
=== modified file 'lisp/bbdb.el'
--- lisp/bbdb.el 2007-11-26 22:18:56 +0000
+++ lisp/bbdb.el 2008-03-04 23:37:58 +0000
@@ -3314,7 +3314,7 @@
(if (string-match "[EMAIL PROTECTED]" net)
(setq name (bbdb-clean-username (match-string 0 net)))))
(setq record (if (or (null prompt-to-create-p)
- (eq create-p t) ;; don't skip if it's 'prompt!
+; (eq create-p t) ;; don't skip if it's 'prompt!
(if (functionp prompt-to-create-p)
(bbdb-invoke-hook-for-value
prompt-to-create-p)
which was added to all allow for
(setq bbdb/news-auto-create-p 'prompt)
... in fact I like that I do not get bothered by a question
as I did the ":" explicitly anyway for the purpose of adding
the addresses ... so I think about fixing the documentation.
Robert
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
[email protected]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/