Re: [MlMt] move up after delete

2022-02-02 Thread Zvi Biener
That is even more elegant. Thank you. On 2 Feb 2022, at 10:23, Mark Whalley wrote: > Will this hidden preference help?? > > When moving or deleting a message MailMate automatically selects the “next” > message in the current mailbox. The definition of “next” can be controlled > using the follow

Re: [MlMt] move up after delete

2022-02-02 Thread Mark Whalley
Will this hidden preference help?? When moving or deleting a message MailMate automatically selects the “next” message in the current mailbox. The definition of “next” can be controlled using the following preference: defaults write com.freron.MailMate MmMessagesOutlineMoveStrategy -string "nex

Re: [MlMt] move up after delete

2022-02-02 Thread Zvi Biener
Super. Thank you. On 2 Feb 2022, at 9:26, Sebastian Hagedorn wrote: > On 2 Feb 2022, at 15:10, Zvi Biener wrote: > >> Does anyone know what string of characters to use to reference the delete >> key, if I wanted to rebind it in keybindings.plist? >> >> Thanks! >> >> (Context if you care: trying

Re: [MlMt] move up after delete

2022-02-02 Thread Sebastian Hagedorn
On 2 Feb 2022, at 15:10, Zvi Biener wrote: > Does anyone know what string of characters to use to reference the delete > key, if I wanted to rebind it in keybindings.plist? > > Thanks! > > (Context if you care: trying to make it delete a message and then move up the > list, as opposed to the usu

[MlMt] move up after delete

2022-02-02 Thread Zvi Biener
Hi Folks, Does anyone know what string of characters to use to reference the delete key, if I wanted to rebind it in keybindings.plist? Thanks! (Context if you care: trying to make it delete a message and then move up the list, as opposed to the usual moving down). Thanks, Zvi ___