On 19 July 2012 11:04, Michael Wing <marsfurrycreat...@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 -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org