[Evolution-hackers] Since the change of menu structure



Well, it has been a distinct change of how menus are structured in the
CVS of evolution, since the last time i had a cvs version on my
harddrive. (a couple of months back)

Like, the right-click menu for folders in the "tree" with
mail-folders. This is moved to the "Folders" menu, if im not entirely
wrong.(most of the options atleast)

My question though, is, i had this plugin sortof working, wich i had
added an entry to the right-click menu, but this does not appear in
the Folders menu.

How would one put that in the .plugin file for my plugin, for it to
appear in the Folders menu?
Btw the option in the menu, Should appear, as long as the .plugin file
is "make install":ed, right?

ohh and i also think i remember a change of the plugin backend, right?
Would this affect anything to a plugin itself, or is this never
visible for the maker of the plugin, just visible in the make script?

My .plugin.in file looks like this (oh yeah, the plugin does compile a
.so library into the right location):

<?xml version="1.0"?>
<e-plugin-list>
  <e-plugin id="org.gnome.export.mail.folder"
   type="shlib" domain="evolution" name="Export Mail Folders"
   location="@PLUGINDIR@/liborg-gnome-export-mail-folder.so">
    <description>Exports a folder and its subfolders to choosen place
at the local harddrive.</description>
    <author name="Nicklas Boman" email="smurfd smurfnet homelinux net"/>
    <hook class="org.gnome.evolution.mail.popup:1.0">
      <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder">
        <item type="item" path="20.emc.03" label="_Export Folder..."
         activate="org_gnome_export_mail_folder"/>

      </menu>
    </hook>
  </e-plugin>
</e-plugin-list>



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