sqimap_msgs_list_delete was calling sqimap_run_command using a variable ($handle_erro...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Dec 2002 21:36:56 +0000 (21:36 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Dec 2002 21:36:56 +0000 (21:36 +0000)
commit43342123ebe8499366f7e5ae25ebd7a9cdb65ff9
treec7a026aecef87a52fbed6fc691bf4395115e3003
parentab4700c3c170e2efa09159e565e512431a917d69
sqimap_msgs_list_delete was calling sqimap_run_command using a variable ($handle_errors) which was not set.  The call above it (also to sqimap_run_command) did not use $handle_errors, so I changed the bad call to match the other call.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4207 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/imap_messages.php