[MlMt] Keybindings and IMAP flags?

Randall Meadows randy.meadows at not-pc.com
Thu Sep 27 16:07:37 EDT 2018


So, I'm trying to learn and embrace key bindings.  I have a series of 
commands to TrainSpam in conjunction with SpamSieve::

"s" = {
	"#1" = ( "markAsJunk:", "setTag:", "\\SEEN", "moveToMailbox:", "<<path 
to spam mailbox>>");
	"#2" = ( "markAsJunk:", "setTag:", "\\SEEN", "moveToMailbox:", "<<path 
to spam mailbox>>");
	...

which works just fine, apparently.  I've tried to do something similar 
with TrainGood, but MM complains about an invalid flag or something.  
What's the proper way to do this:

"g" = {
	"#1" = ( "markAsNotJunk:", "setTag:", "\\UNSEEN", "moveToMailbox:", 
"<<path to good mailbox>>");
	...


Thanks.
randy


More information about the mailmate mailing list