From 7770e7c36560adb9ce3d4714e369ebcd46274b85 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 3 May 2013 18:11:37 +0200 Subject: Merge [mark-all-read] plugin into core code During fixes on bug #602428, rather than do everything twice, I merged the plugin into the core code, thus it should be easier to maintain as well. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index eccc0ad9ca..8e75f0e11f 100644 --- a/configure.ac +++ b/configure.ac @@ -1286,7 +1286,7 @@ AC_ARG_ENABLE([plugins], [enable_plugins="$enableval"],[enable_plugins=all]) dnl Add any new plugins here -plugins_base_always="mark-all-read publish-calendar" +plugins_base_always="publish-calendar" plugins_base="$plugins_base_always" dist_plugins_base="$plugins_base_always" @@ -1664,7 +1664,6 @@ plugins/image-inline/Makefile plugins/mail-notification/Makefile plugins/mail-to-task/Makefile plugins/mailing-list-actions/Makefile -plugins/mark-all-read/Makefile plugins/pst-import/Makefile plugins/publish-calendar/Makefile plugins/save-calendar/Makefile -- cgit v1.2.3