mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-10-31 13:08:40 +00:00
ATTACHER: Removed prompt for non-text files
This commit is contained in:
parent
9477377c74
commit
36dd4f5780
@ -585,10 +585,6 @@ redraw:
|
||||
goto done;
|
||||
break;
|
||||
default:
|
||||
if (prompt_okay("Not a text file, open anyhow") != 0) {
|
||||
strcpy(userentry, "");
|
||||
goto done;
|
||||
}
|
||||
getcwd(userentry, 80);
|
||||
strcat(userentry, "/");
|
||||
strcat(userentry, entry->name);
|
||||
|
Loading…
Reference in New Issue
Block a user