[Users] Previous/Next Message Buttons?

Holger Berndt berndth at gmx.de
Tue Feb 11 22:31:26 CET 2014


On Di, 11.02.2014 07:05, Jim Seymour wrote:

>So... I guess there isn't any?

It seems a bit over-engineered, but you can use the Python plugin for
that. You would have to create two scripts with the content

clawsmail.get_mainwindow_action_group().get_action("View/Goto/Next").activate()

and 

clawsmail.get_mainwindow_action_group().get_action("View/Goto/Prev").activate()

You can then assign toolbar buttons to those.

Holger



More information about the Users mailing list