From e27847398ef1ca04e0bd944e9d2245570e373541 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 25 Apr 2001 13:46:45 +0000 Subject: 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 --- mail/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * mail-tools.c (mail_tool_quote_message): set object data directly -- cgit