<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 4 Oct 2016, at 11:38, Robert Booth wrote:</p>

<blockquote style="border-left:2px solid #136BCE; color:#136BCE; margin:0 0 5px; padding-left:5px">
<p dir="auto">Hello Mailmate</p>

<p dir="auto">I am looking for a method of listing all of the messages in a MailBox, the mail box happens to be a Smart Mail box with conditions applied.</p>

<p dir="auto">What I need is a print out or copy the list of the mail messages, a summary of the messages not the messages themselves.</p>

<p dir="auto">This is the combo box displaying the list of the messages, it includes the new flag, flag field, From, Subject, Date Received or any other fields that are selected for display.</p>

<p dir="auto">Note that I have searched the Mailmate list archive and have not found an answer to my question.</p>

<p dir="auto">Is it possible to get this list in a text format?</p>
</blockquote>

<p dir="auto">There is a (very?) hack-y way of getting what you want, or almost what you want. It should be good enough if this is a one-off thing you need to do, but it won't be a good solution if you need to do this often, or if the unread and flagged fields are critical to you.</p>

<p dir="auto">First, install the Visualize bundle (which you can do from the Preferences window ➝ Bundles pane).</p>

<p dir="auto">Once it's installed, go to the mailbox you want to list, disable Organize by Thread (otherwise messages 'nested' under the thread won't be included) and turn off thread arcs if they're on (to make things go faster).</p>

<p dir="auto">Select all messages (say, with Command-a), then click on Command menu ➝ Visualize ➝ Emails by time.</p>

<p dir="auto">What happens next is that MailMate will open a Safari window with some visualizations of the emails you selected. You're not actually interested in the visualizations, you're interested in the url in Safari. If you look at the end of the url, you'll find a path to a csv file that the plugin is using to make plots. For example:</p>

<pre style="background-color:#E4E4E4; border:thin solid gray; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#E4E4E4"><code>.../var/folders/0l/kq0tjm3x4sq65wlwpwz5y7gc0000gn/T//com.freron.MailMate.Visualize.csv
</code></pre>

<p dir="auto">You can open that path and find the csv file. The file has name, email, subjectLine, mailer, and localDateTime fields information for the emails you listed.</p>

<p dir="auto">Like I said, a hack-y way.</p>

<p dir="auto">I hope this helps. If I'm missing a much easier way of doing this, then it would be great if someone shared it.</p>

<p dir="auto">Sherif</p>
</div>
</div>
</body>
</html>