# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.msgfiler.com/applescript/properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
