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.xml (512B) - raw

      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <node name="/org/gnome/MailNotification">
      3   <interface name="org.gnome.MailNotification">
      4     <method name="HasMailboxes">
      5       <arg type="b" name="ret" direction="out"/>
      6     </method>
      7     <method name="GetSummary">
      8       <arg type="s" name="ret" direction="out"/>
      9     </method>
     10     <method name="ConsiderNewMailAsRead"/>
     11     <method name="Update"/>
     12     <method name="DisplayProperties"/>
     13     <method name="DisplayAbout"/>
     14     <method name="Quit"/>
     15   </interface>
     16 </node>