diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-08 09:16:04 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-08 09:16:04 +0000 |
| commit | df249d9fbad3fa9b4561858d5c99ca94536fa1a1 (patch) | |
| tree | 124a1441cc6c2e493eafaa649ed977a88d403bbe /mail/claws-mail/files | |
| parent | f8ceb4d5802af1d41bb7cb86df3ee27dc03931db (diff) | |
Notes
Diffstat (limited to 'mail/claws-mail/files')
| -rw-r--r-- | mail/claws-mail/files/patch-plugins-pgcore_sgpgme.c | 30 | ||||
| -rw-r--r-- | mail/claws-mail/files/patch-src_privacy.c | 19 |
2 files changed, 0 insertions, 49 deletions
diff --git a/mail/claws-mail/files/patch-plugins-pgcore_sgpgme.c b/mail/claws-mail/files/patch-plugins-pgcore_sgpgme.c deleted file mode 100644 index 85f988bc357f..000000000000 --- a/mail/claws-mail/files/patch-plugins-pgcore_sgpgme.c +++ /dev/null @@ -1,30 +0,0 @@ -Index: src/plugins/pgpcore/sgpgme.c -=================================================================== -RCS file: //claws/src/plugins/pgpcore/Attic/sgpgme.c,v -retrieving revision 1.1.2.65 -retrieving revision 1.1.2.66 -diff -u -r1.1.2.65 -r1.1.2.66 ---- src/plugins/pgpcore/sgpgme.c 20 Oct 2009 17:40:30 -0000 1.1.2.65 -+++ src/plugins/pgpcore/sgpgme.c 16 Jan 2010 18:19:42 -0000 1.1.2.66 -@@ -860,15 +860,17 @@ - if (!err) - err = gpgme_op_keylist_next(ctx, &key); - gpgme_op_keylist_end(ctx); -- gpgme_release(ctx); - if (gpg_err_code(err) == GPG_ERR_EOF) { - if (gpgme_get_protocol(ctx) != GPGME_PROTOCOL_CMS) { - gpgme_set_protocol(ctx, GPGME_PROTOCOL_CMS); - goto check_again; - } -+ gpgme_release(ctx); - return FALSE; -- } else -+ } else { -+ gpgme_release(ctx); - return TRUE; -+ } - } - - void sgpgme_check_create_key(void) - - diff --git a/mail/claws-mail/files/patch-src_privacy.c b/mail/claws-mail/files/patch-src_privacy.c deleted file mode 100644 index 422f806ebe7b..000000000000 --- a/mail/claws-mail/files/patch-src_privacy.c +++ /dev/null @@ -1,19 +0,0 @@ -Index: src/privacy.c -=================================================================== -RCS file: //claws/src/privacy.c,v -retrieving revision 1.10.2.22 -retrieving revision 1.10.2.23 -diff -u -r1.10.2.22 -r1.10.2.23 ---- src/privacy.c 23 Feb 2009 16:55:45 -0000 1.10.2.22 -+++ src/privacy.c 15 Jan 2010 13:42:13 -0000 1.10.2.23 -@@ -318,6 +318,8 @@ - GSList *cur; - cm_return_val_if_fail(mimeinfo != NULL, FALSE); - -+ procmime_decode_content(mimeinfo); -+ - for(cur = systems; cur != NULL; cur = g_slist_next(cur)) { - PrivacySystem *system = (PrivacySystem *) cur->data; - - - |
