diff options
author | Rodney Dawes <dobey@novell.com> | 2005-01-14 09:35:51 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-01-14 09:35:51 +0800 |
commit | 9cba0e5036cadf91c6638f47d3bfb84cf24297d9 (patch) | |
tree | cd026c0feab06f0dae7b97e20b10a4482aae8491 /configure.in | |
parent | ddf0185026f919b0bb305fc39c8cdc2a40e01e97 (diff) | |
download | gsoc2013-evolution-9cba0e5036cadf91c6638f47d3bfb84cf24297d9.tar.gz 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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |