aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/new-mail-notify/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-121-0/+2
| | | | svn path=/trunk/; revision=29327
* fix names so that intltool will parse as xmlMichael Zucci2005-05-061-1/+2
| | | | | | | 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/+1
| | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* add new-mail-notify.h so it gets distedJP Rosevear2005-01-121-1/+1
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * Makefile.am: add new-mail-notify.h so it gets disted svn path=/trunk/; revision=28360
* initial import of a new mail -> dbus message bridge pluginMichael Zucci2005-01-111-0/+18
svn path=/trunk/; revision=28343