... 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
1.50 advice for mh-forward doesn't work with MH-E 4.1
Michael Sperber [Mr. Preprocessor] Sun, 24 Jul 1994 05:56:29 -0500
- Re: 1.50 advice for mh-forward doesn't ... Michael Sperber [Mr. Preprocessor]
- Re: 1.50 advice for mh-forward doe... Lance A. Brown