[mew-int 00953] to empty a folder like +trash with `D' (was: few upgrade questions)
Tatsuya Kinoshita
tats at example.com
Tue Jul 2 21:12:09 JST 2002
In message [mew-int 00952], on Sun, 30 Jun 2002,
George Kahler <george at example.com> wrote:
> o Is there a way to empty an entire folder like +trash with the 'D' ?
> I have a +junkmail folder used by junkfileter filtering SPAM that
> I would like to completely empty from time-to-time.
Put this in your ~/.mew.el:
----
(define-key mew-summary-mode-map "\C-cD" 'my-mew-summary-clean-junkmail)
(defun my-mew-summary-clean-junkmail ()
(interactive)
(let ((mew-trash-folder "+junkmail"))
(mew-summary-clean-trash)))
----
`C-c D' uses "+junkmail" instead of "+trash".
--
Tatsuya Kinoshita
More information about the Mew-int
mailing list