From: Luke Plant Date: Wed, 11 Feb 2004 18:51:41 +0000 (+0000) Subject: remove redundant check introduced in 0.9.9claws1 X-Git-Tag: rel_0_9_10~56 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=03584b15413f30661b748e800b90dccdc6ecaedd;hp=55c275bd3dc136028b68438133e2cb8c0c62f72a remove redundant check introduced in 0.9.9claws1 --- diff --git a/src/mimeview.c b/src/mimeview.c index 664c871bc..e7eefc70a 100644 --- a/src/mimeview.c +++ b/src/mimeview.c @@ -1500,11 +1500,6 @@ static GtkWidget* icon_stock_pixmap_with_privacy (GtkWidget *window, StockPixmap while (siginfo != NULL) { if (privacy_mimeinfo_is_signed(siginfo)) { is_signed = TRUE; -#if USE_GPGME - if (prefs_common.auto_check_signatures && - (privacy_mimeinfo_get_sig_status(siginfo) == SIGNATURE_UNCHECKED)) - privacy_mimeinfo_check_signature(siginfo); -#endif break; } siginfo = procmime_mimeinfo_parent(siginfo);