diff options
author | Vivek Jain <jvivek@novell.com> | 2005-07-12 12:39:34 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-07-12 12:39:34 +0800 |
commit | 5f7590cf48e4a8dc8a2c25778d4b76a368c47aae (patch) | |
tree | 38c6ad0700a82a153fe1e3e918b06b1fbde77a40 | |
parent | d4137ae5df862352e45d064a57a0393099b5d044 (diff) | |
download | gsoc2013-evolution-5f7590cf48e4a8dc8a2c25778d4b76a368c47aae.tar.gz gsoc2013-evolution-5f7590cf48e4a8dc8a2c25778d4b76a368c47aae.tar.zst gsoc2013-evolution-5f7590cf48e4a8dc8a2c25778d4b76a368c47aae.zip |
added sa-junk-plugin to base plugins and AC_OUTPUT section
2005-07-12 Vivek Jain <jvivek@novell.com>
* configure.in : added sa-junk-plugin to
base plugins and AC_OUTPUT section
svn path=/trunk/; revision=29727
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 7 insertions, 12 deletions
@@ -1,3 +1,8 @@ +2005-07-12 Vivek Jain <jvivek@novell.com> + + * configure.in : added sa-junk-plugin to + base plugins and AC_OUTPUT section + 2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com> * plugins/exchange-account-setup : Removed this directory. This @@ -12,17 +17,6 @@ * configure.in: Add mail-account-disable, proxy, proxy-login and groupwise-account-setup to the plugin list. - * plugins/proxy/*: Plugin to implement Proxy assignment on a - groupwise account. - * plugins/proxy-login/*: Plugin to implement Proxy Login on a - groupwise account. - * plugins/mail-account-disable/*: Plugin to add Disable/ Proxy - Logout to a store menu on right click. - * plugins/groupwise-account-setup/*: Make the - camel-groupwise-listener load on startup. - * plugins/groupwise-features/*: Remove the - camel-groupwise-listener code as it runs in a different plugin. - * po/POTFILES.in: Add files which need to be translated. 2005-07-02 Harish Krishnaswamy <kharish@novell.com> diff --git a/configure.in b/configure.in index 09c6ac8d13..a535664d5f 100644 --- a/configure.in +++ b/configure.in @@ -1410,7 +1410,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE) AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/base/all/experimental/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=all) dnl Add any new plugins here -plugins_base="calendar-file calendar-http calendar-weather itip-formatter plugin-manager default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features groupwise-account-setup mail-account-disable proxy proxy-login $EXCHANGE_PLUGIN $MONO_PLUGIN" +plugins_base="calendar-file calendar-http calendar-weather itip-formatter plugin-manager default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features groupwise-account-setup sa-junk-plugin mail-account-disable proxy proxy-login sa-junk-plugin $EXCHANGE_PLUGIN $MONO_PLUGIN" plugins_standard="bbdb subject-thread save-calendar select-one-source copy-tool mail-to-task mark-calendar-offline audio-inline mailing-list-actions new-mail-notify default-mailer" @@ -1696,6 +1696,7 @@ plugins/groupwise-features/Makefile plugins/mail-account-disable/Makefile plugins/proxy/Makefile plugins/proxy-login/Makefile +plugins/sa-junk-plugin/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile |