~ted/ubuntu/lucid/tomboy/with-patch

« back to all changes in this revision

Viewing changes to Tomboy/Addins/Evolution/Evolution.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-07-16 10:26:35 UTC
  • mfrom: (1.1.21 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070716102635-0wzk26jo50csob7b
Tags: 0.7.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin id="EvolutionAddin"
 
2
        namespace="Tomboy"
 
3
        name="Evolution Mail Integration"
 
4
        author="Tomboy Project"
 
5
        description="Allows you to drag an email from Evolution into a tomboy note.
 
6
The message subject is added as a link in the note."
 
7
        category="Desktop Integration"
 
8
        defaultEnabled="true"
 
9
        version="0.1">
 
10
 
 
11
        <Runtime>
 
12
                <Import assembly="Evolution.dll" />
 
13
        </Runtime>
 
14
 
 
15
        <Dependencies>
 
16
                <Addin id="Tomboy" version="0.7" />
 
17
        </Dependencies>
 
18
 
 
19
        <Extension path="/Tomboy/NoteAddins">
 
20
                <NoteAddin type="Tomboy.Evolution.EvolutionNoteAddin" />
 
21
        </Extension>
 
22
</Addin>