aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/new-mail-notify
Commit message (Collapse)AuthorAgeFilesLines
* ** Fix for bug #492702Srinivasa Ragavan2008-01-094-366/+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
* ** Fix bug #487318Gilles Dartiguelongue2007-11-122-1/+8
| | | | | | | | * org-gnome-new-mail-notify.eplug.xml: Fix typo in D-Bus svn path=/trunk/; revision=34522
* Use consistent terminology for mail messages (#480621).Matthew Barnes2007-09-282-1/+6
| | | | | | | | | | | | | | | | | 2007-09-27 Matthew Barnes <mbarnes@redhat.com> * mail/em-account-editor.c: * mail/evolution-mail.schemas.in: * mail/mail-config.glade: * plugins/bbdb/bbdb.c (bbdb_page_factory): * plugins/bogo-junk-plugin/bf-junk-filter.c: * plugins/face/org-gnome-face-eplug.xml: * plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml: * plugins/print-message/org-gnome-print-message.eplug.xml: Use consistent terminology for mail messages (#480621). svn path=/trunk/; revision=34326
* 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
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-3/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* ** Fix for bug #414195 from Loïc MinierSrinivasa Ragavan2007-05-142-4/+11
| | | | svn path=/trunk/; revision=33537
* Fixes bug #324982Srinivasa Ragavan2007-05-142-9/+7
| | | | svn path=/trunk/; revision=33530
* Revert the previous wrong commit.Srinivasa Ragavan2007-05-034-182/+126
| | | | svn path=/trunk/; revision=33473
* Commit Mail notification plugin to the trunk.Srinivasa Ragavan2007-05-034-126/+182
| | | | svn path=/trunk/; revision=33472
* Send the new mail count via the dbus interface.Srinivasa Ragavan2007-05-032-6/+12
| | | | svn path=/trunk/; revision=33471
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-04-022-1/+9
| | | | | | | | | | | | | 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> Code Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33354
* Fix for bug #308271Srinivasa Ragavan2006-08-212-3/+24
| | | | svn path=/trunk/; revision=32608
* Don't try and send a dbus message if the bus is down.Jeffrey Stedfast2006-04-182-37/+91
| | | | | | | | | | | | | | 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
* Make this place a bit more quietKjartan Maraas2006-01-281-0/+3
| | | | svn path=/trunk/; revision=31328
* forward-define e_plugin_lib_enable, remove some unecessary headers.Not Zed2005-08-242-8/+9
| | | | | | | | | | 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-112-0/+11
| | | | | | | | | | | | 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
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-122-0/+6
| | | | svn path=/trunk/; revision=29327
* fix names so that intltool will parse as xmlMichael Zucci2005-05-064-83/+72
| | | | | | | 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-053-0/+13
| | | | | | | | | | | | 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
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-252-1/+5
| | | | | | | | 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * clean up author/descriptions for various plugins. svn path=/trunk/; revision=28889
* forgot to cvs removeMichael Zucci2005-01-131-41/+0
| | | | svn path=/trunk/; revision=28384
* added prototypes for exported functions, re-arranged slightly to staticiseNot Zed2005-01-135-18/+82
| | | | | | | | | | | | | | | | | | | | | | | | | 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-122-1/+5
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * Makefile.am: add new-mail-notify.h so it gets disted svn path=/trunk/; revision=28360
* (org_gnome_new_mail_notify): fixed some warnings & formattingMichael Zucci2005-01-113-11/+5
| | | | svn path=/trunk/; revision=28345
* initial import of a new mail -> dbus message bridge pluginMichael Zucci2005-01-115-0/+215
svn path=/trunk/; revision=28343