aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/new-mail-notify/new-mail-notify.c
Commit message (Collapse)AuthorAgeFilesLines
* ** Fix for bug #492702Srinivasa Ragavan2008-01-091-170/+0
| | | | | | | | | | | | | 2008-01-09 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #492702 * configure.in: Just disable the dbus message part of mail notification if dbus isn't there. Also remove new-mail-notify plugin. svn path=/trunk/; revision=34784
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-19/+19
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Send the new mail count via the dbus interface.Srinivasa Ragavan2007-05-031-6/+6
| | | | svn path=/trunk/; revision=33471
* Fix for bug #308271Srinivasa Ragavan2006-08-211-3/+16
| | | | svn path=/trunk/; revision=32608
* Don't try and send a dbus message if the bus is down.Jeffrey Stedfast2006-04-181-31/+76
| | | | | | | | | | | | | | 2006-04-18 Jeffrey Stedfast <fejj@novell.com> * new-mail-notify.c (org_gnome_message_reading_notify): Don't try and send a dbus message if the bus is down. (org_gnome_new_mail_notify): Same. (init_dbus): New function to init the dbus connection and setup handlers for when the bus gets unexpectedly disconnected. (e_plugin_lib_enable): When the plugin gets disabled, unref the dbus connection and reset it back to NULL. svn path=/trunk/; revision=31827
* forward-define e_plugin_lib_enable, remove some unecessary headers.Not Zed2005-08-241-8/+3
| | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * new-mail-notify.c: forward-define e_plugin_lib_enable, remove some unecessary headers. (send_dbus_message): remove spurious check for bus==NULL. svn path=/trunk/; revision=30223
* check whether memory could be allocated. Return if the message is NULL soVivek Jain2005-07-111-0/+3
| | | | | | | | | | | | 2005-07-11 Vivek Jain <jvivek@novell.com> * new-mail-notify.c :(send_dbus_message) check whether memory could be allocated. Return if the message is NULL so that we don't unref it again, will save crash. **Fixes #274329 sort of bugs, in case reported even after david's fix. svn path=/trunk/; revision=29705
* 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