<div class="markdown">
<p>On 8 May 2012, at 21:34, Niels Kobschätzki wrote:</p>

<blockquote>
<p>I defined in my Keybindings-file the following:</p>

<pre><code>&quot;x&quot; = (&quot;moveToMailbox:&quot;, &quot;TRASH&quot;);
</code></pre>
</blockquote>

<p>A minor thing, but you should use <code>trash</code> instead of <code>TRASH</code>. The difference is subtle. The lowercase variant is what you want, the uppercase variant is the smart mailbox in the GUI for the universal mailbox for “Deleted Messages”. (But apparently both work.)</p>

<blockquote>
<p>with that I want to move a single mail to the trash-folder of the imap-source which contains the mail (aka what backspace does but x is easier to reach). But the definition above moves the whole thread to the trash and not only a single mail.<br>
Bug or feature? How would I move a single mail?</p>
</blockquote>

<p>It should do the same as when you hit backspace, that is, if the thread is collapsed then it moves the whole thread and if it is expanded then only the selected message is moved. Is this not what you see?</p>

<hr>

<p>Benny</p>

</div>