diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-14 01:00:19 +0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-15 23:48:45 +0800 |
commit | 0f7b73d6396ccc08c479c86759c0a3016a1aaf3e (patch) | |
tree | ecbca25b3dc91b82f54f6282522acf66c2602ccc /mail/mail-config.ui | |
parent | d3d4fbbe25bccb73bfadef4f5b60a5c9f44aae2b (diff) | |
download | gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar.gz gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar.zst gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.zip |
Bug 624204 - Warn when replying privately to a mailing list message
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 ce2a19845d..3817d06792 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -4801,6 +4801,21 @@ For example: "Work" or "Personal"</property> <property name="position">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="chkPromptPrivateListReply"> + <property name="label" translatable="yes">Prompt when sending private replies to mailing _list messages</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">2</property> + </packing> + </child> </object> </child> </object> |