From 02adc1ca5f80cddea6e4b42bd7519b23f299bd50 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 19 Mar 2001 04:16:40 +0000 Subject: unref the standard folders. (owner_set_cb): Use g_atexit() to call 2001-03-18 Jeffrey Stedfast * component-factory.c (unref_standard_folders): unref the standard folders. (owner_set_cb): Use g_atexit() to call unref_standard_folders() when evolution-mail exits. This should solve the problem where these folders are not synced when evolution-mail closes (because they still had refs on them on close). svn path=/trunk/; revision=8814 --- mail/mail-crypto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-crypto.c') diff --git a/mail/mail-crypto.c b/mail/mail-crypto.c index 744a171c8e..2d21a2e2d8 100644 --- a/mail/mail-crypto.c +++ b/mail/mail-crypto.c @@ -264,6 +264,7 @@ pgp_mime_part_sign_prepare_part (CamelMimePart *mime_part, GSList **encodings) encoding = camel_mime_part_get_encoding (mime_part); + /* FIXME: find the best encoding for this part and use that instead?? */ /* the encoding should really be QP or Base64 */ if (encoding != CAMEL_MIME_PART_ENCODING_BASE64) camel_mime_part_set_encoding (mime_part, CAMEL_MIME_PART_ENCODING_QUOTEDPRINTABLE); -- cgit v1.2.3