mail-notification

Fork of Jean-Yves Lefort's mail-notification, a tray icon to notify of new mail
git clone https://code.djc.id.au/git/mail-notification/

src/org-gnome-MailNotification-Evolution.xml (1070B) - raw

      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <node name="/org/gnome/MailNotification/Evolution">
      3   <interface name="org.gnome.MailNotification.Evolution">
      4     <method name="GetUnseenMessages">
      5       <arg type="s" name="folder_uri"/>
      6       <!-- array of MessageInfo structs (see mn-evolution-mailbox.gob) -->
      7       <arg type="a(suusss)" name="ret" direction="out"/>
      8     </method>
      9     <method name="GetFolderName">
     10       <arg type="s" name="folder_uri"/>
     11       <arg type="s" name="ret" direction="out"/>
     12     </method>
     13     <method name="OpenMessage">
     14       <arg type="s" name="folder_uri"/>
     15       <arg type="s" name="message_uid"/>
     16     </method>
     17     <method name="SetMessageFlags">
     18       <arg type="s" name="folder_uri"/>
     19       <arg type="s" name="message_uid"/>
     20       <arg type="u" name="flags"/>
     21     </method>
     22     <method name="FolderTreeNew">
     23       <arg type="u" name="id"/>
     24     </method>
     25 
     26     <signal name="FolderChanged">
     27       <arg type="s" name="uri"/>
     28     </signal>
     29     <signal name="MessageReading">
     30       <arg type="s" name="uri"/>
     31     </signal>
     32   </interface>
     33 </node>