From: Paul Mangan Date: Thu, 13 Apr 2006 14:34:37 +0000 (+0000) Subject: 2006-04-13 [paul] 2.1.0cvs38 X-Git-Tag: rel_2_2_0~67 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=918cfc1ab549f73d872b3efa3db179ba900e2f42;hp=4e06e520fa073042bf941f2e024be13d24022b90 2006-04-13 [paul] 2.1.0cvs38 * src/plugins/pgpmime/plugin.c remove the mention of S/MIME from the description. This is now handled by the S/MIME plugin. --- diff --git a/ChangeLog b/ChangeLog index 67d9492e7..056ebcecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-13 [paul] 2.1.0cvs38 + + * src/plugins/pgpmime/plugin.c + remove the mention of S/MIME from the + description. This is now handled by the + S/MIME plugin. + 2006-04-13 [paul] 2.1.0cvs37 * src/prefs_msg_colors.c diff --git a/PATCHSETS b/PATCHSETS index 64ff84d76..5181fd009 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1409,3 +1409,4 @@ ( cvs diff -u -r 1.30.2.26 -r 1.30.2.27 src/prefs_toolbar.c; ) > 2.1.0cvs35.patchset ( cvs diff -u -r 1.1.2.13 -r 1.1.2.14 manual/advanced.xml; cvs diff -u -r 1.1.2.7 -r 1.1.2.8 manual/glossary.xml; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 manual/handling.xml; cvs diff -u -r 1.1.2.7 -r 1.1.2.8 manual/keyboard.xml; cvs diff -u -r 1.1.2.10 -r 1.1.2.11 manual/plugins.xml; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 manual/starting.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/fr/account.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/fr/ack.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/fr/addrbook.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/fr/advanced.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/fr/faq.xml; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/fr/glossary.xml; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/fr/gpl.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/fr/handling.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/fr/intro.xml; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/fr/keyboard.xml; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/fr/plugins.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/fr/starting.xml; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/fr/sylpheed-claws-manual.xml; ) > 2.1.0cvs36.patchset ( cvs diff -u -r 1.52.2.18 -r 1.52.2.19 src/prefs_folder_item.c; cvs diff -u -r 1.1.2.22 -r 1.1.2.23 src/prefs_msg_colors.c; cvs diff -u -r 1.5.2.22 -r 1.5.2.23 src/prefs_spelling.c; ) > 2.1.0cvs37.patchset +( cvs diff -u -r 1.1.2.18 -r 1.1.2.19 src/plugins/pgpmime/plugin.c; ) > 2.1.0cvs38.patchset diff --git a/configure.ac b/configure.ac index fb8557f6e..4f92aa651 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=1 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=37 +EXTRA_VERSION=38 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/pgpmime/plugin.c b/src/plugins/pgpmime/plugin.c index 0d5885b7c..2e7640c24 100644 --- a/src/plugins/pgpmime/plugin.c +++ b/src/plugins/pgpmime/plugin.c @@ -62,8 +62,6 @@ const gchar *plugin_desc(void) "mails. You can decrypt mails, verify signatures or " "sign and encrypt your own mails.\n" "\n" - "It also verifies S/MIME signatures.\n" - "\n" "It can be selected as the Default Privacy System in " "/Configuration/[Account Preferences]/Privacy and when " "composing a message from /Options/Privacy System\n"