diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-10-22 01:20:38 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-10-22 01:20:38 +0800 |
commit | 10ba44f786780522e2cc5d2da2226b7d656847df (patch) | |
tree | fa66f675eb2f06bb09546fecb81c131656599db8 | |
parent | f737b385d7326c888bf0ba3d514b30d5c6c5da95 (diff) | |
download | gsoc2013-evolution-10ba44f786780522e2cc5d2da2226b7d656847df.tar.gz gsoc2013-evolution-10ba44f786780522e2cc5d2da2226b7d656847df.tar.zst gsoc2013-evolution-10ba44f786780522e2cc5d2da2226b7d656847df.zip |
added save-calendar plugin.
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* configure.in: added save-calendar plugin.
svn path=/trunk/; revision=27683
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-10-21 Rodrigo Moya <rodrigo@novell.com> + + * configure.in: added save-calendar plugin. + 2004-10-21 Not Zed <NotZed@Ximian.com> * configure.in: added copy-tool plugin. diff --git a/configure.in b/configure.in index 76375093b3..c6576f70f1 100644 --- a/configure.in +++ b/configure.in @@ -1341,7 +1341,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE) AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=no) dnl Add any new plugins here -plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool" +plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task" if test x"$enable_plugins" = "xno"; then plugins_enabled="" @@ -1533,6 +1533,7 @@ mail/default/Makefile mail/default/C/Makefile mail/importers/Makefile plugins/Makefile +plugins/mail-to-task/Makefile plugins/subject-thread/Makefile plugins/save-attachments/Makefile plugins/save-calendar/Makefile |