From 7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72 Mon Sep 17 00:00:00 2001
From: Björn Torkelsson <torkel@acc.umu.se>
Date: Fri, 25 Feb 2005 15:54:25 +0000
Subject: clean up author/descriptions for various plugins.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>

	* clean up author/descriptions for various plugins.

svn path=/trunk/; revision=28889
---
 plugins/addressbook-file/ChangeLog                     |  4 ++++
 .../org-gnome-addressbook-file.eplug.in                |  2 ++
 plugins/addressbook-groupwise/ChangeLog                |  4 ++++
 .../org-gnome-addressbook-groupwise.eplug.in           |  2 ++
 plugins/audio-inline/ChangeLog                         |  4 ++++
 plugins/audio-inline/org-gnome-audio-inline.eplug.in   |  2 +-
 plugins/backup-restore/ChangeLog                       |  4 ++++
 .../backup-restore/org-gnome-backup-restore.eplug.in   |  5 +++--
 plugins/calendar-file/ChangeLog                        |  4 ++++
 plugins/calendar-file/org-gnome-calendar-file.eplug.in |  2 ++
 plugins/calendar-http/ChangeLog                        |  4 ++++
 plugins/calendar-http/org-gnome-calendar-http.eplug.in |  2 ++
 plugins/calendar-weather/ChangeLog                     |  4 ++++
 .../org-gnome-calendar-weather.eplug.in                |  2 +-
 plugins/copy-tool/ChangeLog                            |  4 ++++
 plugins/copy-tool/org-gnome-copy-tool.eplug.in         |  2 +-
 plugins/default-source/ChangeLog                       |  4 ++++
 .../default-source/org-gnome-default-source.eplug.in   |  2 ++
 plugins/exchange-account-setup/ChangeLog               |  5 +++++
 .../org-gnome-exchange-account-setup.eplug.in          |  5 +++--
 plugins/folder-unsubscribe/ChangeLog                   |  4 ++++
 .../org-gnome-mail-folder-unsubscribe.eplug.in         |  2 +-
 plugins/groupwise-account-setup/ChangeLog              |  5 +++++
 .../org-gnome-gw-account-setup.eplug.in                |  6 +++---
 plugins/groupwise-send-options/ChangeLog               |  7 +++++++
 .../org-gnome-compose-send-options.eplug.in            |  4 ++--
 plugins/groupwise-status-tracking/Changelog            |  5 +++++
 .../org-gnome-status-track.eplug.in                    |  4 ++--
 plugins/itip-formatter/ChangeLog                       |  6 ++++++
 .../itip-formatter/org-gnome-itip-formatter.eplug.in   | 10 +++++++---
 plugins/mail-to-meeting/ChangeLog                      |  5 +++++
 .../mail-to-meeting/org-gnome-mail-to-meeting.eplug.in |  4 ++--
 plugins/mail-to-task/ChangeLog                         |  5 +++++
 plugins/mail-to-task/org-gnome-mail-to-task.eplug.in   |  4 ++--
 plugins/mailing-list-actions/ChangeLog                 |  6 ++++++
 .../org-gnome-mailing-list-actions.eplug.in            |  5 +++--
 plugins/mark-calendar-offline/ChangeLog                |  7 +++++++
 .../org-gnome-mark-calendar-offline.eplug.in           | 10 +++++++---
 plugins/new-mail-notify/ChangeLog                      |  4 ++++
 .../new-mail-notify/org-gnome-new-mail-notify.eplug.in |  2 +-
 plugins/prefer-plain/ChangeLog                         | 10 ++++++++++
 plugins/prefer-plain/org-gnome-prefer-plain.eplug.in   |  9 +++++++--
 plugins/save-attachments/ChangeLog                     |  6 ++++++
 .../org-gnome-save-attachments.eplug.in                |  7 +++++--
 plugins/save-calendar/ChangeLog                        |  7 +++++++
 plugins/save-calendar/org-gnome-save-calendar.eplug.in |  8 ++++++--
 plugins/select-one-source/ChangeLog                    |  6 ++++++
 .../org-gnome-select-one-source.eplug.in               |  6 +++++-
 plugins/send-options/ChangeLog                         |  7 ++++++-
 plugins/send-options/org-gnome-send-options.eplug.in   |  4 +++-
 plugins/shared-folder/ChangeLog                        |  6 ++++++
 plugins/shared-folder/org-gnome-shared-folder.eplug.in | 18 +++++++++++++-----
 plugins/subject-thread/ChangeLog                       |  5 +++++
 .../subject-thread/org-gnome-subject-thread.eplug.in   |  5 ++++-
 54 files changed, 233 insertions(+), 43 deletions(-)

diff --git a/plugins/addressbook-file/ChangeLog b/plugins/addressbook-file/ChangeLog
index ac66da93e1..be7f3e686d 100644
--- a/plugins/addressbook-file/ChangeLog
+++ b/plugins/addressbook-file/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-addressbook-file.eplug.in: Added author and description.
+
 2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com>
 
 	* initial commit 
diff --git a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in
index 7d1f8ad655..4b8c465a2f 100644
--- a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in
+++ b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in
@@ -5,6 +5,8 @@
      location="@PLUGINDIR@/liborg-gnome-addressbook-file.so"
      id="org.gnome.evolution.addressbook.file"
      name="Local Address Books">
+     <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/>
+     <description>Provides core functionallity for local address books.</description>
         <hook class="org.gnome.evolution.addressbook.config:1.0">
             <group
 	     target="source"
diff --git a/plugins/addressbook-groupwise/ChangeLog b/plugins/addressbook-groupwise/ChangeLog
index b51b27aa12..b4b97dce7d 100644
--- a/plugins/addressbook-groupwise/ChangeLog
+++ b/plugins/addressbook-groupwise/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-addressbook-groupwise.eplug.in: Added author and description.
+
 2005-01-29 Sivaiah Nallagatla <snallagatla@novell.com>
 
 	* initial commit 
diff --git a/plugins/addressbook-groupwise/org-gnome-addressbook-groupwise.eplug.in b/plugins/addressbook-groupwise/org-gnome-addressbook-groupwise.eplug.in
index 6c4a76db71..15bc10b37c 100644
--- a/plugins/addressbook-groupwise/org-gnome-addressbook-groupwise.eplug.in
+++ b/plugins/addressbook-groupwise/org-gnome-addressbook-groupwise.eplug.in
@@ -5,6 +5,8 @@
      location="@PLUGINDIR@/liborg-gnome-addressbook-groupwise.so"
      id="org.gnome.evolution.addressbook.groupwise"
      name="Groupwise Address Books">
+     <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/>
+     <description>Provides core functionallity for Groupwise address books.</description>
         <hook class="org.gnome.evolution.addressbook.config:1.0">
             <group
 	     target="source"
diff --git a/plugins/audio-inline/ChangeLog b/plugins/audio-inline/ChangeLog
index 6dbf786aa7..613f9a6378 100644
--- a/plugins/audio-inline/ChangeLog
+++ b/plugins/audio-inline/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-audio-inline.eplug.in: Added a . to the end of description.
+
 2004-11-26  JP Rosevear  <jpr@novell.com>
 
 	* audio-inline.c (org_gnome_audio_inline_add_button): get image
diff --git a/plugins/audio-inline/org-gnome-audio-inline.eplug.in b/plugins/audio-inline/org-gnome-audio-inline.eplug.in
index 0d87a36cc2..b099967537 100644
--- a/plugins/audio-inline/org-gnome-audio-inline.eplug.in
+++ b/plugins/audio-inline/org-gnome-audio-inline.eplug.in
@@ -6,7 +6,7 @@
     location="@PLUGINDIR@/liborg-gnome-audio-inline.la"
     name="Audio inline plugin">
 
-    <description>A formatter plugin which displays audio attachments inline and allows you to play them directly from evolution</description>
+    <description>A formatter plugin which displays audio attachments inline and allows you to play them directly from evolution.</description>
     <author name="Radek Doulík" email="rodo@novell.com"/>
 
     <hook class="org.gnome.evolution.mail.format:1.0">
diff --git a/plugins/backup-restore/ChangeLog b/plugins/backup-restore/ChangeLog
index df66bd61fc..5272c7ff40 100644
--- a/plugins/backup-restore/ChangeLog
+++ b/plugins/backup-restore/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-backup-restore.eplug.in: Added author and fixed description.
+
 2004-12-16  JP Rosevear  <jpr@novell.com>
 
 	* Imported backup/restore plugin
diff --git a/plugins/backup-restore/org-gnome-backup-restore.eplug.in b/plugins/backup-restore/org-gnome-backup-restore.eplug.in
index 09a080bf91..b9fabc1a26 100644
--- a/plugins/backup-restore/org-gnome-backup-restore.eplug.in
+++ b/plugins/backup-restore/org-gnome-backup-restore.eplug.in
@@ -5,8 +5,9 @@
     id="org.gnome.plugin.backup.restore"
     type="shlib"
     location="@PLUGINDIR@/liborg-gnome-backup-restore.so"
-    name="Backup and restore plugin"
-    description="A plugin for backing up and restore Evolution data and settings.">
+    name="Backup and restore plugin">
+    <author name="JP Rosevear" email="jpr@novell.com"/>
+    <description>A plugin for backing up and restore Evolution data and settings.</description>
 
     <hook class="org.gnome.evolution.shell.bonobomenu:1.0">
 
diff --git a/plugins/calendar-file/ChangeLog b/plugins/calendar-file/ChangeLog
index 204a726002..009852e700 100644
--- a/plugins/calendar-file/ChangeLog
+++ b/plugins/calendar-file/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* calendar-file.c: Added author and description.
+
 2005-01-06  JP Rosevear  <jpr@novell.com>
 
 	* Initial import of file properties plugin.
diff --git a/plugins/calendar-file/org-gnome-calendar-file.eplug.in b/plugins/calendar-file/org-gnome-calendar-file.eplug.in
index edb70947fc..14f89dccab 100644
--- a/plugins/calendar-file/org-gnome-calendar-file.eplug.in
+++ b/plugins/calendar-file/org-gnome-calendar-file.eplug.in
@@ -5,6 +5,8 @@
      location="@PLUGINDIR@/liborg-gnome-calendar-file.so"
      id="org.gnome.evolution.calendar.file"
      name="Local Calendars">
+     <author name="JP Rosevear" email="jpr@novell.com"/>
+     <description>Provides core functionality for local calendars.</description>
         <hook class="org.gnome.evolution.calendar.config:1.0">
             <group
 	     target="source"
diff --git a/plugins/calendar-http/ChangeLog b/plugins/calendar-http/ChangeLog
index 7140b2c21f..6644f19279 100644
--- a/plugins/calendar-http/ChangeLog
+++ b/plugins/calendar-http/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-calendar-http.eplug.in: Added author and description.
+
 2005-01-06  JP Rosevear  <jpr@novell.com>
 
 	* Makefile.am: include top_srcdir
diff --git a/plugins/calendar-http/org-gnome-calendar-http.eplug.in b/plugins/calendar-http/org-gnome-calendar-http.eplug.in
index 3ffe2783c4..a621715eb2 100644
--- a/plugins/calendar-http/org-gnome-calendar-http.eplug.in
+++ b/plugins/calendar-http/org-gnome-calendar-http.eplug.in
@@ -5,6 +5,8 @@
      location="@PLUGINDIR@/liborg-gnome-calendar-http.so"
      id="org.gnome.evolution.calendar.http"
      name="HTTP Calendars">
+     <author name="David Trowbridge" email="David.Trowbridge@Colorado.edu"/>
+     <description>Provides core functionality for webcal and http calendars.</description>
         <hook class="org.gnome.evolution.calendar.config:1.0">
             <group
 	     target="source"
diff --git a/plugins/calendar-weather/ChangeLog b/plugins/calendar-weather/ChangeLog
index f7a0045ea5..7e258910ad 100644
--- a/plugins/calendar-weather/ChangeLog
+++ b/plugins/calendar-weather/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-calendar-weather.eplug.in: Add a . to the end of description.
+
 2005-02-02  Rodney Dawes  <dobey@novell.com>
 
 	* Makefile.am (INCLUDES): Use $(weatherdir) instead of duplicating the
diff --git a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
index 2ce03a29bd..13a495ad25 100644
--- a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
+++ b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
@@ -5,7 +5,7 @@
      location="@PLUGINDIR@/liborg-gnome-calendar-weather.so"
      id="org.gnome.evolution.calendar.weather"
      name="Weather Calendars">
-        <description>Provides core functionality for weather calendars</description>
+        <description>Provides core functionality for weather calendars.</description>
 	<author name="David Trowbridge" email="trowbrds@cs.colorado.edu"/>
         <hook class="org.gnome.evolution.calendar.config:1.0">
 	    <group
diff --git a/plugins/copy-tool/ChangeLog b/plugins/copy-tool/ChangeLog
index 761df6d9fe..7aa644e2d6 100644
--- a/plugins/copy-tool/ChangeLog
+++ b/plugins/copy-tool/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-copy-tool.eplug.in: Added a . to the end of description.
+
 2004-11-03  Not Zed  <NotZed@Ximian.com>
 
 	* org-gnome-copy-tool.eplug.in: gave it a better name and fixed
diff --git a/plugins/copy-tool/org-gnome-copy-tool.eplug.in b/plugins/copy-tool/org-gnome-copy-tool.eplug.in
index 10c2a5d6be..54afde88a2 100644
--- a/plugins/copy-tool/org-gnome-copy-tool.eplug.in
+++ b/plugins/copy-tool/org-gnome-copy-tool.eplug.in
@@ -5,7 +5,7 @@
     id="org.gnome.evolution.plugin.copyTool"
     location="@PLUGINDIR@/liborg-gnome-copy-tool.so"
     name="Copy tool">
-    <description>A test plugin which demonstrates a popup menu plugin which lets you copy things to the clipboard</description>
+    <description>A test plugin which demonstrates a popup menu plugin which lets you copy things to the clipboard.</description>
     <author name="Michael Zucchi" email="notzed@ximian.com"/>
 
     <!-- hook into the uri popup menu -->
diff --git a/plugins/default-source/ChangeLog b/plugins/default-source/ChangeLog
index d8a42cd5e2..7b0a5ea753 100644
--- a/plugins/default-source/ChangeLog
+++ b/plugins/default-source/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-default-source.eplug.in: Added author and description.
+
 2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com>
 
 	* initil commit 
diff --git a/plugins/default-source/org-gnome-default-source.eplug.in b/plugins/default-source/org-gnome-default-source.eplug.in
index 127f16c78e..1c29e231b2 100644
--- a/plugins/default-source/org-gnome-default-source.eplug.in
+++ b/plugins/default-source/org-gnome-default-source.eplug.in
@@ -5,6 +5,8 @@
      location="@PLUGINDIR@/liborg-gnome-default-source.so"
      id="org.gnome.evolution.plugin.default-source"
      name="Default Sources">
+     <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/>
+     <description>Provides functionallity for marking a calendar or addressbook as the default one.</description>
         <hook class="org.gnome.evolution.calendar.config:1.0">
             <group
 	     target="source"
diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog
index 26704d0672..4e2e4fdc1f 100644
--- a/plugins/exchange-account-setup/ChangeLog
+++ b/plugins/exchange-account-setup/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-exchange-account-setup.eplug.in: Added author and
+	fixed description.
+	
 2005-02-21  Not Zed  <NotZed@Ximian.com>
 
 	* exchange-account-setup.c (org_gnome_exchange_owa_url): if the
diff --git a/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in b/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
index df66266934..a21b750423 100644
--- a/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
+++ b/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
@@ -5,8 +5,9 @@
     id="org.gnome.evolution.plugin.exchange-account-settings"
     location="@PLUGINDIR@/liborg-gnome-exchange-account-settings.so"
     load-on-startup="true"
-    name="Exchange Account Setup"
-    description="A pluign for Exchange account specific settings">
+    name="Exchange Account Setup">
+    <author name="Sushma Rai" email="rsushma@novell.com"/>
+    <description>A plugin for Exchange account specific settings.</description>
 	
     <hook class="org.gnome.evolution.mail.config:1.0">
       	<group 
diff --git a/plugins/folder-unsubscribe/ChangeLog b/plugins/folder-unsubscribe/ChangeLog
index a0434fc52a..5970ecad93 100644
--- a/plugins/folder-unsubscribe/ChangeLog
+++ b/plugins/folder-unsubscribe/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-mail-folder-unsubscribe.eplug.in: Updated description.
+
 2004-11-01  JP Rosevear  <jpr@novell.com>
 
 	* Makefile.am: dist .eplug.in file
diff --git a/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.in b/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.in
index 5fd793a8a3..f77a6ca7dc 100644
--- a/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.in
+++ b/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.in
@@ -3,7 +3,7 @@
   <e-plugin id="org.gnome.mail.folder.unsubscribe" 
    type="shlib" domain="evolution" name="Unsubscribe Folders"
    location="@PLUGINDIR@/liborg-gnome-mail-folder-unsubscribe.so">
-    <description>Allows unsubscribing folders in the folder tree context menu</description>
+    <description>Allows unsubscribing of mail folders in the folder tree context menu.</description>
     <author name="Jeffrey Stedfast" email="fejj@novell.com"/>
     <hook class="org.gnome.evolution.mail.popup:1.0">
       <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder">
diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog
index b6b47c5a3b..93aa2db012 100644
--- a/plugins/groupwise-account-setup/ChangeLog
+++ b/plugins/groupwise-account-setup/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+        * org-gnome-gw-account-setup.eplug.in: Added author and fixed
+	description.
+
 2005-02-23  Hans Petter Jansson  <hpj@novell.com>
 
 	* camel-gw-listener.c: Include <libedataserverui/e-passwords.h>.
diff --git a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in
index 33994fc620..d351dc6069 100644
--- a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in
+++ b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in
@@ -5,9 +5,9 @@
     id="org.gnome.evolution.plugin.gw-account-setup"
     location="@PLUGINDIR@/liborg-gnome-gw-account-setup.so"
     load-on-startup="true"
-    name="Groupwise Account Setup"
-    description="A pluign to setup groupwise calendar and contacts sources">
-	
+    name="Groupwise Account Setup">
+    <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/>
+    <description>A plugin to setup groupwise calendar and contacts sources.</description>
     
     <hook class="org.gnome.evolution.mail.config:1.0">
       <group target="account" id="org.gnome.evolution.mail.config.accountDruid">
diff --git a/plugins/groupwise-send-options/ChangeLog b/plugins/groupwise-send-options/ChangeLog
index f005c16cd6..e8f166c727 100755
--- a/plugins/groupwise-send-options/ChangeLog
+++ b/plugins/groupwise-send-options/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-compose-send-options.eplug.in: Shortened the name of
+	the plugin.
+	Updated the description.
+	
+
 2005-02-03  Chenthill Palanisamy  <pchenthill@novell.com>
 
 	* send-options.c: (add_day_to_time), (send_options_commit),
diff --git a/plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in b/plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in
index 2fc06d389e..2a9029a389 100644
--- a/plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in
+++ b/plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in
@@ -4,8 +4,8 @@
     type="shlib"
     id="org.gnome.evolution.plugin.compose.sendoptions"
     location="@PLUGINDIR@/liborg-gnome-compose-send-options.so"
-    name="Send options in compose for GW">
-    <description>Lets you have the send options menu item in the composer window for groupwise mails</description>
+    name="Groupwise send options">
+    <description>Lets you have the send options menu item in the composer window for groupwise mails.</description>
     <author name="Parthasarathi Susarla" email="sparthasarathi@novell.com"/>
 
     <!-- hook into the popup menu -->
diff --git a/plugins/groupwise-status-tracking/Changelog b/plugins/groupwise-status-tracking/Changelog
index 48d92a1184..cc7989e560 100644
--- a/plugins/groupwise-status-tracking/Changelog
+++ b/plugins/groupwise-status-tracking/Changelog
@@ -1,3 +1,8 @@
+2005-02-11  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-status-track.eplug.in: Shortened the name of the plugin.
+	Updated the description.
+
 2005-01-20  Parthasarathi Susarla <sparthasarathi@novell.com>  Chenthill Palanisamy <pchenthill@novell.com>
 	
 	* first commit of the status tracking plugin
diff --git a/plugins/groupwise-status-tracking/org-gnome-status-track.eplug.in b/plugins/groupwise-status-tracking/org-gnome-status-track.eplug.in
index a2d3d4bee4..23f1a287c5 100644
--- a/plugins/groupwise-status-tracking/org-gnome-status-track.eplug.in
+++ b/plugins/groupwise-status-tracking/org-gnome-status-track.eplug.in
@@ -4,8 +4,8 @@
 		type="shlib"
 		id="org.gnome.evolution.plugin.status.track"
 		location="@PLUGINDIR@/liborg-gnome-status-track.so"
-		name="Track status of a sent mail in a groupwise account">
-	<description>A plugin which allows status tracking. This is applicable for groupwise mailboxes only</description>
+		name="Groupwise mail status tracking">
+	<description>A plugin which allows status tracking of sent mails. This is applicable for groupwise mailboxes only.</description>
 	<author name="Parthasarathi Susarla" email="sparthasarathi@novell.com"/>
 
 	<!-- hook into the uri popup menu -->
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog
index 7e3fe55799..3048ef53eb 100644
--- a/plugins/itip-formatter/ChangeLog
+++ b/plugins/itip-formatter/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-itip-formatter.eplug.in: Added author and description.
+	s/bbdb/itip/
+	Added xml tag.
+
 2005-02-07  JP Rosevear  <jpr@novell.com>
 
 	* org-gnome-itip-formatter.eplug.in: specify id for config page
diff --git a/plugins/itip-formatter/org-gnome-itip-formatter.eplug.in b/plugins/itip-formatter/org-gnome-itip-formatter.eplug.in
index 87e55cce54..343793f11a 100644
--- a/plugins/itip-formatter/org-gnome-itip-formatter.eplug.in
+++ b/plugins/itip-formatter/org-gnome-itip-formatter.eplug.in
@@ -1,6 +1,10 @@
+<?xml version="1.0"?>
 <e-plugin-list>
-	<e-plugin id="org.gnome.evolution.itip_formatter" type="shlib" name="Itip Formatter" description="Displays text/calendar parts in messages"
+	<e-plugin id="org.gnome.evolution.itip_formatter" 
+		type="shlib" name="Itip Formatter"
 		location="@PLUGINDIR@/liborg-gnome-itip-formatter.so">
+		<description>Displays text/calendar parts in messages.</description>
+		<author name="JP Rosevear" email="jpr@novell.com"/>
 	
 		<hook class="org.gnome.evolution.mail.format:1.0">
 			<group id="EMFormatHTMLDisplay">
@@ -13,8 +17,8 @@
 
 		<hook class="org.gnome.evolution.mail.config:1.0">
 			<group id="org.gnome.evolution.mail.prefs" target="prefs">
-				<item type="page" path="90.bbdb" label="BBDB" factory="itip_formatter_page_factory"/>
+				<item type="page" path="90.itip" label="itip" factory="itip_formatter_page_factory"/>
 			</group>
 		</hook>
 	</e-plugin>
-</e-plugin-list>
\ No newline at end of file
+</e-plugin-list>
diff --git a/plugins/mail-to-meeting/ChangeLog b/plugins/mail-to-meeting/ChangeLog
index 5b88823004..b4502dc6bd 100644
--- a/plugins/mail-to-meeting/ChangeLog
+++ b/plugins/mail-to-meeting/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-mail-to-meeting.eplug.in: Shortened the name and added
+	a . to the end of the description.
+
 2004-11-04  Rodrigo Moya <rodrigo@novell.com>
 
 	* org-gnome-mail-to-meeting.eplug.in: fixed description and added
diff --git a/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.in b/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.in
index 5248409158..e1d78beb5f 100644
--- a/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.in
+++ b/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.in
@@ -4,8 +4,8 @@
     type="shlib"
     id="org.gnome.evolution.plugin.mailToMeeting"
     location="@PLUGINDIR@/liborg-gnome-mail-to-meeting.so"
-    name="Convert a mail message into a meeting">
-    <description>A plugin which allows the creation of meetings from the contents of a mail message</description>
+    name="Mail to meeting">
+    <description>A plugin which allows the creation of meetings from the contents of a mail message.</description>
     <author name="Rodrigo Moya" email="rodrigo@novell.com"/>
 
     <!-- hook into the uri popup menu -->
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog
index ffe03944a7..03f66ec930 100644
--- a/plugins/mail-to-task/ChangeLog
+++ b/plugins/mail-to-task/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-mail-to-task.eplug.in: Shortened the name of the
+	plugin and added a . to the end of the description.
+
 2005-01-14  Rodrigo Moya <rodrigo@novell.com>
 
 	* mail-to-task.c (set_description): new function to correctly
diff --git a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in
index e1fe4dc6b3..cb1d115dfd 100644
--- a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in
+++ b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in
@@ -4,8 +4,8 @@
     type="shlib"
     id="org.gnome.evolution.plugin.mailToTask"
     location="@PLUGINDIR@/liborg-gnome-mail-to-task.so"
-    name="Convert a mail message into a task">
-    <description>A plugin which allows the creation of tasks from the contents of a mail message</description>
+    name="Mail to task">
+    <description>A plugin which allows the creation of tasks from the contents of a mail message.</description>
     <author name="Rodrigo Moya" email="rodrigo@novell.com"/>
 
     <!-- hook into the uri popup menu -->
diff --git a/plugins/mailing-list-actions/ChangeLog b/plugins/mailing-list-actions/ChangeLog
index 6af314e08d..21b43f3421 100644
--- a/plugins/mailing-list-actions/ChangeLog
+++ b/plugins/mailing-list-actions/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-mailing-list-actions.eplug.in: Fixed description and
+	added author. 
+	Removed 'plugin' from the name.
+
 2004-11-24  JP Rosevear  <jpr@novell.com>
 
 	* mailing-list-actions.c: make sure GETTEXT_PACKAGE is defined
diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.in b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.in
index 749bc9fdc3..115e16c528 100644
--- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.in
+++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.in
@@ -5,8 +5,9 @@
 		id="org.gnome.plugin.mailing-list.actions"
 		domain="eplug-mailing-list-actions"
 		location="@PLUGINDIR@/liborg-gnome-mailing-list-actions.so"
-		name="Mailing List Actions plugin"
-		description="Provide actions for common mailing list commands (subscribe, unsubscribe, ...)">
+		name="Mailing List Actions">
+	    	<author name="Meilof Veeningen" email="meilof@wanadoo.nl"/>
+		<description>Provide actions for common mailing list commands (subscribe, unsubscribe, ...).</description>
 		<hook class="org.gnome.evolution.mail.bonobomenu:1.0">
 			<menu id="org.gnome.evolution.mail.browser" target="select">
 				<ui file="@PLUGINDIR@/org-gnome-mailing-list-actions.xml"/>
diff --git a/plugins/mark-calendar-offline/ChangeLog b/plugins/mark-calendar-offline/ChangeLog
index e6b33adc38..2d79a943a2 100644
--- a/plugins/mark-calendar-offline/ChangeLog
+++ b/plugins/mark-calendar-offline/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-mark-calendar-offline.eplug.in: Shortened the
+	name. 
+	Added author and description.
+	Added xml tag.
+
 2004-11-01  JP Rosevear  <jpr@novell.com>
 
 	* Makefile.am: dist .eplug.in file
diff --git a/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in b/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
index 75b8b9c866..3b3d62f06c 100644
--- a/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
+++ b/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
@@ -1,7 +1,11 @@
+<?xml version="1.0"?>
 <e-plugin-list>
-	<e-plugin id="org.gnome.evolution.mark_calendar_offline" type="shlib" name="Mark calendar offline" description="Marks the selected calendar for offline viewing"
-		location="@PLUGINDIR@/liborg-gnome-mark-calendar-offline.so">
-	
+    <e-plugin id="org.gnome.evolution.mark_calendar_offline" type="shlib" 
+	name="Mark calendar offline" 
+	location="@PLUGINDIR@/liborg-gnome-mark-calendar-offline.so">
+	<author name="Harish Krishnaswamy" email="kharish@novell.com"/>
+       	<description>Marks the selected calendar for offline viewing.</description>
+
 		<hook class="org.gnome.evolution.calendar.popup:1.0">
 			<menu id="org.gnome.evolution.calendar.source.popup" target="source">
 				<item type="item" path="28.mark_calendar_offline" label="_Mark Calendar for offline use" icon="stock_disconnect"  visible="offline" activate="org_gnome_mark_calendar_offline"/>
diff --git a/plugins/new-mail-notify/ChangeLog b/plugins/new-mail-notify/ChangeLog
index afe8bd29cb..ea34c56de4 100644
--- a/plugins/new-mail-notify/ChangeLog
+++ b/plugins/new-mail-notify/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-new-mail-notify.eplug.in: Added id for mail preferences.
+
 2005-01-13  Not Zed  <NotZed@Ximian.com>
 
 	* new-mail-notify.c: added prototypes for exported functions,
diff --git a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in
index 89531415b8..c759159347 100644
--- a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in
+++ b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in
@@ -22,7 +22,7 @@
 		</hook>
 
 		<hook class="org.gnome.evolution.mail.config:1.0">
-			<group target="prefs">
+			<group id="org.gnome.evolution.mail.prefs" target="prefs">
 				<item type="item" 
 				path="00.general/30.notify/00.new_mail_notify" 
 				label="New mail notify" 
diff --git a/plugins/prefer-plain/ChangeLog b/plugins/prefer-plain/ChangeLog
index 3ee452f207..b7788a02d1 100644
--- a/plugins/prefer-plain/ChangeLog
+++ b/plugins/prefer-plain/ChangeLog
@@ -1,3 +1,13 @@
+2005-02-13  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-prefer-plain.eplug.in: Added author and moved the
+	description to it's own tag.
+
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-prefer-plain.eplug.in: Removed plugin from the name.
+	Added a . to the end of the description.
+
 2004-11-01  JP Rosevear  <jpr@novell.com>
 
 	* Makefile.am: dist .eplug.in file
diff --git a/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in b/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in
index 06218f7972..0e498e9559 100644
--- a/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in
+++ b/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in
@@ -4,8 +4,13 @@
     type="shlib"
     id="org.gnome.evolution.plugin.preferPlain"
     location="@PLUGINDIR@/liborg-gnome-prefer-plain.so"
-    name="Prefer plain-text plugin"
-    description="A test plugin which demonstrates a formatter plugin which lets you choose to disable HTML mails">
+    name="Prefer plain-text">
+
+
+    <description>A test plugin which demonstrates a formatter plugin
+    which lets you choose to disable HTML mails.</description>
+    <author name="Michael Zucchi" email="NotZed@Ximian.com"/>
+
 
     <!-- hook into the 'html mail' preferences page -->
     <hook class="org.gnome.evolution.mail.config:1.0">
diff --git a/plugins/save-attachments/ChangeLog b/plugins/save-attachments/ChangeLog
index d1182867a9..9312f4ab9e 100644
--- a/plugins/save-attachments/ChangeLog
+++ b/plugins/save-attachments/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-save-attachments.eplug.in: Removed plugin from the
+	name.
+	Fixed description and added author
+
 2005-02-07  Not Zed  <NotZed@Ximian.com>
 
 	* save-attachments.c (save_part): fix the access() call test.
diff --git a/plugins/save-attachments/org-gnome-save-attachments.eplug.in b/plugins/save-attachments/org-gnome-save-attachments.eplug.in
index 0e162665bd..f09441b2c8 100644
--- a/plugins/save-attachments/org-gnome-save-attachments.eplug.in
+++ b/plugins/save-attachments/org-gnome-save-attachments.eplug.in
@@ -5,8 +5,11 @@
     id="org.gnome.plugin.attachments.save"
     type="shlib"
     location="@PLUGINDIR@/liborg-gnome-save-attachments.so"
-    name="Save attachments plugin"
-    description="A plugin for saving all attachments or parts of a message at once.">
+    name="Save attachments">
+    
+    <author name="Not Zed" email="NotZed@Ximian.com"/>
+    <description>A plugin for saving all attachments or parts of a message at once.</description>
+
     <hook class="org.gnome.evolution.mail.bonobomenu:1.0">
       <menu id="org.gnome.evolution.mail.browser" target="select">
 	<!-- the path to the bonobo menu description -->
diff --git a/plugins/save-calendar/ChangeLog b/plugins/save-calendar/ChangeLog
index 899809540e..1989b35e5a 100644
--- a/plugins/save-calendar/ChangeLog
+++ b/plugins/save-calendar/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-save-calendar.eplug.in: Fixed description and added
+	author. 
+	Shortened name of plugin.
+	Added xml tag.
+
 2005-02-21  Rodrigo Moya <rodrigo@novell.com>
 
 	Fixes #71527
diff --git a/plugins/save-calendar/org-gnome-save-calendar.eplug.in b/plugins/save-calendar/org-gnome-save-calendar.eplug.in
index 39d1f3f382..dc3e103e36 100644
--- a/plugins/save-calendar/org-gnome-save-calendar.eplug.in
+++ b/plugins/save-calendar/org-gnome-save-calendar.eplug.in
@@ -1,6 +1,10 @@
+<?xml version="1.0"?>
 <e-plugin-list>
-	<e-plugin id="org.gnome.evolution.save_calendar" type="shlib" name="Save Selected Calendar or Tasks List" description="Saves selected calendar or tasks list to disk"
-		location="@PLUGINDIR@/liborg-gnome-save-calendar.so">
+    <e-plugin id="org.gnome.evolution.save_calendar" type="shlib" 
+	name="Save Selected"
+	    location="@PLUGINDIR@/liborg-gnome-save-calendar.so"> 
+	    <author name="Rodrigo Moya" email="rodrigo@novell.com"/>
+		<description>Saves selected calendar or tasks list to disk.</description>
 	
 		<hook class="org.gnome.evolution.calendar.popup:1.0">
 			<menu id="org.gnome.evolution.tasks.source.popup" target="source">
diff --git a/plugins/select-one-source/ChangeLog b/plugins/select-one-source/ChangeLog
index f5204d7710..dbbf37175e 100644
--- a/plugins/select-one-source/ChangeLog
+++ b/plugins/select-one-source/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-select-one-source.eplug.in: Fixed description and
+	added author.
+	Added xml tag.
+
 2004-11-01  JP Rosevear  <jpr@novell.com>
 
 	* Makefile.am: dist .eplug.in file
diff --git a/plugins/select-one-source/org-gnome-select-one-source.eplug.in b/plugins/select-one-source/org-gnome-select-one-source.eplug.in
index c39a46964b..113e16303b 100644
--- a/plugins/select-one-source/org-gnome-select-one-source.eplug.in
+++ b/plugins/select-one-source/org-gnome-select-one-source.eplug.in
@@ -1,6 +1,10 @@
+<?xml version="1.0"?>
 <e-plugin-list>
-	<e-plugin id="org.gnome.evolution.select_one_source" type="shlib" name="Select one source" description="Selects a single calendar or task source for viewing"
+    <e-plugin id="org.gnome.evolution.select_one_source" type="shlib" 
+	name="Select one source" 
 		location="@PLUGINDIR@/liborg-gnome-select-one-source.so">
+		<author name="JP Rosevear" email="jpr@novell.com"/>
+	       	<description>Selects a single calendar or task source for viewing.</description>
 	
 		<hook class="org.gnome.evolution.calendar.popup:1.0">
 			<menu id="org.gnome.evolution.tasks.source.popup" target="source">
diff --git a/plugins/send-options/ChangeLog b/plugins/send-options/ChangeLog
index f8f447ee29..a03af10459 100644
--- a/plugins/send-options/ChangeLog
+++ b/plugins/send-options/ChangeLog
@@ -1,7 +1,12 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+       * org-gnome-send-options.eplug.in: Added Groupwise to name.
+       Fixed description and added author.
+	
 2005-02-23  Hans Petter Jansson  <hpj@novell.com>
 
 	* send-options.c: Include <libedataserverui/e-passwords.h>.
-
+	
 2005-02-10  Chenthill Palanisamy  <pchenthill@novell.com>
 
 	* send-options.c: (e_sendoptions_clicked_cb): IF
diff --git a/plugins/send-options/org-gnome-send-options.eplug.in b/plugins/send-options/org-gnome-send-options.eplug.in
index 6e3b479f9b..fcb38dec84 100644
--- a/plugins/send-options/org-gnome-send-options.eplug.in
+++ b/plugins/send-options/org-gnome-send-options.eplug.in
@@ -1,7 +1,9 @@
 <?xml version="1.0"?>
 <e-plugin-list>
-	<e-plugin id="org.gnome.evolution.send_options" type="shlib" name="send options" description="Creates an global send options page"
+	<e-plugin id="org.gnome.evolution.send_options" type="shlib" name="Groupwise send options" 
 		location="@PLUGINDIR@/liborg-gnome-send-options.so">
+		<description>Creates an global send options page for Groupwise account.</description>
+		<author name="Chenthill Palanisamy" email="pchenthill@novell.com"/>
 	
 		<hook class="org.gnome.evolution.mail.config:1.0">
 			<group id="org.gnome.evolution.mail.config.accountEditor" 
diff --git a/plugins/shared-folder/ChangeLog b/plugins/shared-folder/ChangeLog
index 833f871ba2..8beb6aa61b 100644
--- a/plugins/shared-folder/ChangeLog
+++ b/plugins/shared-folder/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+       * org-gnome-shared-folder.eplug.in: Added Groupwise to name.
+       Fixed description and added author.
+       Added xml tag.
+	
 2005-02-17  Vivek Jain <jvivek@novell.com>
 	
 	* share-folder-common.c : (get_cnc):
diff --git a/plugins/shared-folder/org-gnome-shared-folder.eplug.in b/plugins/shared-folder/org-gnome-shared-folder.eplug.in
index b91ccf7b5a..c0eacb96ef 100644
--- a/plugins/shared-folder/org-gnome-shared-folder.eplug.in
+++ b/plugins/shared-folder/org-gnome-shared-folder.eplug.in
@@ -1,6 +1,9 @@
+<?xml version="1.0"?>
 <e-plugin-list>
-	<e-plugin id="org.gnome.evolution.mail_shared_folder" type="shlib" name="Shared folder" description="shared folder properties "
-		location="@PLUGINDIR@/liborg-gnome-shared-folder.so">
+	<e-plugin id="org.gnome.evolution.mail_shared_folder" type="shlib" name="Groupwise shared folder" 
+	    location="@PLUGINDIR@/liborg-gnome-shared-folder.so">
+	    <author name="Vivek Jain" email="jvivek@novell.com"/>
+	    <description>A plugin for setting shared folder properties on Groupwise accounts.</description>
 		<hook class="org.gnome.evolution.mail.config:1.0">
 			<group 
 			 id="org.gnome.evolution.mail.folderConfig"
@@ -12,8 +15,13 @@
 			</group>
 		</hook>
 	</e-plugin>
-	<e-plugin id="org.gnome.evolution.mail_view" type="shlib" name="mail view" description="viewing the mail"
+
+	<e-plugin id="org.gnome.evolution.mail_view" type="shlib" 
+                name="Groupwise mail view" 
 		location="@PLUGINDIR@/liborg-gnome-shared-folder.so">
+
+		<description>A plugin for viewing Groupwise mails.</description>
+               <author name="Vivek Jain" email="jvivek@novell.com"/>
 	
 <hook class="org.gnome.evolution.mail.events:1.0">
 <event
@@ -25,9 +33,9 @@
 </e-plugin>
 
   <e-plugin id="org.gnome.mail.folder.create_option" 
-   type="shlib" domain="evolution" name="CREATE Folders"
+   type="shlib" domain="evolution" name="Groupwise Create Folders"
    location="@PLUGINDIR@/liborg-gnome-shared-folder.so">
-    <description>Allows creating shared folders in the folder tree context menu</description>
+    <description>Allows creating Groupwise shared folders in the folder tree context menu</description>
     <author name="Vivek Jain" email="jvivek@novell.com"/>
     <hook class="org.gnome.evolution.mail.popup:1.0">
       <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder">
diff --git a/plugins/subject-thread/ChangeLog b/plugins/subject-thread/ChangeLog
index 312559fc23..5e4fb051df 100644
--- a/plugins/subject-thread/ChangeLog
+++ b/plugins/subject-thread/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>
+
+	* org-gnome-subject-thread.eplug.in: Added xml tag. 
+	Fixed description and added author. 
+
 2005-02-07  JP Rosevear  <jpr@novell.com>
 
 	* org-gnome-subject-thread.eplug.in: specify id
diff --git a/plugins/subject-thread/org-gnome-subject-thread.eplug.in b/plugins/subject-thread/org-gnome-subject-thread.eplug.in
index 984d154a0f..244aa6ab53 100644
--- a/plugins/subject-thread/org-gnome-subject-thread.eplug.in
+++ b/plugins/subject-thread/org-gnome-subject-thread.eplug.in
@@ -1,6 +1,9 @@
+<?xml version="1.0"?>
 <e-plugin-list>
-	<e-plugin id="org.gnome.evolution.mail_subject_thread" type="shlib" name="Subject Threading" description="Indicates if threading of messages should fall back to subject"
+	<e-plugin id="org.gnome.evolution.mail_subject_thread" type="shlib" name="Subject Threading" 
 		location="@PLUGINDIR@/liborg-gnome-subject-thread.so">
+		<author name="JP Rosevear" email="jpr@novell.com"/>
+		<description>Indicates if threading of messages should fall back to subject.</description>
 	
 		<hook class="org.gnome.evolution.mail.config:1.0">
 			<group id="org.gnome.evolution.mail.prefs" target="prefs">
-- 
cgit