Another patch that didn't make it

1993-12-02 Thread Fritz Knabe
Here's another patch to 1.49 that just missed the release. This is *not* MH specific. It's rather subtle: if you try to search for information that appears in a user-defined field before the database has been parsed for the first time, BBDB won't find it. I previously made another bug fix to

Re: automagic fcc and vm folder selection from Big Brother

1993-12-02 Thread Roland McGrath
Oops, here is hook-advice.el: ;;; insert-hooks using v19 advice.el ;;; Roland McGrath 6/8/93 (require 'advice) ;;;###autoload (defun insert-hooks (function head-hook optional tail-hook) "Rewrite the function specified by the first argument FUNCTION to run hooks. If second argument

auto-fcc update

1993-12-02 Thread Roland McGrath
Here is my current code for automatic fcc via the `auto-fcc' bbdb field. It now happens both at mail-setup time, so it works in replies and such, and at mail-abbrev expansion time. (defun bbdb/auto-fcc-by-net (net) (let ((folder (bbdb-record-getprop (bbdb-search-simple nil net)

Re: auto-fcc update

1993-12-02 Thread Roland McGrath
Oops. I am using a bizarre frob you may not want. I fixed the FSF emacs just now; use this replacement function until the next release: (defun mail-fcc (folder) "Add a new FCC field, with file name completion." (interactive "FFolder carbon copy: ") (expand-abbrev) (or