Changeset 853:cbeae3d2d58a for compose.c
Legend:
- Unmodified
- Added
- Removed
-
compose.c
r835 r853 1167 1167 endwin (); 1168 1168 snprintf (buf, sizeof (buf), "%s -x %s", NONULL(Ispell), msg->content->filename); 1169 mutt_system (buf); 1170 mutt_update_encoding(msg->content); 1169 if (mutt_system (buf) == -1) 1170 mutt_error (_("Error running \"%s\"!"), buf); 1171 else 1172 mutt_update_encoding (msg->content); 1171 1173 break; 1172 1174
