aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParthasarathi Susarla <sparthasarathi@novell.com>2005-01-20 23:43:52 +0800
committerParthasarathi Susarla <saps@src.gnome.org>2005-01-20 23:43:52 +0800
commita7f9e241e7483e125921ad10b5aaa01ddbc85b52 (patch)
tree207f9d92366be0709c3c71521430db9e210e9a35
parentb89afbe3669dbbb0d67e29bce93c6991e199c1e0 (diff)
downloadgsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.tar
gsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.tar.gz
gsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.tar.bz2
gsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.tar.lz
gsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.tar.xz
gsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.tar.zst
gsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.zip
added a plugin for displaying the groupwise status tracking options
2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com> * configure.in : added a plugin for displaying the groupwise status tracking options svn path=/trunk/; revision=28465
-rw-r--r--ChangeLog5
-rw-r--r--configure.in5
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0571b25733..de90f1cc82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com>
+
+ * configure.in : added a plugin for displaying the
+ groupwise status tracking options
+
2005-01-13 JP Rosevear <jpr@novell.com>
* configure.in: bump version to 2.1.3.2
diff --git a/configure.in b/configure.in
index 079ae837bf..da003f0dc9 100644
--- a/configure.in
+++ b/configure.in
@@ -1333,8 +1333,8 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE)
AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=base)
dnl Add any new plugins here
-plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup itip-formatter plugin-manager send-options shared-folder groupwise-send-options exchange-account-setup"
-plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions backup-restore new-mail-notify"
+plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup itip-formatter plugin-manager send-options shared-folder groupwise-send-options exchange-account-setup groupwise-status-tracking"
+plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions backup-restore new-mail-notify groupwise-status-tracking"
case x"$enable_plugins" in
xno)
@@ -1573,6 +1573,7 @@ plugins/backup-restore/Makefile
plugins/shared-folder/Makefile
plugins/groupwise-send-options/Makefile
plugins/exchange-account-setup/Makefile
+plugins/groupwise-status-tracking/Makefile
smime/Makefile
smime/lib/Makefile
smime/gui/Makefile