Re: [MlMt] Is there a moveOutOfJunk command?

2013-12-04 Thread Dries Geeroms
Untested, but something like this should do it I think: J = ( markAsNotJunk:, toggleReadState:, moveToMailbox:,'INBOX'); or maybe this works better to handle the read state (otherwise it might change to 'read') J = ( markAsNotJunk:, removeTag:, \\Seen, moveToMailbox:,'INBOX'); On

Re: [MlMt] Is there a moveOutOfJunk command?

2013-12-04 Thread Kee Hinckley
On 4 Dec 2013, at 18:04, Dries Geeroms wrote: or maybe this works better to handle the read state (otherwise it might change to 'read') J = ( markAsNotJunk:, removeTag:, \\Seen, moveToMailbox:,'INBOX'); That worked like a charm, thank you. I was missing a way to name the generic

Re: [MlMt] Is there a moveOutOfJunk command?

2013-12-04 Thread Dries Geeroms
That worked like a charm, thank you. I was missing a way to name the generic top-level inbox, which I assume is what that does. great! These are my other keybindings: [1]https://gist.github.com/driesg/7786266 . Some come from the PostBox file, others from the MailMate site and others are my