<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
div.plaintext h1 { font-size: 1.4em; }
div.plaintext h2 { font-size: 1.2em; }
div.plaintext h3 { font-size: 1.1em; }
blockquote.embedded,div.plaintext blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote.embedded blockquote.embedded,div.plaintext blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote.embedded blockquote.embedded blockquote.embedded,div.plaintext blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
div.plaintext a { color: #3983C4; }
blockquote.embedded,div.plaintext blockquote a { color: #777777; }
blockquote.embedded blockquote.embedded,div.plaintext blockquote blockquote a { color: #999999; }
blockquote.embedded blockquote.embedded blockquote.embedded,div.plaintext blockquote blockquote blockquote a { color: #BBBBBB; }
@media (prefers-color-scheme: dark) { blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
blockquote.embedded blockquote.embedded,div.plaintext blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote.embedded blockquote.embedded blockquote.embedded,div.plaintext blockquote blockquote blockquote { border-left-color: #777777; color: #777777; }
div.plaintext a { color: #3983C4; }
blockquote.embedded,div.plaintext blockquote a { color: #BBBBBB; }
blockquote.embedded blockquote.embedded,div.plaintext blockquote blockquote a { color: #999999; }
blockquote.embedded blockquote.embedded blockquote.embedded,div.plaintext blockquote blockquote blockquote a { color: #777777; }
}
div.plaintext math[display="inline"] > mrow { padding:5px; }
div.plaintext div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="plaintext"><p dir="auto">Thanks. That works well too. I wasn't so much displeased with the way things were as curious. Thanks.</p>
<p dir="auto">On 26 Apr 2019, at 17:54, Galen Menzel wrote:</p>
</div>
<blockquote class="embedded"><style scoped>
div.markdown { white-space: normal; }
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
a { color: #3983C4; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>


<div class="markdown">
<p dir="auto">Before you start hacking the headers display, have you tried the <a href="https://manual.mailmate-app.com/hidden_preferences">hidden preference</a> that makes the attachment table show up at the top of the message? Execute this command in the terminal and restart MailMate:</p>

<pre><code>defaults write com.freron.MailMate MmShowAttachmentsFirst -bool YES
</code></pre>

<p dir="auto">This puts the attachments not in the headers, but just below them. Like this:</p>

<p dir="auto"><a href="https://drive.google.com/file/d/1XYST1J1MDRc2Lmj3Yoyl2dErajLxbFgd/view?usp=sharing">https://drive.google.com/file/d/1XYST1J1MDRc2Lmj3Yoyl2dErajLxbFgd/view?usp=sharing</a></p>

<p dir="auto">Does this fit your needs?</p>

<p dir="auto">Best,</p>

<p dir="auto">Galen</p>

<p dir="auto">On 24 Apr 2019, at 10:04, Zvi Biener wrote:</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">Thanks. Indeed, I have the paperclip and the bottom-listing displayed already. I was just curious, as the headers display is a particularly efficient way (for me) to get information. Thanks.<br>
<br>
On 24 Apr 2019, at 11:11, Randall Gellens wrote:<br>
</p>
<blockquote><p dir="auto">My apologies, I accidentally typed an invalid header field name (I typed "Attachment-Disposition" when of course I was thinking "Content-Disposition").<br>
<br>
--Randall<br>
<br>
On 24 Apr 2019, at 7:38, Randall Gellens wrote:<br>
</p>
<blockquote><p dir="auto">On 24 Apr 2019, at 5:27, Zvi Biener wrote:<br>
</p>
<blockquote><p dir="auto">Apologies for being unclear. By "headers display", I mean the set of information that you can alter through the View->Headers menu. "Attachment information" would be, well, information about attachments. Their number and names, for example.<br>
<br>
I am also skeptical that this can be accessed through the relevant plist for View->Headers, but worth asking.</p>
</blockquote><p dir="auto">There is no standardized top-level header field for attachment information.  A message with attachments has a top-level Content-Type header field of multipart; each attachment is a body part with a Content-Type header field and typically an Attachment-Disposition header field indicating if the attachment is intended to be displayed in-line versus handled as a classic attachment.  So I don't think attachment information logically belongs in the header view.<br>
<br>
However, MailMate does have options to display information about each attachment either at the top or bottom of a message.  There is also the ability to display a paperclip icon for a message with an attachment in the table of contents view.  If you right-click a message in the table of contents view, MailMate has some contextual menu items for attachments, including quick view and save.<br>
<br>
--Randall<br>
_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote><p dir="auto">_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote><p dir="auto">_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote></div>
<div class="markdown">
</div></blockquote>
<div class="plaintext"><blockquote>
</blockquote><blockquote><p dir="auto">_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote></div>

</body>
</html>