alternative behaviour
|
|
Hey there, from what I understand you're simulating a click on each previous/next item, wouldn't it be faster to simulate key presses that dont require the item to be expanded? Pressing 'n' to select the next item and m to mark it as read until the item == current? |
|
|
ok forget it, m toggles read status. |
|
|
It is possible to determine the read status by looking at the CSS styles, so what you say makes sense. Let me see if I can modify this to do what you mentioned. Thanks,
|