mailnag
mailnag copied to clipboard
Documentation?
I would like to create a systray app for mailnag that will be compatible with more desktop environments. From what I understand, the way to talk to mailnag is through it's dbus interface, right? I installed d-feet
and I saw that mailnag has these methods and signals:
I think it'll be proper to document these thoroughly somewhere in this repo, perhaps in the WiKi.
Excellent! For this kind of documentation I would suggest creating docs/dbus-interface.txt (or .md, or something like that) in the source tree, so that it could be versioned with the software.
@doronbehar: a systray app is a very welcome idea! Unfortunately I currently don't have time to work on Mailnag let alone on documentation. Though i'd be glad to answer any question regarding the dbus API or Mailnag in general.
Once I'll actually start developing this systray app I'll try to write documentation afterwards.