Skip to content

Instantly share code, notes, and snippets.

@tanyuan
Created June 28, 2020 03:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanyuan/6c25050f486e1504dffa356125a544bc to your computer and use it in GitHub Desktop.
Save tanyuan/6c25050f486e1504dffa356125a544bc to your computer and use it in GitHub Desktop.
MailMate (https://freron.com/) tips

MailMate Tips

Smart Mailbox that includes threads (replies or forwards by me)

  • Mailboxes: Any of All Messages
  • Conditions: All of Thread-Id (chose from Others) → is inInboxThread-Id

keybindings

Copy the MyKeyBindings.plist file into ~/Library/Application Support/MailMate/Resources/KeyBindings then type "MyKeyBindings" into the "Custom Key Bindings" field in the General section of settings.

  • shift space ($ ): select previous message
  • h j k l: vim style navigation
  • a: select current thread to view in one page
{
    "$ " = "previousMessage:";
    "k" = "previousMessage:";
    "j" = "selectNextMessageRow:";
    "l" = "expand:";
    "h" = "collapse:";
    "a" = "selectThread:";
    "m" = "archive:";
    "f" = "toggleFlag:";
    "t" = "setTag:";
}
@machbrown2
Copy link

machbrown2 commented Jan 23, 2024

Thanks for sharing ! python classes in hyderabad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment