From b0d7f928cba7c6120639634b2b9af3895ddb3bde Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Thu, 19 May 2005 17:44:34 +0000 Subject: Added a plugin to mark all messages as read for the selected and the sub 2005-05-19 Chenthill Palanisamy * configure.in: Added a plugin to mark all messages as read for the selected and the sub folders to base plugin. svn path=/trunk/; revision=29392 --- ChangeLog | 6 ++++++ configure.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13595d387d..e6042ecc15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-19 Chenthill Palanisamy + + * 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 * 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 -- cgit v1.2.3