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://y...@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@lists.freron.com
http://lists.freron.com/listinfo/mailmate
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate

Reply via email to