aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2005-01-10 22:22:31 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-01-10 22:22:31 +0800
commit9ff2999e495905d11ac4758d27cf18371931085e (patch)
tree54839355ccef18d93b0dfcd273a9518addb9a804
parent9eba51db53e91fb748d096e0474e9df63234af53 (diff)
downloadgsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.tar
gsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.tar.gz
gsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.tar.bz2
gsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.tar.lz
gsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.tar.xz
gsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.tar.zst
gsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.zip
add send-options plugin
2005-01-10 Chenthill Palanisamy <pchenthill@novell.com> * configure.in: add send-options plugin svn path=/trunk/; revision=28321
-rw-r--r--ChangeLog4
-rw-r--r--configure.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f4e970292f..0040beffc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * configure.in: add send-options plugin
+
2005-01-09 JP Rosevear <jpr@novell.com>
* configure.in: add calendar-file plugin
diff --git a/configure.in b/configure.in
index 4cb189a51c..211dea3389 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 plugin-manager"
-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 groupwise-account-setup itip-formatter backup-restore"
+plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup plugin-manager send-options"
+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 groupwise-account-setup itip-formatter backup-restore send-options"
case x"$enable_plugins" in
xno)
@@ -1534,6 +1534,7 @@ mail/default/ja/Makefile
mail/default/nl/Makefile
mail/importers/Makefile
plugins/Makefile
+plugins/send-options/Makefile
plugins/calendar-file/Makefile
plugins/calendar-http/Makefile
plugins/calendar-weather/Makefile