commit 0d8d1accadd90c4f83d6f9be63d3057ccf4aab5a parent b7c982e4d184e08975ed1b5036979479be5b0321 Author: Yohanes Bandung <hi@ybbond.dev> Date: Sun, 7 Jun 2020 18:56:30 +0700 mailmate config change tab to spaces Diffstat:
| M | Library/Application Support/MailMate/Resources/Layouts/Mailboxes/correspondence-arcs-widescreen.plist | | | 386 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
1 file changed, 193 insertions(+), 193 deletions(-)
diff --git a/Library/Application Support/MailMate/Resources/Layouts/Mailboxes/correspondence-arcs-widescreen.plist b/Library/Application Support/MailMate/Resources/Layouts/Mailboxes/correspondence-arcs-widescreen.plist @@ -1,198 +1,198 @@ { - name = "Correspondence Arcs (Widescreen)"; - rootViewer = - { - viewerType = "MmSplitView"; - orientation = "horizontal"; - children = - ( - { - // Mailboxes sidebar - viewerType = "MmBoxView"; - orientation = "vertical"; - defaultSize = 200; - minWidth = 100; - autoresize = 0; - toggleMenuTitle = "Mailboxes"; - toggleKeyEquivalent = "^~@d"; + name = "Correspondence Arcs (Widescreen)"; + rootViewer = + { + viewerType = "MmSplitView"; + orientation = "horizontal"; + children = + ( + { + // Mailboxes sidebar + viewerType = "MmBoxView"; + orientation = "vertical"; + defaultSize = 200; + minWidth = 100; + autoresize = 0; + toggleMenuTitle = "Mailboxes"; + toggleKeyEquivalent = "^~@d"; - dragRect = { width = 16.0; height = 16.0; location = "bottomRight"; }; + dragRect = { width = 16.0; height = 16.0; location = "bottomRight"; }; - children = - ( - { - identifier = "mailboxesOutline"; - viewerType = "MmMailboxesOutlineView"; - stickyMessages = 1; - }, - { - viewerType = "MmMailboxesStatusBar"; - }, - ); - }, - { - // Main window view - // Split the entire window vertically to separate sidebar from mailbox view - viewerType = "MmSplitView"; - orientation = "horizontal"; - // collapsibleSubview = 2; // Incomplete support -- no way to get it back (1 = first, 2 = last) - children = - ( - { - // Top of main view - identifier = "pathOutlineBox"; - viewerType = "MmBoxView"; - orientation = "vertical"; - defaultSize = 1000; - autoresize = 0; - children = - ( - { - identifier = "pathControl"; - viewerType = "MmPathControlView"; - sources = ( { sourceIdentifier = "mailboxesOutline"; } ); - }, - { - viewerType = "MmSeparatorView"; showWithViews = ( "pathControl" ); - }, - { - viewerType = "MmSplitView"; - minHeight = 50; - orientation = "vertical"; - children = - ( - { - // Message list - viewerType = "MmBoxView"; - orientation = "vertical"; - defaultSize = 800; - minWidth = 500; - autoresize = 0; - children = - ( - { - viewerType = "MmLabelView"; - // TODO: Make label state current mailbox - label = "Messages"; - }, - { viewerType = "MmSeparatorView"; }, - { - identifier = "mainOutline"; - viewerType = "MmMessagesOutlineView"; - /* columnSettings = "outlineColumns"; */ - sources = ( { sourceIdentifier = "pathControl"; } ); - }, - ); - }, - { - // Correspondence view - viewerType = "MmBoxView"; - orientation = "vertical"; - defaultSize = 300; - minWidth = 300; - autoresize = 0; - children = - ( - { - viewerType = "MmLabelView"; - label = "Correspondence"; - }, - { viewerType = "MmSeparatorView"; }, - { - identifier = "correspondenceOutline"; - viewerType = "MmMessagesOutlineView"; - minWidth = 100; - sources = ( { sourceIdentifier = "mainOutline"; } ); - selectionSources = ( { sourceIdentifier = "mainOutline"; } ); - // FIXME: The transformation does not work 'per' message, i.e., it tries to combine any 'from' with any 'to' in $mainOutline. - transformation = "$ALL_MESSAGES.filter((from.address = $mainOutline.from.address and #recipient.address = $mainOutline.#recipient.address) or (from.address = $mainOutline.#recipient.address and #recipient.address = $mainOutline.from.address))"; - defaultColumns = ( "subject", "relativeDate" ); - outlineColumn = "subject"; - }, - ); - toggleMenuTitle = "Correspondence View"; - toggleKeyEquivalent = "^~@c"; - }, - ); - }, - ); - }, - { - viewerType = "MmSplitView"; - minHeight = 50; - orientation = "horizontal"; - children = - ( - { - // Thread arcs view - viewerType = "MmThreadArcsView"; - sources = ( { sourceIdentifier = "mainOutline"; } ); - selectionSources = ( { sourceIdentifier = "mainOutline"; } ); - transformation = "$ALL_MESSAGES.filter(#thread-id =[c] $mainOutline.#thread-id)"; - minWidth = 10; - defaultSize = 10; - orientation = "vertical"; - toggleMenuTitle = "Thread Arc View"; - toggleKeyEquivalent = ""; - }, - ); - }, - { - // Bottom of main view - // Split the main window horizontally to separate messages from message list - viewerType = "MmSplitView"; - orientation = "vertical"; - children = - ( - { - // Email view - viewerType = "MmBoxView"; - orientation = "vertical"; - children = - ( - { - identifier = "headersView"; - viewerType = "MmHeadersView"; - sources = ( { sourceIdentifier = "correspondenceOutline"; } ); - inject = ( "headersFormatting.plist" ); - }, - { viewerType = "MmSeparatorView"; showWithViews = ( "headersView" ); }, - { - identifier = "tagsEditor"; - viewerType = "MmTagsEditor"; - sources = ( { sourceIdentifier = "correspondenceOutline"; } ); - }, - { viewerType = "MmSeparatorView"; showWithViews = ( "tagsEditor" ); }, - { - identifier = "blockingView"; - viewerType = "MmImageBlockingView"; - sources = ( { sourceIdentifier = "correspondenceOutline"; } ); - transformation = "$correspondenceOutline.filter(##blocked-count exists)"; - }, - { viewerType = "MmSeparatorView"; showWithViews = ( "blockingView" ); }, - { - identifier = "securityView"; - viewerType = "MmSecurityView"; - sources = ( { sourceIdentifier = "correspondenceOutline"; } ); - transformation = "$correspondenceOutline.filter(##security-problem exists)"; - }, - { viewerType = "MmSeparatorView"; showWithViews = ( "securityView" ); }, - { - identifier = "messageView"; - viewerType = "MmWebView"; - sources = ( { sourceIdentifier = "correspondenceOutline"; } ); - minWidth = 175; - minHeight = 50; - }, - ); - } - ); + children = + ( + { + identifier = "mailboxesOutline"; + viewerType = "MmMailboxesOutlineView"; + stickyMessages = 1; + }, + { + viewerType = "MmMailboxesStatusBar"; + }, + ); + }, + { + // Main window view + // Split the entire window vertically to separate sidebar from mailbox view + viewerType = "MmSplitView"; + orientation = "horizontal"; + // collapsibleSubview = 2; // Incomplete support -- no way to get it back (1 = first, 2 = last) + children = + ( + { + // Top of main view + identifier = "pathOutlineBox"; + viewerType = "MmBoxView"; + orientation = "vertical"; + defaultSize = 1000; + autoresize = 0; + children = + ( + { + identifier = "pathControl"; + viewerType = "MmPathControlView"; + sources = ( { sourceIdentifier = "mailboxesOutline"; } ); + }, + { + viewerType = "MmSeparatorView"; showWithViews = ( "pathControl" ); + }, + { + viewerType = "MmSplitView"; + minHeight = 50; + orientation = "vertical"; + children = + ( + { + // Message list + viewerType = "MmBoxView"; + orientation = "vertical"; + defaultSize = 800; + minWidth = 500; + autoresize = 0; + children = + ( + { + viewerType = "MmLabelView"; + // TODO: Make label state current mailbox + label = "Messages"; + }, + { viewerType = "MmSeparatorView"; }, + { + identifier = "mainOutline"; + viewerType = "MmMessagesOutlineView"; + /* columnSettings = "outlineColumns"; */ + sources = ( { sourceIdentifier = "pathControl"; } ); + }, + ); + }, + { + // Correspondence view + viewerType = "MmBoxView"; + orientation = "vertical"; + defaultSize = 300; + minWidth = 300; + autoresize = 0; + children = + ( + { + viewerType = "MmLabelView"; + label = "Correspondence"; + }, + { viewerType = "MmSeparatorView"; }, + { + identifier = "correspondenceOutline"; + viewerType = "MmMessagesOutlineView"; + minWidth = 100; + sources = ( { sourceIdentifier = "mainOutline"; } ); + selectionSources = ( { sourceIdentifier = "mainOutline"; } ); + // FIXME: The transformation does not work 'per' message, i.e., it tries to combine any 'from' with any 'to' in $mainOutline. + transformation = "$ALL_MESSAGES.filter((from.address = $mainOutline.from.address and #recipient.address = $mainOutline.#recipient.address) or (from.address = $mainOutline.#recipient.address and #recipient.address = $mainOutline.from.address))"; + defaultColumns = ( "subject", "relativeDate" ); + outlineColumn = "subject"; + }, + ); + toggleMenuTitle = "Correspondence View"; + toggleKeyEquivalent = "^~@c"; + }, + ); + }, + ); + }, + { + viewerType = "MmSplitView"; + minHeight = 50; + orientation = "horizontal"; + children = + ( + { + // Thread arcs view + viewerType = "MmThreadArcsView"; + sources = ( { sourceIdentifier = "mainOutline"; } ); + selectionSources = ( { sourceIdentifier = "mainOutline"; } ); + transformation = "$ALL_MESSAGES.filter(#thread-id =[c] $mainOutline.#thread-id)"; + minWidth = 10; + defaultSize = 10; + orientation = "vertical"; + toggleMenuTitle = "Thread Arc View"; + toggleKeyEquivalent = ""; + }, + ); + }, + { + // Bottom of main view + // Split the main window horizontally to separate messages from message list + viewerType = "MmSplitView"; + orientation = "vertical"; + children = + ( + { + // Email view + viewerType = "MmBoxView"; + orientation = "vertical"; + children = + ( + { + identifier = "headersView"; + viewerType = "MmHeadersView"; + sources = ( { sourceIdentifier = "correspondenceOutline"; } ); + inject = ( "headersFormatting.plist" ); + }, + { viewerType = "MmSeparatorView"; showWithViews = ( "headersView" ); }, + { + identifier = "tagsEditor"; + viewerType = "MmTagsEditor"; + sources = ( { sourceIdentifier = "correspondenceOutline"; } ); + }, + { viewerType = "MmSeparatorView"; showWithViews = ( "tagsEditor" ); }, + { + identifier = "blockingView"; + viewerType = "MmImageBlockingView"; + sources = ( { sourceIdentifier = "correspondenceOutline"; } ); + transformation = "$correspondenceOutline.filter(##blocked-count exists)"; + }, + { viewerType = "MmSeparatorView"; showWithViews = ( "blockingView" ); }, + { + identifier = "securityView"; + viewerType = "MmSecurityView"; + sources = ( { sourceIdentifier = "correspondenceOutline"; } ); + transformation = "$correspondenceOutline.filter(##security-problem exists)"; + }, + { viewerType = "MmSeparatorView"; showWithViews = ( "securityView" ); }, + { + identifier = "messageView"; + viewerType = "MmWebView"; + sources = ( { sourceIdentifier = "correspondenceOutline"; } ); + minWidth = 175; + minHeight = 50; + }, + ); + } + ); - toggleMenuTitle = "Message View"; - toggleKeyEquivalent = "^~@h"; - }, - ); - }, - ); - }; + toggleMenuTitle = "Message View"; + toggleKeyEquivalent = "^~@h"; + }, + ); + }, + ); + }; }