metainfo: add fetchinfo plugin
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>
Thu, 12 Jun 2014 14:28:58 +0000 (18:28 +0400)
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>
Thu, 12 Jun 2014 19:27:39 +0000 (23:27 +0400)
Reference: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3210
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
src/plugins/fetchinfo/Makefile.am
src/plugins/fetchinfo/claws-mail-fetchinfo.metainfo.xml [new file with mode: 0644]

index 5e9af51cf9ca3b5f7de45b320c1b66eebb62276b..9fc2362dcbea5e52e3f52db7791fcdd657cc2263 100644 (file)
@@ -2,6 +2,11 @@
 # This file is part of Claws Mail package.
 # See COPYING file for license details.
 
 # This file is part of Claws Mail package.
 # See COPYING file for license details.
 
+appdata_files = claws-mail-fetchinfo.metainfo.xml
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_files)
+EXTRA_DIST = $(appdata_files)
+
 if OS_WIN32
 
 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
 if OS_WIN32
 
 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
diff --git a/src/plugins/fetchinfo/claws-mail-fetchinfo.metainfo.xml b/src/plugins/fetchinfo/claws-mail-fetchinfo.metainfo.xml
new file mode 100644 (file)
index 0000000..a20b724
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> -->
+<component type="addon">
+<id>claws-mail-fetchinfo</id>
+<extends>claws-mail.desktop</extends>
+<name>Fetchinfo</name>
+<summary>Inserts headers containing: UIDL, Claws' account name, POP server, user ID and retrieval time</summary>
+<url type="homepage">http://claws-mail.org/plugins.php</url>
+<metadata_license>CC0-1.0</metadata_license>
+<project_license>GPL-3.0+</project_license>
+<updatecontact>i.gnatenko.brain@gmail.com</updatecontact>
+</component>