aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-01-14 09:35:51 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-01-14 09:35:51 +0800
commit9cba0e5036cadf91c6638f47d3bfb84cf24297d9 (patch)
treecd026c0feab06f0dae7b97e20b10a4482aae8491
parentddf0185026f919b0bb305fc39c8cdc2a40e01e97 (diff)
downloadgsoc2013-evolution-9cba0e5036cadf91c6638f47d3bfb84cf24297d9.tar
gsoc2013-evolution-9cba0e5036cadf91c6638f47d3bfb84cf24297d9.tar.gz
gsoc2013-evolution-9cba0e5036cadf91c6638f47d3bfb84cf24297d9.tar.bz2
gsoc2013-evolution-9cba0e5036cadf91c6638f47d3bfb84cf24297d9.tar.lz
gsoc2013-evolution-9cba0e5036cadf91c6638f47d3bfb84cf24297d9.tar.xz
gsoc2013-evolution-9cba0e5036cadf91c6638f47d3bfb84cf24297d9.tar.zst
gsoc2013-evolution-9cba0e5036cadf91c6638f47d3bfb84cf24297d9.zip
Add new-mail-notify to the plugins_all listing so that it gets disted
2005-01-13 Rodney Dawes <dobey@novell.com> * configure.in: Add new-mail-notify to the plugins_all listing so that it gets disted properly svn path=/trunk/; revision=28396
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12f8c9f17c..d880342752 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-13 Rodney Dawes <dobey@novell.com>
+
+ * configure.in: Add new-mail-notify to the plugins_all listing
+ so that it gets disted properly
+
2005-01-12 JP Rosevear <jpr@novell.com>
* configure.in: fix plugin listing, bump upgrade revision so
diff --git a/configure.in b/configure.in
index 9a7ac61e51..079ae837bf 100644
--- a/configure.in
+++ b/configure.in
@@ -1334,7 +1334,7 @@ AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],e
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"
+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"
case x"$enable_plugins" in
xno)