MsgFiler
  • Welcome
  • Why MsgFiler?
  • The History of MsgFiler
  • System Requirements
  • Buy MsgFiler
    • Freemium Mode
    • Thoughts on Subscriptions
  • Onboarding
    • Accessibility
    • MsgFiler Shortcut
    • Filing Script
    • Gmail
    • Automation
    • Subscribe or Purchase
    • Completion
  • Using MsgFiler
    • MsgFiler Shortcut
    • Filing Messages
    • Keyboard Shortcuts
    • Favorite Mailboxes
    • Recent Mailboxes
    • Mail Navigation
    • Action Menu
    • Creating New Mailboxes
    • MsgFiler Filing Script
      • Why a Separate Script?
    • Focused Filing
  • Settings
    • General
    • Search
    • Filing
      • Account-Specific Settings
    • Focus
    • Advanced
    • Shortcuts
    • License
    • Support
    • About
  • AppleScript
    • Properties
    • Commands
  • Shortcuts
    • File Messages
    • Find Account
    • Find Mailbox
    • Get MsgFiler Setting
    • Get Selected Email
    • New Mailbox
    • Set Focused Filing
    • Set MsgFiler Setting
    • Set Search Query
    • Show Mailbox
  • Support
    • Support for MsgFiler 4
      • Troubleshooting
      • Mac App Store vs. Direct Download
      • Version History
    • Support for MsgFiler 3
    • Support for MsgFiler Engine
      • Download MsgFiler Engine
      • Installing the Engine
      • Accessibility and Automation
      • Removing the Engine
      • Troubleshooting
      • Version History
    • Support for MsgFiler Classic
      • Download MsgFiler Classic
      • Installing the Classic Plug-In
      • Removing the Classic Plug-In
      • Migrating to MsgFiler 4
      • Purchasing MsgFiler Classic
      • Troubleshooting
      • Version History
    • Product Comparison
  • Submit a Question
  • Testimonials
  • Blog
  • Social Media
  • Privacy Policy and EULA
Powered by GitBook
On this page
  1. AppleScript

Properties

You can access the following properties in MsgFiler 4 using AppleScript.

  • keep open after filing (boolean): If true, MsgFiler 4 stays open after filing. If false, it closes.

  • mark messages as read (boolean): If true, messages are marked as read when filing. If false, the read status is not changed.

  • move selection down after filing (boolean): If true, moves the selection down after a message is filed. If false, moves the selection up. This setting is ignored when Gmail messages are filed if the MsgFiler Filing Script is active.

  • beep after filing (boolean): If true, plays a sound after filing.

  • focus on search on activation (boolean): If true, returns focus to the search field on activation of app.

  • case sensitive (boolean): If true, searches are case-sensitive; otherwise they aren't.

  • selected accounts only (boolean): If true, mailbox searches will be performed only over accounts of the currently selected messages.

  • mailbox name only (boolean): If true, mailbox searches will be performed only on the mailbox name and not the full path.

  • label filed messages (integer): Labels filed messages. Specify -1 to 6.

  • flag filed messages (integer): Flags filed messages. Specify -1 to 6.

  • display filed count (boolean): If true, the total number of messages filed will be displayed.

  • filed count (integer, r/o): The total number of messages filed.

  • archive gmail messages before filing (boolean): If true, MsgFiler 4 tries to archive Gmail messages before filing.

  • selected mailbox name (text, r/o): The name of the currently selected mailbox.

  • selected mailbox path (text, r/o): The path of the currently selected mailbox.

  • selected mailbox account (text, r/o): The account of the currently selected mailbox.

  • focused filing opacity (number): The opacity of the Filing Focus overlay.

  • focused filing animation duration (number): The duration of the Filing Focus activation animation.

  • focused filing on all screens (boolean): If true, Filing Focus when active dims all screens connected to the Mac.

  • focused filing resume (boolean): If true, resumes Focused Filing when returning to MsgFiler 4 and Mail.

  • mailboxes loading percentage (number): Used internally to display progress of reloading mailboxes.

PreviousAppleScriptNextCommands

Last updated 2 months ago