New in MsgFiler 4.3.0: Smart Suggestions, Quick File, and More

MsgFiler 4.3.0 brings a fresh boost to your filing workflow in Apple Mail. With smart mailbox suggestions, new ways to file messages faster, and more flexibility in how you use the app, this release is all about saving time and reducing friction.

MsgFiler 4.3.0 is now available on the Mac App Store and Gumroad.

Continue reading New in MsgFiler 4.3.0: Smart Suggestions, Quick File, and More

Coming Soon: Smart Suggestions and Quick File

Update October 1, 2025: Beta 10 of MsgFiler 4.3.0 is available for testing. See details below.


As I work on isolating the reload mailboxes issue in MsgFiler 4.2.0, I wanted to give MsgFiler customers a sneak peak at what’s coming in the next release. Since its launch in 2006, MsgFiler has relied on you knowing exactly which mailbox you wanted to file your messages into. Customers have long requested the ability for MsgFiler to auto-suggest mailboxes. I thought it was a great idea too, but I wasn’t sure if I knew enough about machine learning and AI techniques to incorporate it into the app.

Until now.

I’m happy to announce Smart Suggestions, an upcoming feature in MsgFiler 4.3.0. Smart Suggestions analyzes your past filing activity and automatically recommends the most likely mailbox or mailboxes where your selected message(s) belong. The predictions are made entirely on your Mac — no data ever leaves your computer.

Continue reading Coming Soon: Smart Suggestions and Quick File

MsgFiler 4.2.0’s new mailbox reloading algorithm

Beta users of macOS 26 Tahoe over the summer were reporting MsgFiler 4.1.5 was much slower at reloading mailboxes—especially those with hundreds or thousands of them. I confirmed this during testing, and the slowdown was significant compared to the same app running on macOS 15 Sequoia.

Continue reading MsgFiler 4.2.0’s new mailbox reloading algorithm

Bridging Finder and Mail folders using MsgFiler and Shortcuts

In a recent support session, a customer shared a challenge: he needed a way to seamlessly connect his meticulously organized Finder folders, online project data, and macOS Mail mailboxes. By the end of our conversation, we created a practical shortcut that does just that — no mouse required. In this post, I’ll show you how we built this solution and how you can use it to save time and stay organized.

Continue reading Bridging Finder and Mail folders using MsgFiler and Shortcuts

Fix MsgFiler 4’s Random Quitting on macOS

A MsgFiler user pointed me to a possible fix for the random quitting phenomenon that some users have been experiencing. As I mentioned in my original post, I had not been seeing this. It has been very difficult for me to reproduce the problem on my machines. Several people have been testing this solution, and it seems to be working.

Automatic termination on macOS

Automation termination of inactive apps has been a part of macOS since OS X Lion. The feature originated on iOS. It was designed to free up computing resources on the memory-constrained, portable devices. For many users, this can be a good thing, as users don’t have to fuss around with quitting unused applications. MsgFiler, on the other hand, relies on being available at the press of its keyboard shortcut when in Mail. So, we don’t want macOS to quit it whenever it goes inactive.

Here are some more links I came across when investigating this problem:

Here are two ways to disable automatic termination of apps on macOS. The first targets just MsgFiler 4. The second method shows you how to disable it for all applications on your Mac.

Disabling automation termination of MsgFiler 4

  1. Open Terminal.
  2. Type the following command and press Return:

    defaults write com.atow.MsgFiler4 NSDisableAutomaticTermination -bool yes
  3. Restart your computer for the changes to take effect.

The command above will just target the MsgFiler 4 application and prevent it from being automatically terminated by macOS.

Disabling automation termination of all apps

To disable Automatic Termination of all apps on macOS, follow these steps:

  1. Open Terminal.
  2. Type the following command and press Return.

    defaults write -g NSDisableAutomaticTermination -bool yes
  3. Restart your computer for the changes to take effect.

Try it out and report back

For reasons I still don’t fully understand, it seems that some users’ machines are configured in a way that causes MsgFiler 4 to be affected by the automatic termination policy. Others, like myself, have not encountered this issue. I have been developing MsgFiler 4 on a 14” M2 Max MacBook Pro without migrating any data from a previous Mac. I would expect automatic termination to be enabled by default, but I have not experienced the bug so far. I would be interested in hearing from users whose machines were affected, particularly whether they had migrated data from a previous macOS installation or if their machine was newly configured out of the box.

If you’ve been experiencing the issue where MsgFiler 4 randomly quits throughout the day, try one of the two methods mentioned above. Let us know in the comments below if this has permanently resolved the problem for you!