diff options
author | Milan Crha <mcrha@redhat.com> | 2011-01-06 00:42:04 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-01-06 00:42:04 +0800 |
commit | 11d2490e5a1cb82e4fab263db199e666764840df (patch) | |
tree | 93b5aadcafa0ca93ae561994ca720a63e9d84e4b /mail/mail-config.ui | |
parent | 931e783cee9054b6fbac4e5f8deb7c121bf15c1a (diff) | |
download | gsoc2013-evolution-11d2490e5a1cb82e4fab263db199e666764840df.tar.gz gsoc2013-evolution-11d2490e5a1cb82e4fab263db199e666764840df.tar.zst gsoc2013-evolution-11d2490e5a1cb82e4fab263db199e666764840df.zip |
Bug #637906 - Don't ask again when sending to non-mail recipients
Diffstat (limited to 'mail/mail-config.ui')
-rw-r--r-- | mail/mail-config.ui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index bfa365ed9a..a38a0bfabe 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -4487,6 +4487,21 @@ For example: "Work" or "Personal"</property> <property name="position">4</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="chkPromptSendInvalidRecip"> + <property name="label" translatable="yes" comments="This is in the context of: Ask for confirmation before...">Sending a message with _recipients not entered as mail addresses</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">5</property> + </packing> + </child> </object> </child> </object> |