#3866: interrupting mutt operations
------------------------+----------------------
Reporter: antonio@… | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version: 1.7.0
Resolution: | Keywords:
------------------------+----------------------
Comment (by william):
Maybe this should be ^G, not ^C (to abort the operation)? Should ^C imply
^G? Unless you know that aborting an operation in Mutt is ^G, ^C is
probably the thing you're going to try if you want to abort a command.
Also, in the lines like:
{{{!#C
+ } else if (errno == EINTR) {
+ rc = -1;
+ mutt_error (_("Error talking to %s (%s)"
}}}
presumably we should make the error say something different when it's
aborted on user request?
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3866#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent