;; (require 'mu-bbdb)
;; )))
-\f
;;; Code:
(eval-when-compile (require 'cl))
;;; @ obsolete functions
;;;
-;; This part will be abolished in the future.
+;; This part will be abolished in the near future.
(eval-and-compile
(defconst mu-bbdb-obsolete-function-alist
:type 'hook
:group 'mu-bbdb)
+(defvar mu-bbdb-history nil)
+
;;; @@ prefix and registration using BBDB
;;;
(read-string "Citation name? "
(or (mu-cite-get-value 'x-attribution)
(mu-cite-get-value 'full-name))
- 'mu-cite-minibuffer-history)))
+ 'mu-bbdb-history)))
(if (and (not (string-equal return ""))
(y-or-n-p (format "Register \"%s\"? " return)))
(mu-bbdb-set-attr return addr))
(or attr
(mu-cite-get-value 'x-attribution)
(mu-cite-get-value 'full-name))
- 'mu-cite-minibuffer-history)))
+ 'mu-bbdb-history)))
(if (and (not (string-equal return ""))
(not (string-equal return attr))
(y-or-n-p (format "Register \"%s\"? " return)))
(function
mu-bbdb-get-prefix-register-verbose-method))))))
-\f
+
;;; @ end
;;;