diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-05-20 01:44:34 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-05-20 01:44:34 +0800 |
commit | b0d7f928cba7c6120639634b2b9af3895ddb3bde (patch) | |
tree | 8278972824afb5a81e749f98f6d0cb23ebe1ddfd | |
parent | 70fa4a0868f12a18dbc9ba164ada94e6a0ebc799 (diff) | |
download | gsoc2013-evolution-b0d7f928cba7c6120639634b2b9af3895ddb3bde.tar.gz gsoc2013-evolution-b0d7f928cba7c6120639634b2b9af3895ddb3bde.tar.zst gsoc2013-evolution-b0d7f928cba7c6120639634b2b9af3895ddb3bde.zip |
Added a plugin to mark all messages as read for the selected and the sub
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.
svn path=/trunk/; revision=29392
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -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 |