<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Thanks Benny, you are right, I don’t want to <em>always</em> go to that mailbox. I realise that if this becomes the default behavior, it won’t be ideal either. In fact what I would need are 2 separate shortcuts to move messages  : one that works as currently, and a second one that opens the mailbox used to move my message. Since no other user seems to be fascinated by my request, please just forget about it, I guess you have more important modifications to implement. </p>

<p dir="auto">However I will implement your final suggestion to at least improve the behavior for my most frequently used mailboxes. </p>

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

<p dir="auto">On 21 Jul 2019, at 14:17, Benny Kjær Nielsen wrote:</p>

</div>
<div style="white-space:normal"></div>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div id="C1197E20-C212-4521-B973-BA0276129A7B">

<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 24 Jun 2019, at 18:13, Alain Israel wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">« Move to mail box » (very handy). I suspect the order of appearance is the most recently opened? Can it be modified?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">No, but MailMate learns any abbreviation you might use to get to a specific mailbox. In other words, MailMate can “learn” that “mm” means some “MailMate” IMAP mailbox.</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Currently I use »move to mailbox », then « go to (*same*) mailbox », which is a bit redundant, despite the fact that I have keyboard shortcuts for each. Anything that would streamline this would be appreciated.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">But you don't want to <em>always</em> go to the mailbox I guess.</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">Or maybe “Go to Mailbox” (⌘T) should, maybe optionally, always default to the location of the moved-to mailbox if that was the most recent action.</p>
</blockquote><p dir="auto">Is this feasible?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Such a feature does not exist, but it could be implemented. MailMate could probably just review the undo-stack to find the information. It could even display the X most recently used mailboxes for “Move to” actions.</p>

<p dir="auto">Would such a feature solve your use case? In most cases you would then need to hit ⌘T followed by enter to go to the mailbox. It seems more flexible since you then control when to do so instead of being forced after every move. It should, possibly, even be default behavior.</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">In fact I don’t, as I have too many mailboxes.  But I am curious : how can you define a key binding to move to a specific mailbox?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Select the mailbox in MailMate and use ⌘C to puts its identifier on the pasteboard.</p>

<p dir="auto">Then create a key binding like this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">"m" = ( "moveToMailbox:", "identitifer" );
</code></pre>

<p dir="auto">You can also move relative to the IMAP account of the selected message:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">g = ( "moveToMailbox:", "/Special");
</code></pre>

<p dir="auto">That would move an email to a mailbox named “Special” in the same account as the email.</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#3983C4">https://freron.com/become_a_mailmate_patron/</a></p>
</div>
</div></div></blockquote>
<div style="white-space:normal">
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
</blockquote><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#777">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote></div>
<div style="white-space:normal">
</div>
</div>
</body>
</html>