From: Colin Leroy Date: Fri, 13 Aug 2004 09:08:44 +0000 (+0000) Subject: Add plugin's description X-Git-Tag: rel_0_9_12a~23 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=1eb0df51d17b1ae05aaf807845614c87adc0ba70 Add plugin's description --- diff --git a/ChangeLog.claws b/ChangeLog.claws index a28107b1e..0ab28caed 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2004-08-13 [colin] 0.9.12cvs61 + + * src/plugins/pgpmime/plugin.c + Add plugin's description + 2004-08-12 [christoph] 0.9.12cvs60 * src/folderutils.c diff --git a/PATCHSETS b/PATCHSETS index 51ff5273a..a568913ed 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -42,3 +42,5 @@ ( cvs diff -u -r 1.1117 -r 1.1118 configure.ac; cvs diff -u -r 1.7 -r 1.8 sylpheed.desktop; cvs diff -u -r 1.185 -r 1.186 src/Makefile.am; cvs diff -u -r 1.142 -r 1.143 src/main.c; ) > 0.9.12cvs58.patchset ( cvs diff -u -r 1.14 -r 1.15 src/plugins/trayicon/trayicon.c; ) > 0.9.12cvs59.patchset ( cvs diff -u -r 1.6 -r 1.7 src/folderutils.c; ) > 0.9.12cvs60.patchset +( cvs diff -u -r 1.1 -r 1.2 src/plugins/pgpmime/plugin.c; ) > 0.9.12cvs61.patchset + diff --git a/configure.ac b/configure.ac index 9e0cf33ab..151c7a286 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=12 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=60 +EXTRA_VERSION=61 EXTRA_RELEASE= if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then diff --git a/src/plugins/pgpmime/plugin.c b/src/plugins/pgpmime/plugin.c index 2453546ab..4b249b150 100644 --- a/src/plugins/pgpmime/plugin.c +++ b/src/plugins/pgpmime/plugin.c @@ -60,7 +60,10 @@ const gchar *plugin_name(void) const gchar *plugin_desc(void) { - return _(""); + return _("This plugin allows to check digitally signed messages' " + "signatures, and to decrypt encrypted messages. \n" + "\n" + "You don't need it to send signed or encrypted emails."); } const gchar *plugin_type(void)