Changeset 4244:42d38e8415f0 for attach.c
Legend:
- Unmodified
- Added
- Removed
-
attach.c
r4212 r4244 257 257 /* For now, editing requires a file, no piping */ 258 258 mutt_error _("Mailcap Edit entry requires %%s"); 259 goto bailout; 259 260 } 260 261 else … … 262 263 mutt_endwin (NULL); 263 264 if (mutt_system (command) == -1) 265 { 264 266 mutt_error (_("Error running \"%s\"!"), command); 267 goto bailout; 268 } 265 269 } 266 270 }
