diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-14 07:41:57 +0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-15 23:48:45 +0800 |
commit | 8b8fdabfa64d627ba3e13a77cbb104d463d29fb5 (patch) | |
tree | 10d4273116d1a73d507c896230f19e6c51ac6b84 /mail/mail-config.ui | |
parent | 0f7b73d6396ccc08c479c86759c0a3016a1aaf3e (diff) | |
download | gsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.tar.gz gsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.tar.zst gsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.zip |
Warn on reply-to-all with too many 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 3817d06792..6c1f57b080 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -4816,6 +4816,21 @@ For example: "Work" or "Personal"</property> <property name="position">2</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="chkPromptReplyManyRecips"> + <property name="label" translatable="yes">Prompt when sending replies to _many recipients</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">3</property> + </packing> + </child> </object> </child> </object> |