Changeset 913:53810c1b1560 for compose.c
- Timestamp:
- 1999-07-06 15:57:06 (9 years ago)
- Branch:
- mutt-1-0-stable
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
compose.c
r760 r913 1013 1013 endwin (); 1014 1014 snprintf (buf, sizeof (buf), "%s -x %s", NONULL(Ispell), msg->content->filename); 1015 mutt_system (buf); 1016 mutt_update_encoding(msg->content); 1015 if (mutt_system (buf) == -1) 1016 mutt_error (_("Error running \"%s\"!"), buf); 1017 else 1018 mutt_update_encoding (msg->content); 1017 1019 break; 1018 1020
