Thank you very much, I managed to use ctrl +f to flag email and move them after, but is there a way to remove the flag once the flagged emails have moved to the destination folder ?

I mean , if I add something like this

~~~
{
        "f" = ( "toggleFlag:" );

"m" = ( "selectWithFilter:", "#flags.flag = '\\Flagged'", "moveToMailbox:”,”toggleFlag:” );
}
~~~

Will the second toggleFlag remove the flag ?

I look forward to hearing from you soon.

Best Regards,

On 26 Jan 2016, at 12:05, Benny Kjær Nielsen wrote:
[…]

It's at least interesting to explore if you can get something similar. Here is an example:

~~~
{
        "f" = ( "toggleFlag:" );
"m" = ( "selectWithFilter:", "#flags.flag = '\\Flagged'", "moveToMailbox:" );
}
~~~

Save that in this file (you need to create the path):

~/Library/Application\ Support/MailMate/Resources/KeyBindings/custom.plist

And then add `custom` to the key bindings field in the General preferences pane.

Now you should be able to hit `f` to flag emails (you can also use the default ⌥⌘L) and use `m` to open the “Move to Mailbox” interface.

[..]

--
Benny
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

Reply via email to