aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13595d387d..e6042ecc15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-19 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * configure.in: Added a plugin to mark all messages
+ as read for the selected and the sub folders to base
+ plugin.
+
2005-05-19 Vivek Jain <jvivek@novell.com>
* configure.in : add print-message plugin to base plugins and
diff --git a/configure.in b/configure.in
index 5331907bfd..377abcf581 100644
--- a/configure.in
+++ b/configure.in
@@ -1342,7 +1342,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE)
AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/base/all/experimental/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=all)
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 groupwise-status-tracking default-source addressbook-file addressbook-groupwise startup-wizard print-message"
+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 groupwise-status-tracking default-source addressbook-file addressbook-groupwise startup-wizard print-message mark-all-read"
plugins_standard="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task mark-calendar-offline audio-inline mailing-list-actions new-mail-notify"
@@ -1583,6 +1583,7 @@ mail/default/nl/Makefile
mail/default/pt/Makefile
mail/importers/Makefile
plugins/Makefile
+plugins/mark-all-read/Makefile
plugins/send-options/Makefile
plugins/calendar-file/Makefile
plugins/calendar-http/Makefile