Comment 1 for bug 267879

Revision history for this message
Charles (charles-bovy) wrote :

Is current Evolution compiled with NSS??

I found compose/e-msg-composer.c:

<-- snap -->

#if defined (HAVE_NSS) && defined (SMIME_SUPPORTED)
        action = GTK_TOGGLE_ACTION (ACTION (SMIME_SIGN));
        smime_sign = gtk_toggle_action_get_active (action);

        action = GTK_TOGGLE_ACTION (ACTION (SMIME_ENCRYPT));
        smime_encrypt = gtk_toggle_action_get_active (action);
#else
        smime_sign = FALSE;
        smime_encrypt = FALSE;
#endif