[Evolution] Adding a toolbar item. F.Y.I



I like having a move button on the toolbar of the main window or 
I guess it is called the mail reader.  In previous versions of evo
I would edit the /usr/local/share/evolution/2.xx/ui/evolution-mail-message.xml
file and add these lines after the delete declaration,

      <toolitem name="MessageMove" verb=""
       _label="Move"
       pixtype="pixbuf"/>
     
I just updated to 2.30.1 and noticed that the evolution-mail-message.xml was no 
longer present.  In fact, all the files were now ended with an '.ui' extension.
Poking around, I figured out that all I need to add was this line,

      <toolitem action='mail-move'/>

to line 129 of the evolution-mail-reader.ui file. (in the <toolbar name='main-toolbar'> section).

Just thought I would share for anyone does not know this. :-)

Scott



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]