Dalsze kombinacje ze statusami poczty.
This commit is contained in:
parent
e603fee096
commit
d1da297fb0
@ -8,12 +8,17 @@
|
|||||||
/set poczta_show=SEND%;\
|
/set poczta_show=SEND%;\
|
||||||
/status_edit -r1 poczta_show:4:C%c_alarm
|
/status_edit -r1 poczta_show:4:C%c_alarm
|
||||||
|
|
||||||
/def -mregexp -p2 -t'((Nie otrzymales|Nie masz) zadnych|Kasuje listy|zostal.* pomyslnie wyslan|List : )' poczta_off0 = \
|
/def -mregexp -p2 -t'((Nie otrzymales|Nie masz) zadnych|Kasuje listy|List : )' poczta_off0 = \
|
||||||
/if ({poczta_show} =~ 'NEW' )\
|
/if ({poczta_show} =~ 'SEND')\
|
||||||
\
|
\
|
||||||
/elseif ({poczta_show} =~ 'NEW+' )\
|
/else \
|
||||||
|
/poczta clear%;\
|
||||||
|
/endif
|
||||||
|
|
||||||
|
/def -mregexp -p2 -t'zostal.* pomyslnie wyslan' poczta_off1 = \
|
||||||
|
/if ({poczta_show} =~ 'NEW')\
|
||||||
\
|
\
|
||||||
/elseif ({poczta_show} =~ 'SEND' )\
|
/elseif ({poczta_show} =~ 'NEW+')\
|
||||||
\
|
\
|
||||||
/else \
|
/else \
|
||||||
/poczta clear%;\
|
/poczta clear%;\
|
||||||
|
Loading…
Reference in New Issue
Block a user