Commit Graph

18 Commits

Author SHA1 Message Date
fab3780e2e Don't return a value from a void funtion.
2005-07-13  Tor Lillqvist  <tml@novell.com>

	* calendar-weather/calendar-weather.c
	(e_calendar_weather_migrate): Don't return a value from a void
	funtion.

	* groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
	Use SOEXT.

	* groupwise-features/Makefile.am (NO_UNDEFINED_REQUIRED_LIBS):
	As the code does use functions from libevolution-mail, link
	with it. But OK, let's do it (at build time) only on Win32,
	then.

	* mail-account-disable/Makefile.am (INCLUDES): Remove duplicated line.
	(LDFLAGS): Use NO_UNDEFINED.
	(LIBADD): Link with the required libraries, but let's do it only
	on Win32.

	* mail-account-disable/org-gnome-mail-account-disable.eplug.xml:
	Use SOEXT.

	* proxy/Makefile.am (LIBADD): Link with libeutil.

	* proxy-login/Makefile.am (LIBADD): Link with libeutil. Link with
	libevolution-mail on Win32 only. (Have I understood correctly that
	it isn't considered a good idea on Unix to link plugins at
	link-time with libevolution-mail?)

	* proxy-login/org-gnome-proxy-login.eplug.xml: Use SOEXT.

svn path=/trunk/; revision=29753
2005-07-13 10:05:44 +00:00
bc504ab906 transferred ChangeLog entry here (2005-07-10 Shreyas Srinivasan
2005-07-12  Vivek Jain <jvivek@novell.com>

	transferred ChangeLog entry here
	(2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>)
	* plugins/groupwise-features/*: Remove the
	camel-groupwise-listener code as it runs in a different plugin.

svn path=/trunk/; revision=29730
2005-07-12 05:05:59 +00:00
ceb02ba2d4 Remove the camel-groupwise-listener code as it runs in a different plugin.
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/groupwise-features/*: Remove the
	camel-groupwise-listener code as it runs in a different plugin.

svn path=/trunk/; revision=29692
2005-07-10 09:31:58 +00:00
3a92a0bb17 Add missing header.
* send-options.c: Add missing header.

svn path=/trunk/; revision=29678
2005-07-07 17:06:28 +00:00
179f43369b *** empty log message ***
svn path=/trunk/; revision=29666
2005-07-07 09:11:29 +00:00
53c01a5ae0 have one more hookitem in folderview.popup for displaying junk mail
2005-07-07  Vivek Jain <jvivek@novell.com>

	* org-gnome-groupwise-features.eplug.xml:
	 have one more hookitem in folderview.popup
	 for displaying junk mail settings

	 * junk-mail-settings.c
	 * junk-settings.c
	 * junk-settings.h
	 * junk-settings.glade
	* Makefile.am : updated to add these files

svn path=/trunk/; revision=29665
2005-07-07 09:05:00 +00:00
832ce26653 added: junk-mail-settings.c junk-settings.c junk-settings.h
2005-07-07  Vivek Jain <jvivek@novell.com>

	added:
	junk-mail-settings.c junk-settings.c junk-settings.h
 	junk-settings.glade , for displaying/maipulating junk mail settings

svn path=/trunk/; revision=29664
2005-07-07 09:02:29 +00:00
b3378efef9 removed a copy paste error: misleading text
2005-07-02 Vivek Jain <jvivek@novell.com>

removed a copy paste error: misleading text

svn path=/trunk/; revision=29622
2005-07-03 12:01:09 +00:00
650dcd5ac9 not linking to libevolution-mail.
svn path=/trunk/; revision=29596
2005-06-27 06:07:51 +00:00
3f5d0d8b1a Not loading the plugin on startup.
svn path=/trunk/; revision=29594
2005-06-27 05:55:07 +00:00
1e47292c45 Use NO_UNDEFINED. Link with more libraries.
2005-06-27  Tor Lillqvist  <tml@novell.com>

	* */Makefile.am: Use NO_UNDEFINED. Link with more libraries.

svn path=/trunk/; revision=29593
2005-06-27 00:55:24 +00:00
68fe0f1f1a Reverting previous commit. Do not remove $(EVOLUTION_MAIL_LIBS) from
2005-06-25  Harish Krishnaswamy <kharish@novell.com>

* Makefile.am: Reverting previous commit. Do not remove
$(EVOLUTION_MAIL_LIBS) from LIBADD. The addressbook dependency
is not required atm.)

svn path=/trunk/; revision=29587
2005-06-25 13:24:53 +00:00
6985fa5f68 Fixed some symbol resolution errors with groupwise-features plugin.
svn path=/trunk/; revision=29584
2005-06-25 08:00:54 +00:00
f0d85c8bf7 Set load-on-startup to true.
svn path=/trunk/; revision=29579
2005-06-24 10:44:32 +00:00
df07f02cae Added widgets in INCLUDES.
2005-06-23  Kaushal Kumar  <kakumar@novell.com>

        * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
        addressbook/gui/search/Makefile.am,
        plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.

        Updated the include paths to use misc instead of widgets/misc.

svn path=/trunk/; revision=29574
2005-06-23 09:11:11 +00:00
087a3e6532 Use SOEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* */*.eplug.xml: Use SOEXT.

svn path=/trunk/; revision=29538
2005-06-18 11:39:20 +00:00
52df90026f removed "Item" tag entries, included a factory method
2005-05-24 Vivek Jain <jvivek@novell.com>

	* org-gnome-groupwise-features.eplug.xml:
	 removed "Item" tag entries, included a factory method

	 * shared-folder-common.c: changed callback (org_gnome_create_option)
	 to a factory method, check uri before adding the option to the menu.
	 New folder dialog now comes in another callback (create_shared_folder)
	 also added a function to free the item list.

svn path=/trunk/; revision=29404
2005-05-24 05:12:20 +00:00
128075a77e Created a plugin "groupwise-features" which is a consolidation of
23-05-2005 Vivek Jain <jvivek@novell.com>

	Created a plugin "groupwise-features" which is a consolidation of
	following existing plugins
	* groupwise-account-setup
	* addressbook-groupwise
	* shared-folder
	* groupwise-send-options
	* groupwise-status-tracking
	* send-options

svn path=/trunk/; revision=29400
2005-05-23 09:44:26 +00:00