/[mailutils]/mailutils/mail/mailline.c
ViewVC logotype

Diff of /mailutils/mail/mailline.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by sroberts, Tue May 14 03:05:39 2002 UTC revision 1.13 by gray, Wed Aug 7 15:38:23 2002 UTC
# Line 30  sig_handler (int signo) Line 30  sig_handler (int signo)
30    switch (signo)    switch (signo)
31      {      {
32      case SIGINT:      case SIGINT:
33        if (util_find_env ("quit")->set)        if (util_getenv (NULL, "quit", Mail_env_boolean, 0) == 0)
34          exit (0);          exit (0);
35        _interrupted++;        _interrupted++;
36        break;        break;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26