Package: bbdb
Version: 2.35.cvs20060204-1.1
Severity: normal

Upon upgrade from etch to sid, vm changes versions from 7.19 to 8.09.
In the new version of vm getting the address on the "To:" line from
bbdb by completion (typing a piece of the name or address and hitting
tab) stops working -- hitting tab just tabs the cursor now.  Note that
the version of emacs didn't change in the upgrade.

Below is the part of my .emacs file pertinent to vm and bbdb:

=============================
;;; BBDB setup
(require 'bbdb)
(bbdb-initialize 'sendmail 'vm)
(bbdb-insinuate-vm)
(add-hook 'mail-setup-hook 'bbdb-insinuate-sendmail)
(setq bbdb-quiet-about-name-mismatches t)
(setq bbdb-use-pop-up nil)
(setq bbdb/mail-auto-create-p nil)

;;; VM stuff
(setq mail-default-reply-to "[EMAIL PROTECTED]")
(setq user-full-name "David Raymond")
(setq user-mail-address "[EMAIL PROTECTED]")
(setq vm-use-toolbar nil)
(setq vm-mime-8bit-text-transfer-encoding '("8bit"))
(setq vm-move-after-deleting t)
(setq vm-mutable-frames nil)
(setq vm-preview-lines nil)
(setq vm-auto-next-message nil)
(setq vm-display-using-mime t)
(setq vm-folder-directory "~/Mail/")
(setq vm-confirm-new-folders t)
(setq vm-delete-after-saving t)
(setq vm-mime-internal-content-types '("text"))
(setq vm-mime-internal-content-type-exceptions '("text/html"))
(setq vm-auto-decode-mime-messages nil)
(setq vm-mime-external-content-types-alist
        '(
          ("text/html" "epiphany")
          ("image/eps" "gv")
          ("image" "display")
          ("application/postscript" "gv")
          ("application/pdf" "xpdf")
          ("application/lyx" "lyx")
          ("application/msword" "abiword")
          ("application/excel" "gnumeric")
          ))
(define-key menu-bar-tools-menu [rmail] '("Read Mail" . vm))
(define-key-after menu-bar-tools-menu [smail] '("Send Mail" . vm-mail) 'rmail)
========================

Dave Raymond

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.3 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bbdb depends on:
ii  emacs21 [emacsen]            21.4a+1-5.4 The GNU Emacs editor
ii  make                         3.81-5      The GNU version of the "make" util

bbdb recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to