diff options
author | Björn Torkelsson <torkel@acc.umu.se> | 2005-02-25 23:54:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-02-25 23:54:25 +0800 |
commit | 7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72 (patch) | |
tree | a544ce0d7b5eebac1a9b2933ff87307cc339b916 /plugins/subject-thread | |
parent | eb66f839dc393431d562d06097707935823f164c (diff) | |
download | gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.gz gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.bz2 gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.lz gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.xz gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.zst gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.zip |
clean up author/descriptions for various plugins.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* clean up author/descriptions for various plugins.
svn path=/trunk/; revision=28889
Diffstat (limited to 'plugins/subject-thread')
-rw-r--r-- | plugins/subject-thread/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/subject-thread/org-gnome-subject-thread.eplug.in | 5 |
2 files changed, 9 insertions, 1 deletions
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"> |