[MlMt] Export conversations?

2017-04-05 Thread Robert M. Münch
Hi, I would like to export complete conversations, correspondences, search results where the filename is build up of the email data: -mmm-dd-hh-mm-ss_subject so I can sort these emails. Is this possible? -- Robert M. Münch, CEO M: +41 79 65 11 49 6 Saphirion AG smarter | better | faster

[MlMt] Export conversations?

2017-04-05 Thread Zak McClellan
This may not be exactly what you are looking for, but it’s close: defaults write com.freron.MailMate MmFilenameFormatString -string '${#date/(\S*) (\d\d):(\d\d):(\d\d).*/$1_$2-$3-$4/} - [${from.name:${from.address}}] - ${subject}.eml' This is typed/copied to a Terminal command line, and retur