aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/new-mail-notify/new-mail-notify.c
Commit message (Collapse)AuthorAgeFilesLines
* fix names so that intltool will parse as xmlMichael Zucci2005-05-061-79/+46
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* preprocessor hackery using the value of DBUS_VERSION to cope with changesDavid Malcolm2005-04-051-0/+4
| | | | | | | | | | | | 2005-03-11 David Malcolm <dmalcolm@redhat.com> * new-mail-notify.c: preprocessor hackery using the value of DBUS_VERSION to cope with changes to the semantics of dbus_message_append_args * Makefile.am: define the DBUS_VERSION in the preprocessor svn path=/trunk/; revision=29154
* added prototypes for exported functions, re-arranged slightly to staticiseNot Zed2005-01-131-16/+48
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-13 Not Zed <NotZed@Ximian.com> * new-mail-notify.c: added prototypes for exported functions, re-arranged slightly to staticise internal functions. * new-mail-notify.h: removed. 2005-01-12 Miguel Angel Lopez Hernandez <miguel@gulev.org.mx> * new-mail-notify.[ch]: Fix author's name, changes in code to maintain coding style (org_gnome_new_mail_notify): Now sends the dbus message using the send_dbus_message function (org_gnome_message_reading_notify): Added function, called when a message.reading event is fired (send_dbus_message): Added function, generic function to send dbus messages * org-gnome-new-mail-notify.eplug.in: define the message reading event svn path=/trunk/; revision=28383
* (org_gnome_new_mail_notify): fixed some warnings & formattingMichael Zucci2005-01-111-10/+3
| | | | svn path=/trunk/; revision=28345
* initial import of a new mail -> dbus message bridge pluginMichael Zucci2005-01-111-0/+118
svn path=/trunk/; revision=28343