[mew-int 01861] Re: mairix and mew
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Mon Aug 23 16:54:00 JST 2004
> I have changed my wrapper script for mairix (as you suggest below) so
> that it prints the number of arguments and the arguments itself:
> mew (4.0.64 and 4.0.66) passes all file names
> in decreasing numerical order.
> I am using the " command in a single folder.
Ah. I was confused.
I think you should write a new Elisp function and set it to
mew-summary-virtual-with-external-function. The default value is
mew-summary-virtual-with-grep.
Copy this function to your .mew and modify it, say my-func.
(defun my-func (folders pattern)
;; modify the code around call-process so that
;; folders are not expanded to file names.
)
And set it to mew-summary-virtual-with-external-function in .mew.
(setq mew-summary-virtual-with-external-function 'my-func)
--Kazu
More information about the Mew-int
mailing list