summaryrefslogtreecommitdiff
path: root/epost.lpr
diff options
context:
space:
mode:
Diffstat (limited to 'epost.lpr')
-rw-r--r--epost.lpr16
1 files changed, 16 insertions, 0 deletions
diff --git a/epost.lpr b/epost.lpr
index b37423f..d0a2d52 100644
--- a/epost.lpr
+++ b/epost.lpr
@@ -117,6 +117,22 @@ begin
parallelLesen:=false;
continue;
end;
+ if s='ohne Logdateien' then begin
+ __ausgabenMaske:=__ausgabenMaske or 1;
+ continue;
+ end;
+ if s='mit Logdateien' then begin
+ __ausgabenMaske:=__ausgabenMaske and not 1;
+ continue;
+ end;
+ if s='ohne Bildschirmausgaben' then begin
+ __ausgabenMaske:=__ausgabenMaske or 2;
+ continue;
+ end;
+ if s='mit Bildschirmausgaben' then begin
+ __ausgabenMaske:=__ausgabenMaske and not 2;
+ continue;
+ end;
if startetMit('externer Befehl:',s) then begin
if externerBefehl(syntaxtest,s) then continue;
aufraeumen;