<div ><div>
<p dir="auto">On 23 Oct 2015, at 6:04, Ralph Alvy wrote:</p>

<blockquote style="border-left-color: #136BCE; border-left-style: solid; border-left-width: 2px; color: #136BCE; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">Is there a way to tell MM to use Common Headers or Body as my preferred Local Search type (in the Message List of one mailbox)? I seem to remember that this was the default for me before, but don’t remember where that was set?</p>
</blockquote>

<p dir="auto">The default for the toolbar search field is “Common Headers or Body”. It can be changed like this:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>defaults write com.freron.MailMate MmDefaultSearchScope -string "subject"
</code></pre>

<p dir="auto">If you need to clear that setting:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>defaults delete com.freron.MailMate MmDefaultSearchScope
</code></pre>

<p dir="auto">There is no way to do this on a per mailbox basis.</p>

<p dir="auto">If you mean “Edit ▸ Find ▸ Mailbox Search” (advanced search of current mailbox) then you should use “Edit ▸ Find ▸ Use as Default Search”).</p>

<p dir="auto">-- <br>
Benny</p>

</div></div>