[MlMt] Feature Request: Sticky Headers in Mail Preview / Mail Details View

2023-02-01 Thread Michael Nietzold

Where:
- Mail Preview
- Mail Details View

What I see:
- When I scroll the message (with mouse or with space) the header 
scrolls also and get out of view


What I like:
- The header should stay in place and only the message body should 
scroll



Settings:
- implement this as an option, so that a user can decide how he like it___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Zoom in/out in Message Detail

2023-02-01 Thread Michael Nietzold

Thx for the info - for me this is also fixed now.

I am at #5939 now


On 16 Nov 2022, at 22:28, John Cooper wrote:

I can’t reproduce this behavior in 5927. Try updating to the latest 
test version.


Michael Nietzold wrote (at 12:34 PM on Wednesday, November 16, 2022):


Where:

- i see a message in the 3 pane "preview" window
- or i doble click and open the message details view


what i do:
- i try zoom with cmd+'+' / cmd+'-'


what i see:
- i see a zoom level tooltup in the right top corner

- in Message preview
- the message body is zoomed in/out
- im Message detail popup windo
- just the mail headers are zoomed in and zoomed out
- the message it self is untouched

what i expect:
- in message popup window: that the message body also zoomed in and 
zoomed out with the given zoom level





Mail Mate Version: Version 1.14 (5880)


___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Mailbox Name Format

2023-02-01 Thread Michael Nietzold
I assume that you select in "Submailbox for each unique value of" to 
"Date > Day" to get it grouped on daily basis


You get is displayed as:

-mm-dd
2023-01-23


There are some modifiers for date like:

 `${#date.day}` -> `2023-01-23`
 `${#date.month}` -> `2023-01`
 `${#date.year}` -> `2023`

But I did not find something like ~~`${#date.dd}`~~ or 
~~`${#date.mm.dd.yy}`~~



But you can do it with a regex:

`${#date/((\d{4})-(\d{2})-(\d{2}).*)/$3\/$4\/$2/}`

Whitch result in:
`mm/dd/`
`01/03/2023`


I hope this helps - maybe there a other formatters for date - but I can 
not find them :/



On 28 Jan 2023, at 5:20, RANDY ABBOTT wrote:

What is the syntax for creating a custom mailbox name when creating 
Submailboxes? I want the format mm/dd/yy but I don't know how that 
translates to the syntax ${#date.xxx}


___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] counter colors

2023-02-01 Thread Jolin Warren

On 24 Jan 2023, at 4:53, John Cooper wrote:
I also occasionally use a Mac app called "Prefs Editor" to browse and 
edit a .plist file. It's still available at 
http://apps.tempel.org/PrefsEditor/.


Using Prefs Editor is actually the only reliable way to edit plist 
contents without using the `defaults` terminal command. Although BBEdit 
can open plist files (including binary ones), this is primarily useful 
for inspecting them. As described on the Prefs Editor page, MacOS uses a 
caching system for plist values that makes editing the plist files 
directly unreliable:


Mac OS X 10.8 introduced a caching system for app preferences 
("cfprefsd"). While this probably increases performances for apps, it 
makes it harder for developers to manipulate preference values quickly 
for testing, because making changes directly to the plist files in the 
~/Library/Preferences folder does not work any more with editors such 
as "Property List Editor.app" and the similar editor in Xcode. As of 
now (Dec 14, 2013), the only way to edit such preferences is by using 
the "defaults" command, which is rather difficult to use once it comes 
to editing dict or array entries.


So if you want to play around with adjusting the counter colours, I 
highly recommend downloading and using Prefs Editor.


--
=> Jolin
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate