| commit | b72b0eb357e9237e9de95dadda18fda433f88aac | [log] [tgz] | 
|---|---|---|
| author | Andrew M. Kuchling <amk@amk.ca> | Mon Feb 22 18:42:07 2010 +0000 | 
| committer | Andrew M. Kuchling <amk@amk.ca> | Mon Feb 22 18:42:07 2010 +0000 | 
| tree | 03d29eaa1a8677b69ce8d67e0b9548846c621e97 | |
| parent | 72aae73d47ed9b41867d0264fe74e03d884cabf9 [diff] | 
#7627: MH.remove() would fail if the MH mailbox was locked; it would call _unlock_file() and pass it a closed file object. Noted by Rob Austein.