[imp] Compose focus, Auto-select message, and Sending hotkey

Simon Brereton simon.buongiorno at gmail.com
Thu Jul 19 15:09:47 UTC 2012


On 19 July 2012 11:04, Michael Wing <marsfurrycreature at gmail.com> wrote:
>> >> 2. When I click on the Inbox, I would like for the top-most message to
>> >> be
>> >> selected automatically, so that "No Messages selected" doesn't appear.
>> >>  Instead, the selected message will appear.
>>
>> Actually, this would be standard client behaviour - at least for all
>> the clients I've ever used.
>>
>> I wonder also if the OP is using the vertical layout - because it's
>> much more of a bugbear there than it is in the vertical one.
>>
>
> Yes, I am using the vertical layout.  This hack seems to do what I want:
>
> Replace this line:
>
> return this.go('mbox', li.retrieve('mbox'));
>
> with this:
>
> this.go('mbox', li.retrieve('mbox'));
> this.moveSelected(1, true);
> return;
>
> In the file imp/js/dimpbase.js

Could you do it as a patch file?

Cheers

Simon


More information about the imp mailing list