[MlMt] goToMailbox: not working?

Jeremy Cowgar jeremy at cowgar.com
Wed Sep 17 23:55:56 EDT 2014


I see now in the manual it references this:

4. A mailbox path without an account such as /Special (does not work for 
goToMailbox:).

One must do something like:

3. A full path for a mailbox within an account such as 
imap://you@imap.example.com/Special

--
Jeremy

On 17 Sep 2014, at 20:21, Jeremy Cowgar wrote:

> 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_______________________________________________
> mailmate mailing list
> mailmate at lists.freron.com
> http://lists.freron.com/listinfo/mailmate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20140917/313ec1dc/attachment.html>


More information about the mailmate mailing list