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

automagic fcc and vm folder selection from Big Brother

1993-12-01 Thread Roland McGrath
I've been needing these forever and I can't believe it's taken me so long to spend the 20 minutes to write them. If you don't have insert-hooks, my hook-advice.el is at the end and implements in with defadvice. So give somebody an `auto-fcc' property, and when you send them mail it will

Re: automagic fcc and vm folder selection from Big Brother

1993-12-01 Thread Mohsen Banan
On Wed, 1 Dec 93 22:44:29 -0500, [EMAIL PROTECTED] (Roland McGrath) said: Roland I've been needing these forever and I can't believe it's taken me so long Roland to spend the 20 minutes to write them. This is GREAT!! I have been wanting to do the same for a long time myself. However, I am