<div dir="ltr">My workflow (heavily integrated with OmniFocus) means that I move mail out of the inbox after processing most frequently (⌥⌘T), tag only if filing into specific box is insufficient(T), and rarely if ever use "goto mailbox" ( ⌘T).<div>
<br></div><div>I would like to assign as follows:</div><div>Move to mailbox = T</div><div>Tag messages = ⌘T</div><div>Go to Mailbox = ⌥⌘T</div><div><br></div><div><div>I tried the following:</div><div><div>{</div><div><span class="" style="white-space:pre">     </span>// Keybindings for Mike</div>
<div><span class="" style="white-space:pre">    </span>"t" = "moveToMailbox:";</div><div><span class="" style="white-space:pre">        </span>"@t" = "setTag:";</div><div><span class="" style="white-space:pre">      </span>"~@t" = "goToMailbox:";</div>
<div><span class="" style="white-space:pre">    </span>"/" = "mailboxSearch:";</div><div><br></div><div>}</div></div><div>It made no change to the behavior of T, ⌘T or ⌥⌘T, but it does allow for / mailbox search now. </div>
</div><div><br></div><div>Is this possible? I looked at the Gmail plist, while it may be more interesting, it feels like it might be both too much and not able to do what I'm looking for... is there a simpler approach? Is this possible/OK? </div>
<div><br></div><div><br></div><div><br></div><div><br></div></div>