Closed nickreich closed 8 years ago
FWIW - When I choose to organize by sender, the graphics are created and look good.
Thank you for reporting this (and thank you for trying the bundle). I tried what you described (select a bunch of emails in Sent, and then ^T
for "Emails by time") and couldn't reproduce the problem -- plots worked fine for me.
A few questions:
It's possible there is one (or several) email(s) that are causing the issue, or it could be a more general MailMate issue related to localizations or something similar. I'll bring this thread to the attention of Benny, the developer, in case he has any insight.
Sorry about the late reply. It does look strange that all of the emails fail to get a local date. It might be worth trying to replace #date.#local
with just #date
to see if any dates then come through. And if they do I'd like to know the location of nickreich such that I can try to reproduce it.
Yup, I tried selecting several small batches of recent emails and none had any localDateTime entries. I'm not sure how to change the field name in the code for the visualize module as freron suggests. (assuming the suggestion was just to do it locally on my machine?) Is that something that I could do by hand without blowing up MailMate? I'd be happy to try if so.
Yes, as a quick hack, you can replace this file:
~/Library/Application\
Support/MailMate/Managed/Bundles/Visualize.mmbundle/Commands/byTime.mmCommand
With the following text content:
{ command = "#!/bin/bash\n\"${MM_BUNDLE_SUPPORT}/bin/display\"
byTime\n";
executionMode = "multipleMessages";
formatString =
"\"${from.name:?${from.name/\"/\"\"/g}:${from.address/\"/\"\"/g}}\",\"${from.address/\"/\"\"/g}\",\"${subject/\"/\"\"/g}\",\"${#mailer.name/\"/\"\"/g}\",${#date},1";
input = "formatted";
keyEquivalent = "^t";
name = "Emails by time";
uuid = "82B369F4-7281-4C55-93C3-71779ACBB432";
}
I've just changed #date.#local
to #date
.
@nickreich The latest update to the plugin through the MailMate app should now automatically exclude emails missing date headers. Let me know if you still run into any trouble.
This looks like a sweet new tool for visualizing my email data. I tried to use the Visualize bundle but the data seems to have not exported right from MailMate. I installed Visualize, highlighted a bunch of sent emails, and chose the "visualize by time" from the Command menu. The following screen pops up in Safari:
I checked the csv file that the url suggests the data is coming from and I noticed that the localDateTime column is not populated:
Is this due to a local setting in my version of MailMate? I'm using Version 1.9.1 (5084) on a MacBook Pro running OS X 10.9.5.