From 888590f3ecfda96e82324c239afeaba2970bf879 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 19 Sep 2007 05:00:09 +0000 Subject: disabled auto decrypt on filtering to avoid passphrase dialog. made 2.4.6 release. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1905 ee746299-78ed-0310-b773-934348b2243d --- libsylph/filter.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libsylph') diff --git a/libsylph/filter.c b/libsylph/filter.c index d9b02683..fb2cd1ea 100644 --- a/libsylph/filter.c +++ b/libsylph/filter.c @@ -110,6 +110,8 @@ gint filter_apply_msginfo(GSList *fltlist, MsgInfo *msginfo, return 0; } + procmsg_set_auto_decrypt_message(FALSE); + for (cur = fltlist; cur != NULL; cur = cur->next) { gboolean matched; @@ -131,6 +133,8 @@ gint filter_apply_msginfo(GSList *fltlist, MsgInfo *msginfo, } } + procmsg_set_auto_decrypt_message(TRUE); + procheader_header_list_destroy(hlist); g_free(file); -- cgit v1.2.3