[mew-int 01724] Re: spam question

Tatsuya Kinoshita tats at example.com
Thu Feb 12 00:54:58 JST 2004


On February 11, 2004, [mew-int 01723],
henri (at qais.com) wrote:

> > > (defun mew-spam-assassin (val)
> > >   (let ((case-fold-search t))
> > >     (if (string-match "yes" val) ?D)))

> i just can't get my current mew setup to auto file it into the
> +spam folder

Use this:

(defun mew-spam-assassin (val)
  (let ((case-fold-search t))
    (if (string-match "yes" val) "+spam")))

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list