openMessages: |
- |
Open message(s) in separate window(s) |
newMessage: |
- |
Create new message and open composer |
reply: |
- |
Reply to selected message |
replySender: |
- |
Reply to only the sender of the selected message |
replyAll: |
- |
Reply to both sender and all recipients of the selected message |
replyList: |
- |
Reply to the mailing list of the selected message (if possible) |
forwardMessage: |
- |
Forward selected message(s) |
forwardAsAttachment: |
- |
Forward selected message as an attachment |
redirectMessage: |
- |
Redirect selected message |
moveToMailbox: |
Mailbox UUID (optional) |
Move selected messages to mailbox (or show mailbox selection window) |
moveThreadToMailbox: |
Mailbox UUID |
(not fully implemented) |
copyToMailbox: |
Mailbox UUID |
Copy selected messages to mailbox |
archive: |
- |
Shorthand for ( 'moveToMailbox:', 'archive' ) |
moveToJunk: |
- |
Shorthand for ( 'moveToMailbox:', 'junk' ) |
deleteMessage: |
- |
Shorthand for ( 'moveToMailbox:', 'trash' ) |
expungeMessage: |
- |
Delete without moving to the trash mailbox |
toggleTag: |
IMAP keyword |
Toggle an IMAP keyword (not necessarily a tag) |
setTag: |
IMAP keyword |
Set an IMAP keyword (not necessarily a tag) |
removeTag: |
IMAP keyword |
Remove an IMAP keyword (not necessarily a tag) |
toggleReadState: |
- |
Shorthand for ( 'toggleTag:', '\\Seen' ) |
toggleFlag: |
- |
Shorthand for ( 'toggleTag:', '\\Flagged' ) |
toggleMuteState: |
- |
Shorthand for ( 'toggleTag:', '$Muted' ) |
markAsJunk: |
- |
Shorthand for ( 'setTag:', '$Junk' ) — automatically clears not-junk related tags |
markAsNotJunk: |
- |
Shorthand for ( 'setTag:', '$NotJunk' ) — automatically clears junk related tags |
saveAttachments: |
- |
Display “Save Attachments” panel |
saveAttachmentsInDownloads: |
- |
Save attachments in the default downloads folder |
undo: |
- |
Undo action (moved messages or keyword changes) |
redo: |
- |
Redo action (moved messages or keyword changes) |
copyAsLink: |
- |
Put the message: URL of the currently selected message on the pasteboard. |