... the arguments seem to have gotten switched sometime since 3.8, so
the following fix probably won't work with anything less than 4.1.

Cheers =8-} Chipsy

*** bbdb-mhe.el~        Wed Apr 13 10:47:50 1994
--- bbdb-mhe.el Sun Jul 24 12:51:13 1994
***************
*** 191,202 ****
                (read-string "Subject: "))))
  
  (defadvice mh-forward (before mh-bbdb-forward act)
!   (interactive (list current-prefix-arg
                     (if current-prefix-arg
                         (mh-read-seq-default "Forward" t)
!                      (mh-get-msg-num t))
!                    (bbdb-read-addresses-with-completion "To: ")
!                    (bbdb-read-addresses-with-completion "Cc: "))))
  
  (defadvice mh-redistribute (before mh-bbdb-redist act)
    (interactive (list
--- 191,201 ----
                (read-string "Subject: "))))
  
  (defadvice mh-forward (before mh-bbdb-forward act)
!   (interactive (list (bbdb-read-addresses-with-completion "To: ")
!                    (bbdb-read-addresses-with-completion "Cc: ")
                     (if current-prefix-arg
                         (mh-read-seq-default "Forward" t)
!                      (mh-get-msg-num t)))))
  
  (defadvice mh-redistribute (before mh-bbdb-redist act)
    (interactive (list

Reply via email to