Bug ze statusami poczty.
This commit is contained in:
parent
480e17a03c
commit
85562a2941
1 changed files with 8 additions and 2 deletions
|
@ -8,8 +8,14 @@
|
|||
/set poczta_show=SEND%;\
|
||||
/status_edit -r1 poczta_show:5:C%c_alarm
|
||||
|
||||
/def -mregexp -p2 -t'((Nie otrzymales|Nie masz) zadnych|Kasuje listy|(Zjadasz|Odkladasz) .*wiadomosc|zostal pomyslnie)' poczta_off0 = \
|
||||
/if ({poczta_show} !~ 'WAIT' )\
|
||||
/def -mregexp -p2 -t'((Nie otrzymales|Nie masz) zadnych|Kasuje listy|zostal pomyslnie)' poczta_off0 = \
|
||||
/if ({poczta_show} =~ 'SEND' )\
|
||||
\
|
||||
/elseif ({poczta_show} =~ 'NEW' )\
|
||||
\
|
||||
/elseif ({poczta_show} =~ 'NEW+' )\
|
||||
\
|
||||
/else \
|
||||
/poczta clear%;\
|
||||
/endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue