Discussion:
[MlMt] Prevent displaying content of multiple messages?
Michael Hucka
2018-10-24 16:52:19 UTC
Permalink
I use the "widescreen" layout in MailMate. When I select a single
message in the message list, the message view pane displays the message
header and body. However, when I select multiple messages in the
message list pane, MailMate displays the bodies of multiple messages.
This wouldn't be a problem except that if select a whole bunch of
messages, MailMate still does that, and becomes sluggish and even hangs
for a time [1], probably because it's working hard at formatting the
different messages bodies.

Is there a setting that would let me prevent this behavior, i.e., make
it so that if more than one message is selected, it won't attempt to
display multiple bodies?

[1] On a 4-core, 4.2 Ghz iMac 2017 with 32 GB RAM, so not for lack of
computing resources.

Best regards,
MH
--
Mike Hucka, Ph.D. -- ***@caltech.edu --
http://www.cds.caltech.edu/~mhucka
Dept. of Computing + Mathematical Sciences, California Institute of
Technology
p***@posteo.net
2018-10-24 16:55:37 UTC
Permalink
I asked for this some time ago. Put this in terminal. Works like a
charm!
defaults write com.freron.MailMate MmMaximumMessagesDisplayed -integer
1
I use the "widescreen" layout in MailMate. When I select a single
message in the message list, the message view pane displays the
message header and body. However, when I select multiple messages in
the message list pane, MailMate displays the bodies of multiple
messages. This wouldn't be a problem except that if select a whole
bunch of messages, MailMate still does that, and becomes sluggish and
even hangs for a time [1], probably because it's working hard at
formatting the different messages bodies.
Is there a setting that would let me prevent this behavior, i.e., make
it so that if more than one message is selected, it won't attempt to
display multiple bodies?
[1] On a 4-core, 4.2 Ghz iMac 2017 with 32 GB RAM, so not for lack of
computing resources.
Best regards,
MH
--
http://www.cds.caltech.edu/~mhucka
Dept. of Computing + Mathematical Sciences, California Institute of
Technology
_______________________________________________
mailmate mailing list
https://lists.freron.com/listinfo/mailmate
Michael Hucka
2018-10-24 17:15:36 UTC
Permalink
Ah, fabulous, that did it. Thanks!

MH
Post by p***@posteo.net
I asked for this some time ago. Put this in terminal. Works like a
charm!
defaults write com.freron.MailMate MmMaximumMessagesDisplayed
-integer 1
I use the "widescreen" layout in MailMate. When I select a single
message in the message list, the message view pane displays the
message header and body. However, when I select multiple messages in
the message list pane, MailMate displays the bodies of multiple
messages. This wouldn't be a problem except that if select a whole
bunch of messages, MailMate still does that, and becomes sluggish and
even hangs for a time [1], probably because it's working hard at
formatting the different messages bodies.
Is there a setting that would let me prevent this behavior, i.e.,
make it so that if more than one message is selected, it won't
attempt to display multiple bodies?
[1] On a 4-core, 4.2 Ghz iMac 2017 with 32 GB RAM, so not for lack of
computing resources.
Best regards,
MH
--
http://www.cds.caltech.edu/~mhucka
Dept. of Computing + Mathematical Sciences, California Institute of
Technology
_______________________________________________
mailmate mailing list
https://lists.freron.com/listinfo/mailmate
_______________________________________________
mailmate mailing list
https://lists.freron.com/listinfo/mailmate
Ian Petersen
2018-10-24 18:25:58 UTC
Permalink
John,
What does "put this in terminal" mean?
Open the *Terminal* App (in Applications > Utilities) and enter the
relevant command - in this case ‘defaults write com.freron.MailMate
MmMaximumMessagesDisplayed -integer 1’ - then press enter.

Cheers
Ian

Loading...