diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-25 21:46:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-25 21:46:45 +0800 |
commit | e27847398ef1ca04e0bd944e9d2245570e373541 (patch) | |
tree | bdc2b611b8f0d01f2da22b37eccf997a9c2abe61 /mail/ChangeLog | |
parent | b024121e896a03f60f92496b9ed5df259547aa7a (diff) | |
download | gsoc2013-evolution-e27847398ef1ca04e0bd944e9d2245570e373541.tar.gz gsoc2013-evolution-e27847398ef1ca04e0bd944e9d2245570e373541.tar.zst gsoc2013-evolution-e27847398ef1ca04e0bd944e9d2245570e373541.zip |
New foot-shooting-prevention helper function. (edit_msg_internal,
* mail-callbacks.c (are_you_sure): New foot-shooting-prevention
helper function.
(edit_msg_internal, view_msg): If the user has more than 10
messages selected, ask before opening them all in separate
windows, to protect against misclicks/typos after "select all"
(which we've had at least two reports of now).
svn path=/trunk/; revision=9559
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e1cde9ea06..6900721612 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-04-25 Dan Winship <danw@ximian.com> + + * mail-callbacks.c (are_you_sure): New foot-shooting-prevention + helper function. + (edit_msg_internal, view_msg): If the user has more than 10 + messages selected, ask before opening them all in separate + windows, to protect against misclicks/typos after "select all" + (which we've had at least two reports of now). + 2001-04-25 Radek Doulik <rodo@ximian.com> * mail-tools.c (mail_tool_quote_message): set object data directly |