diff options
author | Milan Crha <mcrha@redhat.com> | 2011-11-14 22:24:33 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-11-14 22:24:33 +0800 |
commit | 78a2a77d1079c4790eeef64aa42b034dab172292 (patch) | |
tree | c5fb4391864ab2784fe293f991d111888c77217b /mail/mail-config.ui | |
parent | 6f391134f0c1c2019bd9c58fced43e0b46c87ab8 (diff) | |
download | gsoc2013-evolution-78a2a77d1079c4790eeef64aa42b034dab172292.tar.gz gsoc2013-evolution-78a2a77d1079c4790eeef64aa42b034dab172292.tar.zst gsoc2013-evolution-78a2a77d1079c4790eeef64aa42b034dab172292.zip |
Bug #662914 - Reply to gnupg signed mails should be signed
Diffstat (limited to 'mail/mail-config.ui')
-rw-r--r-- | mail/mail-config.ui | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index ca356814d2..0c4696b3bd 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -594,7 +594,7 @@ for display purposes only. </property> <object class="GtkTable" id="replies-and-forwards-table"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="n_rows">6</property> + <property name="n_rows">7</property> <property name="n_columns">2</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> @@ -697,6 +697,23 @@ for display purposes only. </property> </packing> </child> <child> + <object class="GtkCheckButton" id="chkSignReplyIfSigned"> + <property name="label" translatable="yes">Digitally _sign messages when original message signed (PGP or S/MIME)</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="right_attach">2</property> + <property name="top_attach">6</property> + <property name="bottom_attach">7</property> + <property name="y_options"></property> + </packing> + </child> + <child> <object class="GtkAlignment" id="reply-style-alignment"> <property name="visible">True</property> <property name="can_focus">False</property> |