[mew-int 01046] Re: handling pre-sorted mail

Tatsuya Kinoshita tats at example.com
Sun Aug 4 17:36:01 JST 2002


In message [mew-int 01045], on August 3, 2002,
"Simon J. Gerraty" <sjg at example.com> wrote:

> With the old version of mew, I had an Imget.Assoc that looked like:
> 
> Imget.Assoc= +inbox=local:${HOME}/Maildir/;+inbox=local:${MAIL};\

If imget doesn't ask a password (e.g. retrieving messages from a
local mailbox), it's available in Mew 2.2 also.

(setq mew-config-alist
      '(
 	("default"
	 ("inbox-folder" . "+inbox")
	 ("mbox-command" . "imget")
	 ("mbox-command-arg" . "-d")
	 )))

> With version 2.2 I've played with mew-config-alist (perhaps
> incorrectly) but I couldn't get incm to look at the per-folder
> maildrops.   FWIW I had:
> 
> (setq mew-config-alist
>       '(
> 	("backup"
> 	 ("inbox-folder"   . "+backup")
> 	 ("mbox-command-arg" . "-d ~/Mail/backup/in"))

It doesn't work because incm's -d option doesn't support a Mew/MH
style mailbox.

See 00api for more information about mew-mbox-command.

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list