[MlMt] goToMailbox: not working?

Jeremy Cowgar jeremy at cowgar.com
Wed Sep 17 20:21:44 EDT 2014


I am working on my keybindings to streamline my email workflow. I have 
the following code:

	"g" = {
		"g" = "goToMailbox:";
		"d" = ( "goToMailbox:", "/Deferred" );
		"a" = ( "goToMailbox:", "/Delegated" );
		" " = ( "goToMailbox:", "INBOX" );
		"i" = ( "goToMailbox:", "INBOX" );
		"A" = ( "goToMailbox:", "ALL_MESSAGES" );
		"s" = ( "goToMailbox:", "Spam" );
		"f" = ( "goToMailbox:", "FLAGGED" );
	};


`gg`, `gSPACE`, `go`, `gA`, and `gf` all work, but `gd`, `ga`, and `gs` 
do not work. By "do not work" I mean, no beep as if it were an invalid 
key but nothing happens.

Any ideas?

--
Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20140917/02be5c8d/attachment.html>


More information about the mailmate mailing list