GNOME Bugzilla – Bug 748774
Act on encrypt-by-default from ESourceOpenPGP
Last modified: 2016-03-11 11:43:08 UTC
Created attachment 302736 [details] [review] use encrypt-by-default from ESourcePGP #748770 implements an encrypt-by-default option for ESourceOpenPGP. The attached patch makes use of that option to set the user's default composer window properly, and also exposes the option in the settings dialog. It should apply against the current evolution master branch (470fe26fef540c899e57d73e9f23e7bf9743cd04) (i've filed this under "Mailer" because it's about message creation and preferences, and "Composer" seems to be about the HTML editor. Feel free to re-file it if i've chosen the wrong component)
Review of attachment 302736 [details] [review]: Thanks for a bug report and patch. There are some issues, which I'll fix before committing. ::: mail/e-mail-config-security-page.c @@ +464,3 @@ G_BINDING_BIDIRECTIONAL); + text = _("_Always encrypt outgoing messages when using this account"); the mnemonic is clashing with another widget @@ +467,3 @@ + widget = gtk_check_button_new_with_mnemonic (text); + gtk_widget_set_margin_left (widget, 12); + gtk_grid_attach (GTK_GRID (container), widget, 0, 3, 2, 1); this makes the check button overlap with another one in the UI
Created commit c35c00a in evo master (3.17.2+)
*** Bug 232841 has been marked as a duplicate of this bug. ***