[mew-int 3014] Re: how to delete email into gmail trash folder ?

vvoody <[email protected]> Sat, 01 Oct 2011 10:15:02 +0800 (CST)
Newsgroups gmane.mail.mew.general
Message-ID <[email protected]>
On Sat, 01 Oct 2011 15:08:51 +0800, ZhangJun <[email protected]> wrote:
> 
> I have config in .mew.el like this:
> 
> (setq mew-config-alist
>       '(
>         ("default"
> 	 (...)
> 	 ("imap-trash-folder" . "%Trash")

("imap-trash-folder" . "%[Gmail]/Trash")

> 	 (...)
> 	 )
> 	 )
> )
>       
> 
> I want to the deleted emails go to gmail's "Trash" forlder (in web page),
> but this configure seems put delete emails into a lable "[Imap]/Trash",
> there are also "[Imap]Drafts" and "[Imap]/Sent" Labels,
> 
> in gmail webpage there are "Inbox", "Sent Mail", "Drafts" and "Trash",
> I want to use these forlders.
> 
> thanks!