* Derek Martin <[EMAIL PROTECTED]> [2007-06-16 13:59]: > Using this script method, the user has (or may have) no reason to > think his edit session failed. Mutt always gets an exit status of 0, > and does not check to see if the file was changed. The user will > naturally assume that everything went fine, and send the message.
He could "set abort_unmodified=ask-yes". Combinded with the wrapper script, this would give the behaviour you suggested, no? Holger